u-boot
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [PATCH 0/3] RFC: test: Bring in the test hooks
Tom Rini
Re: [PATCH 0/3] RFC: test: Bring in the test hooks
Simon Glass
Re: [PATCH 0/3] RFC: test: Bring in the test hooks
Tom Rini
Re: [PATCH 0/3] RFC: test: Bring in the test hooks
neil . armstrong
Re: [PATCH 0/3] RFC: test: Bring in the test hooks
Simon Glass
Re: [PATCH 0/3] RFC: test: Bring in the test hooks
Tom Rini
Re: [PATCH 0/3] RFC: test: Bring in the test hooks
Simon Glass
Re: [PATCH 0/3] RFC: test: Bring in the test hooks
Tom Rini
Re: Lab failure on JH7110 (StarFive VisionFive 2)
Simon Glass
Re: Lab failure on JH7110 (StarFive VisionFive 2)
Heinrich Schuchardt
Re: Lab failure on JH7110 (StarFive VisionFive 2)
Simon Glass
Re: Lab failure on JH7110 (StarFive VisionFive 2)
Heinrich Schuchardt
Re: Lab failure on JH7110 (StarFive VisionFive 2)
Heinrich Schuchardt
Re: Lab failure on JH7110 (StarFive VisionFive 2)
Hal Feng
Convert DS109 in U-Boot to DM_SERIAL
Tom Rini
Re: Convert DS109 in U-Boot to DM_SERIAL
Tony Dinh
Re: Convert DS109 in U-Boot to DM_SERIAL
Tom Rini
Convert xtfpga U-Boot platform to DM_SERIAL
Tom Rini
Re: Convert xtfpga U-Boot platform to DM_SERIAL
Max Filippov
Re: Convert xtfpga U-Boot platform to DM_SERIAL
Tom Rini
[PATCH] bloblist: Add maintainer
Simon Glass
Re: [PATCH] bloblist: Add maintainer
Tom Rini
[PATCH] configs: j722s_evm_r5_defconfig: Enable PMIC config
Udit Kumar
Re: [PATCH] configs: j722s_evm_r5_defconfig: Enable PMIC config
Tom Rini
[PATCH 1/4] cmd/cat.c: Add missing include
Tom Rini
[PATCH 2/4] ext4fs.c: Add missing include
Tom Rini
[PATCH 3/4] fat.c: Add missing include
Tom Rini
[PATCH 4/4] fs.h: Switch to using rtc_def.h
Tom Rini
Re: [PATCH 1/4] cmd/cat.c: Add missing include
Tom Rini
Pull request efi-2025-07-rc2
Heinrich Schuchardt
Re: Pull request efi-2025-07-rc2
Tom Rini
Re: Pull request efi-2025-07-rc2
Anshul Dalal
[PATCH 0/5] lmb: use a single API for all allocations
Sughosh Ganu
[PATCH 1/5] lmb: replace lmb_reserve() and lmb_alloc_addr() API's
Sughosh Ganu
Re: [PATCH 1/5] lmb: replace lmb_reserve() and lmb_alloc_addr() API's
Ilias Apalodimas
Re: [PATCH 1/5] lmb: replace lmb_reserve() and lmb_alloc_addr() API's
Sughosh Ganu
[PATCH 3/5] lmb: staticise lmb_add_memory()
Sughosh Ganu
Re: [PATCH 3/5] lmb: staticise lmb_add_memory()
Ilias Apalodimas
[PATCH 5/5] doc: add lmb documentation
Sughosh Ganu
[PATCH 2/5] lmb: replace the lmb_alloc() and lmb_alloc_base() API's
Sughosh Ganu
Re: [PATCH 2/5] lmb: replace the lmb_alloc() and lmb_alloc_base() API's
Ilias Apalodimas
Re: [PATCH 2/5] lmb: replace the lmb_alloc() and lmb_alloc_base() API's
Sughosh Ganu
Re: [PATCH 2/5] lmb: replace the lmb_alloc() and lmb_alloc_base() API's
Ilias Apalodimas
[PATCH 4/5] lmb: use a single function to free up memory
Sughosh Ganu
Re: [PATCH 4/5] lmb: use a single function to free up memory
Ilias Apalodimas
Re: [PATCH 4/5] lmb: use a single function to free up memory
Sughosh Ganu
[PATCH v2 00/18] bootstd: Useability improvements
Simon Glass
[PATCH v2 03/18] fs: boot: Update fs_load_alloc() to use abuf
Simon Glass
[PATCH v2 01/18] abuf: Add a helper for initing and allocating a buffer
Simon Glass
Re: [PATCH v2 01/18] abuf: Add a helper for initing and allocating a buffer
Tom Rini
Re: [PATCH v2 01/18] abuf: Add a helper for initing and allocating a buffer
Simon Glass
Re: [PATCH v2 01/18] abuf: Add a helper for initing and allocating a buffer
Tom Rini
Re: [PATCH v2 01/18] abuf: Add a helper for initing and allocating a buffer
Simon Glass
Re: [PATCH v2 01/18] abuf: Add a helper for initing and allocating a buffer
Tom Rini
Re: [PATCH v2 01/18] abuf: Add a helper for initing and allocating a buffer
Simon Glass
[PATCH v2 04/18] fs: boot: Update bootmeth_alloc_other() to use abuf
Simon Glass
[PATCH v2 05/18] bootstd: Add more debugging to bootmeth_efi
Simon Glass
[PATCH v2 06/18] bootstd: Add more debugging to bootmeth_extlinux
Simon Glass
[PATCH v2 08/18] bootstd: Fully complete iteration of a uclass
Simon Glass
[PATCH v2 10/18] test/py: Add an extlinux file similar to Ubuntu
Simon Glass
[PATCH v2 09/18] test/py: Split out core of Fedora image into a new function
Simon Glass
[PATCH v2 11/18] usb: Use more useful names for block devices
Simon Glass
[PATCH v2 13/18] bootstd: Tweak scanning with labels
Simon Glass
[PATCH v2 16/18] bootstd: Correct the comment for bootmeth_set_order()
Simon Glass
[PATCH v2 14/18] bootstd: Tidy up a nested CONFIG_IS_ENABLED(BOOTSTD)
Simon Glass
[PATCH v2 18/18] bootstd: Mention FS state in bootmeth_read_bootflow()
Simon Glass
[PATCH v2 17/18] bootstd: Expand debugging in bootdev_find_in_blk()
Simon Glass
[PATCH v2 15/18] bootstd: Provide a command to select the bootdev order
Simon Glass
Re: [PATCH v2 15/18] bootstd: Provide a command to select the bootdev order
Quentin Schulz
Re: [PATCH v2 15/18] bootstd: Provide a command to select the bootdev order
Simon Glass
Re: [PATCH v2 15/18] bootstd: Provide a command to select the bootdev order
Tom Rini
Re: [PATCH v2 15/18] bootstd: Provide a command to select the bootdev order
Simon Glass
[PATCH v2 02/18] fs: boot: Update fs_read_alloc() to use abuf
Simon Glass
[PATCH v2 07/18] bootstd: Try all bootmeths on the final partition
Simon Glass
[PATCH v2 12/18] sandbox: Use a unique name for each USB controller
Simon Glass
[PATCH v2 0/3] booti: Remove the SYS_BOOTM_LEN limit for booti
Simon Glass
[PATCH v2 2/3] bootm: Add RISC-V support in booti_is_supported()
Simon Glass
Re: [PATCH v2 2/3] bootm: Add RISC-V support in booti_is_supported()
Tom Rini
[PATCH v2 3/3] booti: Allow using 10x the uncompressed size with booti
Simon Glass
[PATCH v2 1/3] boot: Add a function to check if a linux Image is supported
Simon Glass
Re: [PATCH v2 1/3] boot: Add a function to check if a linux Image is supported
Tom Rini
Re: [PATCH v2 0/3] booti: Remove the SYS_BOOTM_LEN limit for booti
Tom Rini
Re: [PATCH v2 0/3] booti: Remove the SYS_BOOTM_LEN limit for booti
Simon Glass
Re: [PATCH v2 0/3] booti: Remove the SYS_BOOTM_LEN limit for booti
Tom Rini
Re: [PATCH v2 0/3] booti: Remove the SYS_BOOTM_LEN limit for booti
Simon Glass
Re: [PATCH v2 0/3] booti: Remove the SYS_BOOTM_LEN limit for booti
Tom Rini
Re: [PATCH v2 0/3] booti: Remove the SYS_BOOTM_LEN limit for booti
Simon Glass
Re: [PATCH] boot: Add missing code for bootz_run()
Simon Glass
Re: [PATCH 0/3] booti: Remove the SYS_BOOTM_LEN limit for booti
Simon Glass
Re: [PATCH 0/3] booti: Remove the SYS_BOOTM_LEN limit for booti
Tom Rini
Re: [PATCH 0/3] booti: Remove the SYS_BOOTM_LEN limit for booti
Simon Glass
Re: [PATCH 0/3] booti: Remove the SYS_BOOTM_LEN limit for booti
Peter Robinson
Re: [PATCH 0/3] booti: Remove the SYS_BOOTM_LEN limit for booti
Tom Rini
Re: [PATCH 01/17] fs: boot: Update fs_read_alloc() to use abuf
Simon Glass
Please pull u-boot-dm
Simon Glass
Re: Please pull u-boot-dm
Tom Rini
Re: Please pull u-boot-dm
Simon Glass
Please pull u-boot-dm
Simon Glass
Re: Please pull u-boot-dm
Tom Rini
Re: Please pull u-boot-dm
Simon Glass
Re: Please pull u-boot-dm
Tom Rini
Re: Please pull u-boot-dm
Simon Glass
Please pull u-boot-dm
Simon Glass
Re: Please pull u-boot-dm
Tom Rini
[PATCH v2] sandbox: Enable PHYS_64BIT for 64-bit builds
Simon Glass
[PATCH v2 1/2] strim: Sync up with Linux version
Simon Glass
[PATCH v2 2/2] test: Add a test for strim()
Simon Glass
[PATCH v2 00/22] Deal with exfat versus byteorder
Simon Glass
[PATCH v2 01/22] net: Use a forward declaration for cmd_tbl in net-common.h
Simon Glass
[PATCH v2 03/22] dhelectronics: Include env.h to permit reading the environment
Simon Glass
[PATCH v2 04/22] imx8ulp_evk: Include env.h to permit reading the environment
Simon Glass
[PATCH v2 02/22] congatec: Include env.h to permit reading the environment
Simon Glass
Re: [PATCH v2 02/22] congatec: Include env.h to permit reading the environment
Tom Rini
Re: [PATCH v2 02/22] congatec: Include env.h to permit reading the environment
Simon Glass
Re: [PATCH v2 02/22] congatec: Include env.h to permit reading the environment
Tom Rini
Re: [PATCH v2 02/22] congatec: Include env.h to permit reading the environment
Simon Glass
Re: [PATCH v2 02/22] congatec: Include env.h to permit reading the environment
Tom Rini
Re: [PATCH v2 02/22] congatec: Include env.h to permit reading the environment
Simon Glass
Re: [PATCH v2 02/22] congatec: Include env.h to permit reading the environment
Tom Rini
Re: [PATCH v2 02/22] congatec: Include env.h to permit reading the environment
Simon Glass
Re: [PATCH v2 02/22] congatec: Include env.h to permit reading the environment
Tom Rini
Re: [PATCH v2 02/22] congatec: Include env.h to permit reading the environment
Tom Rini
Re: [PATCH v2 02/22] congatec: Include env.h to permit reading the environment
Simon Glass
Re: [PATCH v2 02/22] congatec: Include env.h to permit reading the environment
Tom Rini
[PATCH v2 05/22] venice: Include env.h to permit reading the environment
Simon Glass
[PATCH v2 06/22] phytec: Include env.h to permit reading the environment
Simon Glass
[PATCH v2 07/22] ronetix: Include env.h to permit reading the environment
Simon Glass
[PATCH v2 08/22] toradex: Include env.h to permit reading the environment
Simon Glass
[PATCH v2 09/22] advantech: Include env.h in imx8qm_dmsse20_a1
Simon Glass
Re: [PATCH v2 09/22] advantech: Include env.h in imx8qm_dmsse20_a1
Oliver Graute
[PATCH v2 10/22] tegra: Include env.h to permit reading the environment
Simon Glass
[PATCH v2 11/22] synology: Include env.h to permit reading the environment
Simon Glass
Re: [PATCH v2 11/22] synology: Include env.h to permit reading the environment
Tony Dinh
Re: [PATCH v2 11/22] synology: Include env.h to permit reading the environment
Stefan Roese
[PATCH v2 13/22] freescale: Include env.h to permit reading the environment
Simon Glass
[PATCH v2 15/22] liebherr: Include env.h to permit reading the environment
Simon Glass
Re: [PATCH v2 15/22] liebherr: Include env.h to permit reading the environment
Lukasz Majewski
[PATCH v2 16/22] technexion: Include env.h to permit reading the environment
Simon Glass
[PATCH v2 12/22] amlogic: Include env.h to permit reading the environment
Simon Glass
Re: [PATCH v2 12/22] amlogic: Include env.h to permit reading the environment
Viacheslav
[PATCH v2 14/22] google: Include env.h to permit reading the environment
Simon Glass
[PATCH v2 17/22] elf: Only use network environment-variables if net enabled
Simon Glass
Re: [PATCH v2 17/22] elf: Only use network environment-variables if net enabled
Jerome Forissier
[PATCH v2 18/22] net: Include byteorder in net6.h
Simon Glass
[PATCH v2 19/22] net: Include string.h in net-legacy.h
Simon Glass
Re: [PATCH v2 19/22] net: Include string.h in net-legacy.h
Jerome Forissier
[PATCH v2 21/22] net: dc2114x: Include env.h to permit reading the environment
Simon Glass
[PATCH v2 22/22] net: Move env_get_ip() out of the header file
Simon Glass
[PATCH v2 20/22] net: Include env.h in pcap.c
Simon Glass
Re: [PATCH v2 00/22] Deal with exfat versus byteorder
Marek Vasut
Re: [PATCH v2 00/22] Deal with exfat versus byteorder
Simon Glass
Re: [PATCH v2 00/22] Deal with exfat versus byteorder
Tom Rini
Re: [PATCH v2 00/22] Deal with exfat versus byteorder
Simon Glass
Re: [PATCH v2 00/22] Deal with exfat versus byteorder
Tom Rini
[PATCH] CI: Update the CI lab
Simon Glass
Re: [PATCH] CI: Update the CI lab
Tom Rini
Re: [PATCH] CI: Update the CI lab
Simon Glass
Re: [PATCH] CI: Update the CI lab
Tom Rini
Re: [PATCH] CI: Update the CI lab
Simon Glass
Re: [PATCH] CI: Update the CI lab
Tom Rini
[PATCH 0/2] efi_loader: fix initrd loading
Adriano Cordova
[PATCH 2/2] efi_loader: fix typo initd_sz to initrd_sz
Adriano Cordova
Re: [PATCH 2/2] efi_loader: fix typo initd_sz to initrd_sz
Heinrich Schuchardt
[PATCH 1/2] efi_loader: bootbin: split initrd registration and installation
Adriano Cordova
Re: [PATCH 1/2] efi_loader: bootbin: split initrd registration and installation
Heinrich Schuchardt
Re: [PATCH 1/2] efi_loader: bootbin: split initrd registration and installation
Adriano Cordova Fedeli
[PATCH] configs: rpi: set NR_DRAM_BANKS to 8 to accommodate RAM on 16GB models
Jan Čermák
Re: [PATCH] configs: rpi: set NR_DRAM_BANKS to 8 to accommodate RAM on 16GB models
Matthias Brugger
Re: [2nd RESEND PATCH 0/2] Add support for Infineon S28HL256T and S28HL02GT
Tom Rini
Re: [PATCH] Revert "mtd: spi-nor: Remove recently added SST special case"
Tom Rini
Re: [PATCH] mtd: spi-nor: Use CONFIG_IS_ENABLED for CONFIG_SPI_FLASH_BAR defines
Tom Rini
Re: [PATCH] mtd: spi-nor: Add NO_CHIP_ERASE flag for mt35xu01g/2g
Tom Rini
[PATCH 1/2] fs: exfat: Use strncpy() and bail on too long filenames
Marek Vasut
[PATCH 2/2] fs: exfat: Inhibit unused exfat_humanize_bytes() and exfat_print_info()
Marek Vasut
Re: [PATCH 1/2] fs: exfat: Use strncpy() and bail on too long filenames
Tom Rini
[PATCH 1/2] net: Use a forward declaration for cmd_tbl in net-common.h
Simon Glass
[PATCH 2/2] net: Move env_get_ip() out of the header file
Simon Glass
Re: [PATCH 2/2] net: Move env_get_ip() out of the header file
Jerome Forissier
Re: [PATCH 1/2] net: Use a forward declaration for cmd_tbl in net-common.h
Jerome Forissier
[PATCH v1] arm: add call to cleanup_before_linux for go command
Anshul Dalal
Re: [PATCH v1] arm: add call to cleanup_before_linux for go command
Tom Rini
Re: [PATCH v1] arm: add call to cleanup_before_linux for go command
Anshul Dalal
Re: [PATCH v1] arm: add call to cleanup_before_linux for go command
Tom Rini
Re: [PATCH v1] arm: add call to cleanup_before_linux for go command
Bryan Brattlof
Re: [PATCH v1] arm: add call to cleanup_before_linux for go command
Tom Rini
Re: [PATCH v1] arm: add call to cleanup_before_linux for go command
Raghavendra, Vignesh
Re: [PATCH v1] arm: add call to cleanup_before_linux for go command
Tom Rini
Re: [PATCH v1] arm: add call to cleanup_before_linux for go command
Bryan Brattlof
Re: [PATCH v1] arm: add call to cleanup_before_linux for go command
Bryan Brattlof
Re: [PATCH v1] arm: add call to cleanup_before_linux for go command
Tom Rini
Re: [PATCH v1] arm: add call to cleanup_before_linux for go command
Tom Rini
Re: [PATCH v1] arm: add call to cleanup_before_linux for go command
Zixian Zeng
Re: [PATCH v1] arm: add call to cleanup_before_linux for go command
Zixian Zeng
Re: [PATCH v1] arm: add call to cleanup_before_linux for go command
Tom Rini
Re: [PATCH] configs: mvebu_espressobin_ultra-88f3720_defconfig: enable hwrng
Stefan Roese
Re: [PATCH] configs: mvebu_espressobin_ultra-88f3720_defconfig: enable hwrng
Stefan Roese
[PATCH 1/1] bootm: pass kernel load address not entry point for IH_OS_EFI
Heinrich Schuchardt
Re: [PATCH 1/1] bootm: pass kernel load address not entry point for IH_OS_EFI
Ilias Apalodimas
Re: [PATCH 1/1] bootm: pass kernel load address not entry point for IH_OS_EFI
Simon Glass
Re: [PATCH 1/1] bootm: pass kernel load address not entry point for IH_OS_EFI
Ilias Apalodimas
Earlier messages
Later messages