Show patches with: Archived = No       |   20750 patches
« 1 2 3 4207 208 »
Patch Series S/W/F Date Submitter Delegate State
[02/16] lmb: add a flag to allow suppressing memory map change notification Make EFI memory allocations synchronous with LMB --- 2024-09-05 Sughosh Ganu New
[01/16] lmb: add versions of the lmb API with flags Make EFI memory allocations synchronous with LMB --- 2024-09-05 Sughosh Ganu New
[2/2] regulator: qcom-rpmh-regulator: add support for PM8550 & related regulators regulators: qcom-rpmh: support SM8550 and SM8650 platforms --- 2024-09-03 Neil Armstrong New
[1/2] soc: qcom: rpmh-rsc: add back __tcs_set_trigger() for SM8550/SM8650 regulators: qcom-rpmh: support SM8550 and SM8650 platforms --- 2024-09-03 Neil Armstrong New
[v3,16/16] cmd: pxe: CMD_PXE implies CMD_TFTPBOOT Miscellaneous fixes --- 2024-09-03 Jerome Forissier New
[v3,15/16] common: update: UPDATE_COMMON implies CMD_TFTPBOOT Miscellaneous fixes --- 2024-09-03 Jerome Forissier Superseded
[v3,14/16] test/py: test_efi_loader: add HTTP (wget) test for the EFI loader Miscellaneous fixes --- 2024-09-03 Jerome Forissier Superseded
[v3,13/16] test/py: test_efi_loader: add missing dependency on cmd_tftpboot Miscellaneous fixes --- 2024-09-03 Jerome Forissier Superseded
[v3,12/16] test/py: net_boot: fix comment Miscellaneous fixes --- 2024-09-03 Jerome Forissier Superseded
[v3,11/16] net: fec_mxc_init(): do not ignore return status of fec_open() Miscellaneous fixes --- 2024-09-03 Jerome Forissier Superseded
[v3,10/16] net: wget: allow EFI boot Miscellaneous fixes --- 2024-09-03 Jerome Forissier Superseded
[v3,09/16] net: ftgmac100: depend on NET Miscellaneous fixes --- 2024-09-03 Jerome Forissier Superseded
[v3,08/16] net: phy: ncsi: depend on NET Miscellaneous fixes --- 2024-09-03 Jerome Forissier Superseded
[v3,07/16] net: wget: removed unused function wget_success() Miscellaneous fixes --- 2024-09-03 Jerome Forissier Superseded
[v3,06/16] net: fm: call dtsec_init_phy() only when it is defined Miscellaneous fixes --- 2024-09-03 Jerome Forissier New
[v3,05/16] arm: omap2: add missing #include <netdev.h> Miscellaneous fixes --- 2024-09-03 Jerome Forissier Superseded
[v3,04/16] at91: rename mem_init() to at91_mem_init() Miscellaneous fixes --- 2024-09-03 Jerome Forissier Superseded
[v3,03/16] flash: prefix error codes with FL_ Miscellaneous fixes --- 2024-09-03 Jerome Forissier Superseded
[v3,02/16] buildman/toolchain.py: do not set CROSS_COMPILE for sandbox Miscellaneous fixes --- 2024-09-03 Jerome Forissier Superseded
[v3,01/16] Makefile: detect HOST_ARCH properly when CROSS_COMPILE is multi-word Miscellaneous fixes --- 2024-09-03 Jerome Forissier New
[GIT,PULL] Please pull u-boot-amlogic-next-20240902 [GIT,PULL] Please pull u-boot-amlogic-next-20240902 --- 2024-09-02 Neil Armstrong New
net: guard call to tftp_start() with IS_ENABLED(CONFIG_CMD_TFTPBOOT) net: guard call to tftp_start() with IS_ENABLED(CONFIG_CMD_TFTPBOOT) --- 2024-09-02 Jerome Forissier New
configs/ethernut5.h: define CFG_SYS_I2C_RTC_ADDR unconditionally configs/ethernut5.h: define CFG_SYS_I2C_RTC_ADDR unconditionally --- 2024-09-02 Jerome Forissier New
net: guard call to tftp_start() with #if defined(CONFIG_CMD_TFTPBOOT) net: guard call to tftp_start() with #if defined(CONFIG_CMD_TFTPBOOT) --- 2024-09-02 Jerome Forissier New
[4/4] doc: board/qualcomm: describe phone support and bringup Qualcomm smartphone support --- 2024-08-31 Caleb Connolly New
[3/4] bootretry: check for bootretry variable changes Qualcomm smartphone support --- 2024-08-31 Caleb Connolly New
[2/4] cli_hush: run bootmenu on retry Qualcomm smartphone support --- 2024-08-31 Caleb Connolly New
[1/4] board/qualcomm: introduce phone config Qualcomm smartphone support --- 2024-08-31 Caleb Connolly New
cmd: fdt: use U-Boot's FDT by default cmd: fdt: use U-Boot's FDT by default --- 2024-08-31 Caleb Connolly New
[v8,11/11] test: lib/uuid: add tests for UUID version/variant bits efi: CapsuleUpdate: support for dynamic UUIDs --- 2024-08-30 Caleb Connolly New
[v8,10/11] test: lib/uuid: add unit tests for dynamic UUIDs efi: CapsuleUpdate: support for dynamic UUIDs --- 2024-08-30 Caleb Connolly New
[v8,09/11] tools: mkeficapsule: support generating dynamic GUIDs efi: CapsuleUpdate: support for dynamic UUIDs --- 2024-08-30 Caleb Connolly New
[v8,08/11] tools: mkeficapsule: use u-boot UUID library efi: CapsuleUpdate: support for dynamic UUIDs --- 2024-08-30 Caleb Connolly New
[v8,07/11] include: export uuid.h efi: CapsuleUpdate: support for dynamic UUIDs --- 2024-08-30 Caleb Connolly New
[v8,06/11] lib: uuid: supporting building as part of host tools efi: CapsuleUpdate: support for dynamic UUIDs --- 2024-08-30 Caleb Connolly New
[v8,05/11] sandbox: switch to dynamic UUIDs efi: CapsuleUpdate: support for dynamic UUIDs --- 2024-08-30 Caleb Connolly New
[v8,04/11] doc: uefi: document dynamic UUID generation efi: CapsuleUpdate: support for dynamic UUIDs --- 2024-08-30 Caleb Connolly New
[v8,03/11] efi: add a helper to generate dynamic UUIDs efi: CapsuleUpdate: support for dynamic UUIDs --- 2024-08-30 Caleb Connolly New
[v8,02/11] lib: uuid: add UUID v5 support efi: CapsuleUpdate: support for dynamic UUIDs --- 2024-08-30 Caleb Connolly New
[v8,01/11] efi: define struct efi_guid efi: CapsuleUpdate: support for dynamic UUIDs --- 2024-08-30 Caleb Connolly New
[v2] Kconfig: clean up the efi configuration status [v2] Kconfig: clean up the efi configuration status --- 2024-08-30 Ilias Apalodimas New
[6/6] fwu: do not allow capsule processing on exceeding Trial Counter threshold Miscellaneous FWU fixes --- 2024-08-30 Sughosh Ganu Superseded
[5/6] fwu: add dependency checks for selecting FWU metadata version Miscellaneous FWU fixes --- 2024-08-30 Sughosh Ganu Superseded
[4/6] fwu: check all images for transitioning out of Trial State Miscellaneous FWU fixes --- 2024-08-30 Sughosh Ganu Superseded
[3/6] fwu: v1: do a version check for the metadata Miscellaneous FWU fixes --- 2024-08-30 Sughosh Ganu Superseded
[2/6] fwu: v2: try reading both copies of metadata Miscellaneous FWU fixes --- 2024-08-30 Sughosh Ganu New
[1/6] fwu: v2: perform some checks before reading metadata Miscellaneous FWU fixes --- 2024-08-30 Sughosh Ganu New
[v2,16/16] cmd: pxe: CMD_PXE implies CMD_TFTPBOOT Miscellaneous fixes --- 2024-08-30 Jerome Forissier Superseded
[v2,15/16] common: update: UPDATE_COMMON implies CMD_TFTPBOOT Miscellaneous fixes --- 2024-08-30 Jerome Forissier Superseded
[v2,14/16] test/py: test_efi_loader: add HTTP (wget) test for the EFI loader Miscellaneous fixes --- 2024-08-30 Jerome Forissier Superseded
[v2,13/16] test/py: test_efi_loader: add missing dependency on cmd_tftpboot Miscellaneous fixes --- 2024-08-30 Jerome Forissier Superseded
[v2,12/16] test/py: net_boot: fix comment Miscellaneous fixes --- 2024-08-30 Jerome Forissier Superseded
[v2,11/16] net: fec_mxc_init(): do not ignore return status of fec_open() Miscellaneous fixes --- 2024-08-30 Jerome Forissier Superseded
[v2,10/16] net: wget: allow EFI boot Miscellaneous fixes --- 2024-08-30 Jerome Forissier Superseded
[v2,09/16] net: ftgmac100: depend on NET Miscellaneous fixes --- 2024-08-30 Jerome Forissier Superseded
[v2,08/16] net: phy: ncsi: depend on NET Miscellaneous fixes --- 2024-08-30 Jerome Forissier Superseded
[v2,07/16] net: wget: removed unused function wget_success() Miscellaneous fixes --- 2024-08-30 Jerome Forissier Superseded
[v2,06/16] net: fm: call dtsec_init_phy() only when it is defined Miscellaneous fixes --- 2024-08-30 Jerome Forissier Superseded
[v2,05/16] arm: omap2: add missing #include <netdev.h> Miscellaneous fixes --- 2024-08-30 Jerome Forissier Superseded
[v2,04/16] at91: rename mem_init() to at91_mem_init() Miscellaneous fixes --- 2024-08-30 Jerome Forissier Superseded
[v2,03/16] flash: prefix error codes with FL_ Miscellaneous fixes --- 2024-08-30 Jerome Forissier Superseded
[v2,02/16] buildman/toolchain.py: set CROSS_COMPILE only if self.cross is set Miscellaneous fixes --- 2024-08-30 Jerome Forissier New
[v2,01/16] Makefile: detect HOST_ARCH properly when CROSS_COMPILE is multi-word Miscellaneous fixes --- 2024-08-30 Jerome Forissier Superseded
[v2] list: use list_count_nodes() to count list entries [v2] list: use list_count_nodes() to count list entries --- 2024-08-28 Sughosh Ganu New
mach-imx: do not use if_changed more than once per target mach-imx: do not use if_changed more than once per target --- 2024-08-28 Jerome Forissier Accepted
[13/13] test/py: test_efi_loader: add HTTP (wget) test for the EFI loader Miscellaneous fixes --- 2024-08-28 Jerome Forissier Superseded
[12/13] test/py: test_efi_loader: add missing dependency on cmd_tftpboot Miscellaneous fixes --- 2024-08-28 Jerome Forissier Superseded
[11/13] test/py: net_boot: fix comment Miscellaneous fixes --- 2024-08-28 Jerome Forissier Superseded
[10/13] net: fec_mxc_init(): do not ignore return status of fec_open() Miscellaneous fixes --- 2024-08-28 Jerome Forissier Superseded
[09/13] net: wget: allow EFI boot Miscellaneous fixes --- 2024-08-28 Jerome Forissier Superseded
[08/13] net: ftgmac100: depend on NET Miscellaneous fixes --- 2024-08-28 Jerome Forissier Superseded
[07/13] net: phy: ncsi: depend on NET Miscellaneous fixes --- 2024-08-28 Jerome Forissier Superseded
[06/13] net: wget: removed unused function wget_success() Miscellaneous fixes --- 2024-08-28 Jerome Forissier Superseded
[05/13] net: fm: call dtsec_init_phy() only when it is defined Miscellaneous fixes --- 2024-08-28 Jerome Forissier New
[04/13] arm: omap2: add missing #include <netdev.h> Miscellaneous fixes --- 2024-08-28 Jerome Forissier Superseded
[03/13] at91: rename mem_init() to at91_mem_init() Miscellaneous fixes --- 2024-08-28 Jerome Forissier Superseded
[02/13] flash: prefix error codes with FL_ Miscellaneous fixes --- 2024-08-28 Jerome Forissier Superseded
[01/13] Makefile: detect HOST_ARCH properly when CROSS_COMPILE is multi-word Miscellaneous fixes --- 2024-08-28 Jerome Forissier Superseded
[v4,27/27] lmb: add logic to print lmb flag strings Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,26/27] stm32mp: compute ram_top based on the optee base address Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,25/27] stm32mp: allow calling optee_get_reserved_memory() from U-Boot Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,24/27] zynq: lmb: do not add to lmb map before relocation Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,23/27] sandbox: iommu: remove lmb allocation in the driver Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,22/27] sandbox: spl: enable lmb config for SPL Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,21/27] spl: sandbox: initialise the ram banksize in spl Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,20/27] spl: call spl_board_init() at the end of the spl init sequence Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,19/27] sandbox: move the TCG event log to the start of ram memory Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,18/27] lmb: remove the unused board_lmb_reserve() function Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,17/27] lmb: do away with arch_lmb_reserve() Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,16/27] ppc: lmb: move arch specific lmb reservations to arch_misc_init() Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,15/27] lmb: init: initialise the lmb data structures during board init Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,14/27] lmb: bootm: remove superfluous lmb stub functions Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,13/27] lmb: remove lmb_init_and_reserve_range() function Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,12/27] lmb: remove the lmb_init_and_reserve() function Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,11/27] lmb: reserve common areas during board init Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,10/27] lmb: introduce a function to add memory to the lmb memory map Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,09/27] lmb: allow lmb module to be used in SPL Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,08/27] lmb: config: add lmb config symbols for SPL Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,07/27] lmb: remove config symbols used for lmb region count Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,06/27] lmb: allow for resizing lmb regions Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
« 1 2 3 4207 208 »