u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-24 05:09:38 to 2022-08-26 06:43:18 UTC [more...]

[PATCH v14 00/10] enable menu-driven UEFI variable maintenance
 2022-08-26  6:42 UTC  (10+ messages)
` [PATCH v14 01/10] eficonfig: menu-driven addition of UEFI boot option
` [PATCH v14 02/10] eficonfig: add "Edit Boot Option" menu entry
` [PATCH v14 03/10] menu: add KEY_PLUS, KEY_MINUS and KEY_SPACE handling
` [PATCH v14 04/10] eficonfig: add "Delete Boot Option" menu entry
` [PATCH v14 05/10] bootmenu: add removable media entries
` [PATCH v14 06/10] eficonfig: scan media device in eficonfig startup
` [PATCH v14 07/10] eficonfig: add "Change Boot Order" menu entry
` [PATCH v14 08/10] doc:bootmenu: add description for UEFI boot support
` [PATCH v14 09/10] doc:eficonfig: add documentation for eficonfig command

[PATCH v4 0/7] tpm: Various minor fixes and enhancements
 2022-08-26  6:37 UTC  (11+ messages)
` [PATCH v4 1/7] tpm: Require a digest source when extending the PCR
` [PATCH v4 2/7] tpm: Correct the permissions command in TPMv1
` [PATCH v4 3/7] tpm: Correct the define-space command in TPMv2
` [PATCH v4 5/7] tpm: Allow reporting the internal state
` [PATCH v4 6/7] tpm: Implement state command for Cr50

[PATCH] usb: Add delay for control messages to reach usb stick
 2022-08-26  5:35 UTC 

[PATCH v2 0/5] verdin-imx8mm: verdin-imx8mp: various additions and improvements
 2022-08-25 20:27 UTC  (2+ messages)

[PATCH] spl: ahci: Fix dependency for SPL_AHCI_PCI
 2022-08-25 19:02 UTC  (2+ messages)

[PATCH v4 0/6] cmd/fru: move FRU handling support to common region
 2022-08-25 16:42 UTC  (7+ messages)
` [PATCH v4 1/6] xilinx: common: refactor FRU handling support
` [PATCH v4 2/6] cmd: fru: move FRU handling support to common region
` [PATCH v4 3/6] cmd: fru: fix a sandbox segfault issue
` [PATCH v4 4/6] cmd: fru: add product info area parsing support
` [PATCH v4 5/6] doc: fru: add documentation for the fru command and APIs
` [PATCH v4 6/6] test: cmd: fru: add unit test for the fru command

[PATCH v2 0/6] console: Implement flush() function
 2022-08-25 15:08 UTC  (11+ messages)
` [PATCH v2 2/6] "

[PATCH v3 0/7] cmd/fru: move FRU handling support to common region
 2022-08-25 15:08 UTC  (11+ messages)
` [PATCH v3 4/7] cmd: fru: add product info area parsing support
` [PATCH v3 6/7] test: py: fru: add a test for the fru command
` [PATCH v3 7/7] test: cmd: fru: add unit "

[PATCH 1/4] microblaze: drop CONFIG_SYS_INIT_RAM_ADDR and CONFIG_SYS_INIT_RAM_SIZE
 2022-08-25 15:01 UTC  (9+ messages)
` [PATCH 2/4] cpu: microblaze: remove unused ret variable
` [PATCH 3/4] cmd: bdinfo: introduce bdinfo_print_size() helper
` [PATCH 4/4] microblaze: add arch_print_bdinfo() implementation

[PATCH] patman: do not hardcode coverage tool
 2022-08-25 15:01 UTC  (4+ messages)
  ` [PATCH 2/2] tests: Do not hardcode sudo tool

[PATCH v2] fs: fix comment typo
 2022-08-25 15:01 UTC  (2+ messages)

[PATCH] ubifs: Allow to silence debug dumps
 2022-08-25 13:53 UTC  (2+ messages)

[PATCH] distroboot: ubifs: Add support for specifying UBI header offset
 2022-08-25 13:52 UTC  (3+ messages)

Pull request for nand-next
 2022-08-25 13:38 UTC  (2+ messages)

[PATCHv2 1/2] i2c: stm32f7: fix clearing the control register
 2022-08-25 13:36 UTC  (5+ messages)
` [PATCHv2 2/2] i2c: stm32f7: do not set the STOP condition on error

[PATCH v2 18/18] virtio: pci: Make use of dm_pci_map_bar()
 2022-08-25  8:01 UTC  (2+ messages)

[PATCH 0/6] zynqmp_gqspi driver updates
 2022-08-25 12:59 UTC  (7+ messages)
` [PATCH 1/6] spi: zynqmp_gqspi: Add tap delays for Versal
` [PATCH 2/6] arm64: versal: Define zynqmp_mmio_write() for versal
` [PATCH 3/6] spi: zynqmp_gqspi: Add support for IO mode
` [PATCH 4/6] spi: zynqmp_gqspi: Fix issue of reading more than 32bits length
` [PATCH 5/6] spi: zynqmp_qspi: Code alignment
` [PATCH 6/6] arm64: versal: Enable zynqmp_gqspi driver

[PATCH] spi: stm32_spi: Fix GPIO chipselect polarity handling
 2022-08-25 12:23 UTC  (3+ messages)

[PATCH] arm64: xilinx: Move board_get_usable_ram_top() to common location
 2022-08-25 12:23 UTC 

[RFC PATCH] imx8mp: fix boot hang when booting NXP kernel 5.15.32
 2022-08-25 11:03 UTC  (5+ messages)

[PATCH v2 0/3] Support UEFI SPI I/O protocol
 2022-08-25 10:58 UTC  (4+ messages)
` [PATCH v2 1/3] efi_loader: Add SPI I/O protocol support

[PATCH v13 0/9] enable menu-driven UEFI variable maintenance
 2022-08-25  8:26 UTC  (25+ messages)
` [PATCH v13 1/9] eficonfig: menu-driven addition of UEFI boot option
` [PATCH v13 2/9] eficonfig: add "Edit Boot Option" menu entry
` [PATCH v13 3/9] menu: add KEY_PLUS, KEY_MINUS and KEY_SPACE handling
` [PATCH v13 4/9] eficonfig: add "Delete Boot Option" menu entry
` [PATCH v13 5/9] bootmenu: add removable media entries
` [PATCH v13 6/9] eficonfig: add "Change Boot Order" menu entry
` [PATCH v13 7/9] doc:bootmenu: add description for UEFI boot support
` [PATCH v13 8/9] doc:eficonfig: add documentation for eficonfig command
` [PATCH v13 9/9] test: unit test for eficonfig

[PATCH 0/2] Sync SiFive FU740+Unmatched DT from Linux
 2022-08-25  8:11 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: clock: sifive: sync FU740 PRCI clock binding header
` [PATCH 2/2] riscv: dts: sifive: Synchornize FU740 and Unmatched DT

[PATCH 0/3] mtd: spi-nor-core: Add support for s28hl512t, s28hl01gt, and s28hs01gt
 2022-08-25  7:48 UTC  (4+ messages)
` [PATCH 1/3] mtd: spi-nor-core: Rename s28hs512t prefix
` [PATCH 2/3] mtd: spi-nor-core: Rename configuration macro for S28 support
` [PATCH 3/3] mtd: spi-nor-ids: Add s28hl512t, s28hl01gt, and s28hs01gt IDs

[PATCH] configs: stih410-b2260: Fix SYS_HZ_CLOCK value
 2022-08-25  7:19 UTC  (3+ messages)

[PATCH v2] configs: stih410-b2260: Fix SYS_HZ_CLOCK value
 2022-08-25  7:14 UTC 

[PATCH 0/5] Fix, update and cleanup brppt1 board
 2022-08-25  7:01 UTC  (7+ messages)
` [PATCH 1/5] brppt1: Remove unused board variants
` [PATCH 2/5] brppt1: Fix SPL boot stage
` [PATCH 3/5] brppt1: Cleanup device tree
` [PATCH 4/5] include: configs: brppt1: Fix commit 0ea4fc4dcf90
` [PATCH 5/5] brppt1: Update environment to support new boot concept

[PATCH] tests: Do not hardcode sudo tool
 2022-08-25  6:49 UTC  (3+ messages)
  ` [PATCH 1/2] patman: do not hardcode coverage tool

[PATCH v2 0/2] Initial step for Linux DT sync on Qcom SoCs
 2022-08-25  5:22 UTC  (4+ messages)

[PATCH] mtd: nand: pxa3xx: simplify ECC hardware parameters
 2022-08-25  4:59 UTC 

[PATCH] arm: mvebu: mbus: Fix mbus driver to work also after U-Boot relocation
 2022-08-25  2:40 UTC  (4+ messages)

[PATCH v4 0/8] migrate u-boot-rockchip.bin to binman and generate an image for SPI
 2022-08-25  1:25 UTC  (5+ messages)
` [PATCH v4 1/8] binman: add support for skipping file concatenation for mkimage

[PATCH] cmd: xxd: add new command
 2022-08-25  1:25 UTC  (2+ messages)

[PATCH] fdt_support: add optional board_rng_seed() hook
 2022-08-25  1:25 UTC  (6+ messages)

[PATCH] post: memory: Fix format strings
 2022-08-25  1:25 UTC  (2+ messages)

[PATCH] kbuild: add KBUILD_HOSTLDFLAGS to cmd_host-csingle
 2022-08-25  1:25 UTC  (2+ messages)

[PATCHv2 1/2] i2c: stm32f7: fix clearing the control register
 2022-08-24 15:56 UTC 

[PATCH] ARM: stm32: Switch DHSOM to FMC2 EBI driver
 2022-08-24 15:21 UTC  (2+ messages)

[PATCH v2 1/2] timer: sti: convert sti-timer to arm a9 global timer
 2022-08-24 15:08 UTC  (2+ messages)

Using SYS_FLASH_AUTOPROTECT_LIST
 2022-08-24 14:38 UTC 

[PATCH v3 03/19] imx: kontron-sl-mx8mm: Remove custom board_boot_order() workaround
 2022-08-24 13:59 UTC  (17+ messages)
` [PATCH v3 04/19] imx: kontron-sl-mx8mm: Increase CONFIG_SYS_CBSIZE to 2K
` [PATCH v3 05/19] imx: kontron-sl-mx8mm: Enable MTD command
` [PATCH v3 06/19] imx: kontron-sl-mx8mm: Add redundant environment and SPI NOR partitions
` [PATCH v3 07/19] imx: kontron-sl-mx8mm: Enable environment in MMC
` [PATCH v3 08/19] imx: kontron-sl-mx8mm: Migrate to use CONFIG_EXTRA_ENV_TEXT
` [PATCH v3 09/19] imx: kontron-sl-mx8mm: Enable bootaux command
` [PATCH v3 10/19] imx: kontron-sl-mx8mm: lpddr4_timing.c: Add spaces for proper alignment
` [PATCH v3 11/19] imx: kontron-sl-mx8mm: Remove 100mt DDR setpoint
` [PATCH v3 12/19] imx: kontron-sl-mx8mm: Use new LPDDR4 config parameters
` [PATCH v3 13/19] imx: kontron-sl-mx8mm: Prepare for other i.MX8MM SoM types
` [PATCH v3 14/19] imx: kontron-sl-mx8mm: Adjust devicetree names, compatibles and model strings
` [PATCH v3 15/19] imx: kontron-sl-mx8mm: Use the VSELECT signal to switch SD card IO voltage
` [PATCH v3 16/19] imx: kontron-sl-mx8mm: Use voltage rail names from schematic for PMIC regulator-names
` [PATCH v3 17/19] imx: kontron-sl-mx8mm: Simplify code in spl.c
` [PATCH v3 18/19] imx: kontron-sl-mx8mm: Add support for Kontron Electronics SoM SL i.MX8MM OSM-S
` [PATCH v3 19/19] imx: kontron-sl-mx8mm: Prepare for I2C display detection in environment script

[PATCH v3 00/19] imx: kontron-sl-mx8mm: Improvements and OSM board support
 2022-08-24 13:52 UTC  (3+ messages)
` [PATCH v3 01/19] imx: kontron-sl-mx8mm: Remove LVDS board type and devicetrees
` [PATCH v3 02/19] imx: kontron-sl-mx8mm: Add support for loading from SPI NOR in SPL

Please pull u-boot-marvell/master
 2022-08-24 13:52 UTC  (2+ messages)

[PATCH] configs: stm32: Enable CONFIG_DM_REGULATOR for stm32f769-disco
 2022-08-24 13:44 UTC 

[PATCH] ARM: dts: stm32: Fix display-timings settings for stm32f746-disco
 2022-08-24 13:42 UTC 

[PATCH] vbe: Enable command only with BOOTSTD_FULL
 2022-08-24 13:33 UTC  (2+ messages)

[RFC PATCH 0/1] net: xilinx: handle internal PHY/PCS
 2022-08-24 12:51 UTC  (4+ messages)
` [RFC PATCH 1/1] "

[PATCH v2] arm: bcmbca: add bcm63138 SoC support
 2022-08-24 12:49 UTC  (2+ messages)

[PATCH v3 0/5] arm: bcmbca: move bcm63158 support under CONFIG_ARCH_BCMBCA
 2022-08-24 12:44 UTC  (11+ messages)
` [PATCH v3 1/5] arm: bcmbca: add bcm63158 SoC "
` [PATCH v3 2/5] arm: bcmbca: remove bcm63158 support under CONFIG_ARCH_BCM63158
` [PATCH v3 3/5] arm: bcmbca: replace ARCH_BCM63158 symbols in Kconfig with BCM63158
` [PATCH v3 4/5] MAINTAINERS: Add BCM63158 maintainer to BCMBCA entry
` [PATCH v3 5/5] arm: bcmbca: make reset_cpu function weak

[PATCH v2 0/3] arm: bcmbca: move bcm6753 support under CONFIG_ARCH_BCMBCA
 2022-08-24 12:42 UTC  (7+ messages)
` [PATCH v2 1/3] arm: bcmbca: add bcm6855 SoC "
` [PATCH v2 2/3] arm: bcmbca: remove bcm6753 support under CONFIG_ARCH_BCM6753
` [PATCH v2 3/3] arm: bcmbca: replace ARCH_BCM6753 symbols in Kconfig with BCM6855

[PATCH v2 0/3] arm: bcmbca: move bcm6858 support under CONFIG_ARCH_BCMBCA
 2022-08-24 12:39 UTC  (7+ messages)
` [PATCH v2 1/3] arm: bcmbca: add bcm6858 SoC "
` [PATCH v2 2/3] arm: bcmbca: remove bcm6858 support under CONFIG_ARCH_BCM6858
` [PATCH v2 3/3] arm: bcmbca: replace ARCH_BCM6858 symbols in Kconfig with BCM6858

[PATCH v4 0/3] arm: bcmbca: move bcm68360 support under CONFIG_ARCH_BCMBCA
 2022-08-24 12:29 UTC  (7+ messages)
` [PATCH v4 1/3] arm: bcmbca: add bcm6856 SoC "
` [PATCH v4 2/3] arm: bcmbca: remove bcm68360 support under CONFIG_ARCH_BCM68360
` [PATCH v4 3/3] arm: bcmbca: replace ARCH_BCM68360 symbols in Kconfig with BCM6856

[PATCH v2 0/3] arm: bcmbca: move bcm68360 support under CONFIG_ARCH_BCMBCA
 2022-08-24 12:24 UTC  (7+ messages)
` [PATCH v2 1/3] arm: bcmbca: add bcm6856 SoC "
` [PATCH v2 2/3] arm: bcmbca: remove bcm68360 support under CONFIG_ARCH_BCM68360
` [PATCH v2 3/3] arm: bcmbca: make bcm68360 driver depending on CONFIG_BCM6856

[PATCH v2 00/19] imx: kontron-sl-mx8mm: Improvements and OSM board support
 2022-08-24 12:19 UTC  (2+ messages)

[PATCH] firmware: zynqmp: Skip loading config object for Versal
 2022-08-24 12:18 UTC 

[RESEND PATCH 0/2] rpi: Copy eth PHY address from fw DT to loaded DT
 2022-08-24  8:45 UTC  (6+ messages)
` [RESEND PATCH 1/2] rpi: Copy properties from firmware dtb to the loaded dtb

[tom.rini@gmail.com: Fwd: New Defects reported by Coverity Scan for Das U-Boot]
 2022-08-24 11:40 UTC 

[tom.rini@gmail.com: Fwd: New Defects reported by Coverity Scan for Das U-Boot]
 2022-08-24 11:40 UTC 

[PATCH 0/3] cadence_qspi driver updates
 2022-08-24 11:38 UTC  (4+ messages)
` [PATCH 1/3] spi: cadence-qspi: Correct flash reset function name
` [PATCH 2/3] spi: cadence_qspi: Call read_setup for STIG_READ
` [PATCH 3/3] spi: cadence-qspi: Use priv instead of plat across the driver

[UBOOT PATCH v2] firmware: zynqmp: Skip loading config object for Versal
 2022-08-24 11:36 UTC  (2+ messages)

[PATCH] xilinx: Enable CMD_GREPENV/SETEXPR by default
 2022-08-24 11:28 UTC 

[PATCH] xilinx: Add env redund offset
 2022-08-24 11:23 UTC 

[PATCH] kontron-sl-mx8mm: Let CONFIG_SPL_FIT_IMAGE_TINY be selected
 2022-08-24 10:08 UTC  (2+ messages)

[PATCH v5 00/12] efi_loader: more tightly integrate UEFI disks to driver model
 2022-08-24  9:29 UTC  (6+ messages)
` [PATCH v5 07/12] efi_loader: disk: a helper function to create efi_disk objects from udevice

[PATCH u-boot 0/3] renesas: Fix RPC-IF enablement
 2022-08-24  8:03 UTC  (3+ messages)

mvebu - switch to orion-timer
 2022-08-24  7:35 UTC  (3+ messages)

[PATCH 1/2] usb: gadget: designware-udc: Drop the driver
 2022-08-24  7:11 UTC  (4+ messages)
` [PATCH 2/2] usb: gadget: Clean up Makefile ifdeffery

[PATCH v12 0/9] enable menu-driven UEFI variable maintenance
 2022-08-24  5:39 UTC  (3+ messages)
` [PATCH v12 8/9] doc:eficonfig: add documentation for eficonfig command

[PATCH] board: ti: common: board_detect: Fix EEPROM read quirk
 2022-08-24  5:09 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).