Show patches with: none      |   185653 patches
« 1 2 3 41856 1857 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v2,30/30] doc: Update init docs for the xPL changes [v2,01/30] Makefile: Add a u-boot.cfg file for VPL - - - - --- 2024-09-28 Simon Glass New
[v2,29/30] doc: Move init-related things out of README [v2,01/30] Makefile: Add a u-boot.cfg file for VPL - - - - --- 2024-09-28 Simon Glass New
[v2,28/30] README: Drop SoC-specific comment about SPL [v2,01/30] Makefile: Add a u-boot.cfg file for VPL - - - - --- 2024-09-28 Simon Glass New
[v2,27/30] xpl: Rename spl_phase_prefix() and spl_phase_name() [v2,01/30] Makefile: Add a u-boot.cfg file for VPL - - - - --- 2024-09-28 Simon Glass New
[v2,26/30] xpl: Rename spl_next_phase() and spl_prev_phase() [v2,01/30] Makefile: Add a u-boot.cfg file for VPL - - - - --- 2024-09-28 Simon Glass New
[v2,25/30] xpl: Add a function to indicate when in xPL [v2,01/30] Makefile: Add a u-boot.cfg file for VPL - - - - --- 2024-09-28 Simon Glass New
[v2,24/30] xpl: Rename spl_in_proper() to not_xpl() [v2,01/30] Makefile: Add a u-boot.cfg file for VPL - - - - --- 2024-09-28 Simon Glass New
[v2,23/30] xpl: Rename spl_phase() to xpl_phase() [v2,01/30] Makefile: Add a u-boot.cfg file for VPL - - - - --- 2024-09-28 Simon Glass New
[v2,22/30] xpl: Rename spl_phase to xpl_phase_t [v2,01/30] Makefile: Add a u-boot.cfg file for VPL - - - - --- 2024-09-28 Simon Glass New
[v2,21/30] xpl: Rename u_boot_first_phase to xpl_is_first_phase() [v2,01/30] Makefile: Add a u-boot.cfg file for VPL - - - - --- 2024-09-28 Simon Glass New
[v2,20/30] qconfig: Update tool for new Makefile variables [v2,01/30] Makefile: Add a u-boot.cfg file for VPL - - - - --- 2024-09-28 Simon Glass New
[v2,19/30] spl: Rename SPL_TPL_NAME and SPL_TPL_PROMPT [v2,01/30] Makefile: Add a u-boot.cfg file for VPL - - - - --- 2024-09-28 Simon Glass New
[v2,16/30] kconfig: binman: Check for SPL instead of XPL [v2,01/30] Makefile: Add a u-boot.cfg file for VPL - - - - --- 2024-09-28 Simon Glass New
[v2,15/30] stdio: Make use of the SERIAL define [v2,01/30] Makefile: Add a u-boot.cfg file for VPL - - - - --- 2024-09-28 Simon Glass New
[v2,14/30] serial: Make use of the SERIAL define [v2,01/30] Makefile: Add a u-boot.cfg file for VPL - - - - --- 2024-09-28 Simon Glass New
[v2,13/30] xpl: Define CONFIG_SPL_BUILD only for the SPL build [v2,01/30] Makefile: Add a u-boot.cfg file for VPL - - - - --- 2024-09-28 Simon Glass New
[v2,12/30] boot: Drop unnecessary ifdef for LOAD_FIT [v2,01/30] Makefile: Add a u-boot.cfg file for VPL - - - - --- 2024-09-28 Simon Glass New
[v2,11/30] qconfig: Add XPL_BUILD to ignored symbols [v2,01/30] Makefile: Add a u-boot.cfg file for VPL - - - - --- 2024-09-28 Simon Glass New
[v2,10/30] log: global: Rename warn_non_spl() and update the condition [v2,01/30] Makefile: Add a u-boot.cfg file for VPL - - - - --- 2024-09-28 Simon Glass New
[v2,09/30] tegra: Use SPL instead of SPL_BUILD [v2,01/30] Makefile: Add a u-boot.cfg file for VPL - - - - --- 2024-09-28 Simon Glass New
[v2,08/30] x86: Update a comment to mention XPL [v2,01/30] Makefile: Add a u-boot.cfg file for VPL - - - - --- 2024-09-28 Simon Glass New
[v2,07/30] net: freescale: Drop use of SPL_BUILD dependency [v2,01/30] Makefile: Add a u-boot.cfg file for VPL - - - - --- 2024-09-28 Simon Glass New
[v2,06/30] doc: Update SPL docs for the xPL changes [v2,01/30] Makefile: Add a u-boot.cfg file for VPL - - - - --- 2024-09-28 Simon Glass New
[v2,04/30] scripts: Define CONFIG_XPL_BUILD for all xPL builds [v2,01/30] Makefile: Add a u-boot.cfg file for VPL - - - - --- 2024-09-28 Simon Glass New
[v2,03/30] scripts: Add some comments about autoconf.mk [v2,01/30] Makefile: Add a u-boot.cfg file for VPL - - - - --- 2024-09-28 Simon Glass New
[v2,02/30] scripts: Rename Makefile.spl to Makefile.xpl [v2,01/30] Makefile: Add a u-boot.cfg file for VPL - - - - --- 2024-09-28 Simon Glass New
[v2,01/30] Makefile: Add a u-boot.cfg file for VPL [v2,01/30] Makefile: Add a u-boot.cfg file for VPL - - - - --- 2024-09-28 Simon Glass New
[3/3] arm64: dts: imx: Switch to using upstream DT on DH i.MX8MP DHCOM PDK2/PDK3 [1/3] dts: Deduplicate dtbs target - - - - --- 2024-09-27 Marek Vasut trini New
[2/3] dts: Add ability to build DTOs only from arch/$(ARCH)/dts [1/3] dts: Deduplicate dtbs target - - - - --- 2024-09-27 Marek Vasut trini New
[1/3] dts: Deduplicate dtbs target [1/3] dts: Deduplicate dtbs target - - - - --- 2024-09-27 Marek Vasut trini New
cmd/mem.c: fix undefined behavior in mem cmp cmd/mem.c: fix undefined behavior in mem cmp - 1 - - --- 2024-09-27 Quentin Schulz trini Rejected
net: recv(): return -EAGAIN instead of 0 when no cleanup is expected net: recv(): return -EAGAIN instead of 0 when no cleanup is expected - - - - --- 2024-09-27 Jerome Forissier rfried New
[2/2] arm64: zynqmp: Fix tcminit mode value based on argv arm64: zynqmp: Update zynqmp tcminit mode - - - - --- 2024-09-27 Padmarao Begari monstr New
[1/2] arm64: zynqmp: Print an error for split to lock mode switch arm64: zynqmp: Update zynqmp tcminit mode - - - - --- 2024-09-27 Padmarao Begari monstr New
binman: add fast authentication method for i.MX8M signing binman: add fast authentication method for i.MX8M signing - - - - --- 2024-09-27 Brian Ruley New
[v1] gpio: adp5585: Add SPL config for ADP5585 driver [v1] gpio: adp5585: Add SPL config for ADP5585 driver - - 1 - --- 2024-09-27 Alice Guo (OSS) festevam New
[v2,7/7] arm64: zynqmp: Update the usb5744 hub node as per binding Add the USB5744 hub driver as per new DT binding - - - - --- 2024-09-27 Venkatesh Yadav Abbarapu marex New
[v2,6/7] configs: zynqmp_kria: Enable the USB onboard hub Add the USB5744 hub driver as per new DT binding - - - - --- 2024-09-27 Venkatesh Yadav Abbarapu marex New
[v2,5/7] usb: onboard-hub: Bail out if peer hub is already probed Add the USB5744 hub driver as per new DT binding - - - - --- 2024-09-27 Venkatesh Yadav Abbarapu marex New
[v2,4/7] usb: onboard-hub: Add i2c initialization for usb5744 hub Add the USB5744 hub driver as per new DT binding - - - - --- 2024-09-27 Venkatesh Yadav Abbarapu marex New
[v2,3/7] usb: onboard-hub: add support for Microchip USB5744 Add the USB5744 hub driver as per new DT binding - - - - --- 2024-09-27 Venkatesh Yadav Abbarapu marex New
[v2,2/7] usb: onboard-hub: Fix the return values of regulator APIs Add the USB5744 hub driver as per new DT binding - - - - --- 2024-09-27 Venkatesh Yadav Abbarapu marex New
[v2,1/7] usb: onboard-hub: Add reset-gpio support Add the USB5744 hub driver as per new DT binding - - - - --- 2024-09-27 Venkatesh Yadav Abbarapu marex New
[v2,4/4] drivers/crypto: aspeed: Add Caliptra ECDSA384 support aspeed: ast2700: Add Caliptra ECDSA driver - - 1 - --- 2024-09-27 Chia-Wei Wang trini New
[v2,3/4] image-fit-sig: Remove padding check aspeed: ast2700: Add Caliptra ECDSA driver - - 1 - --- 2024-09-27 Chia-Wei Wang trini New
[v2,2/4] lib: ecdsa: Create device tree node automatically aspeed: ast2700: Add Caliptra ECDSA driver - - 1 - --- 2024-09-27 Chia-Wei Wang trini New
[v2,1/4] lib: ecdsa: Add ECDSA384 support aspeed: ast2700: Add Caliptra ECDSA driver - - 1 - --- 2024-09-27 Chia-Wei Wang trini New
[2nd,RESEND] mtd: spi-nor-ids: Add support for S28HS256T [2nd,RESEND] mtd: spi-nor-ids: Add support for S28HS256T - - 2 - --- 2024-09-27 Takahiro Kuwano jagan New
[RESEND,v2,2/2] mtd: spi-nor-ids: Add NO_CHIP_ERASE flag to Infineon s28hs02gt mtd: spi-nor-ids: Add NO_CHIP_ERASE flag to Infineon 2Gb parts - 1 1 - --- 2024-09-27 Takahiro Kuwano jagan New
[RESEND,v2,1/2] mtd: spi-nor-ids: Add NO_CHIP_ERASE flag to Infineon s25hl02Gt and s25hs02gt mtd: spi-nor-ids: Add NO_CHIP_ERASE flag to Infineon 2Gb parts - 1 1 - --- 2024-09-27 Takahiro Kuwano jagan New
[2nd,RESEND,v2,6/6] mtd: spi-nor: Set ECC unit size to MTD writesize in Infineon SEMPER flashes mtd: Make sure UBIFS does not do multi-pass page programming on flashes that don't support it 1 - - - --- 2024-09-27 Takahiro Kuwano jagan New
[2nd,RESEND,v2,5/6] mtd: spi-nor: Call spi_nor_post_sfdp_fixups() only after spi_nor_parse_sfdp() mtd: Make sure UBIFS does not do multi-pass page programming on flashes that don't support it 1 - - - --- 2024-09-27 Takahiro Kuwano jagan New
[2nd,RESEND,v2,4/6] mtd: spi-nor: Replace default_init() hook with late_init() mtd: Make sure UBIFS does not do multi-pass page programming on flashes that don't support it 1 - - - --- 2024-09-27 Takahiro Kuwano jagan New
[2nd,RESEND,v2,3/6] mtd: spi-nor: Check nor->info before setting macronix_octal_fixups mtd: Make sure UBIFS does not do multi-pass page programming on flashes that don't support it 1 1 - - --- 2024-09-27 Takahiro Kuwano jagan New
[2nd,RESEND,v2,2/6] mtd: spi-nor: Allow flashes to specify MTD writesize mtd: Make sure UBIFS does not do multi-pass page programming on flashes that don't support it 1 - - - --- 2024-09-27 Takahiro Kuwano jagan New
[2nd,RESEND,v2,1/6] mtd: ubi: Do not zero out EC and VID on ECC-ed NOR flashes mtd: Make sure UBIFS does not do multi-pass page programming on flashes that don't support it 2 - - - --- 2024-09-27 Takahiro Kuwano jagan New
[2nd,RESEND,v2,3/3] mtd: spi-nor-id: Add S25FS064S, S25FS128S, S25FS256S IDs mtd: spi-nor: Add support for S25FS-S family - - 1 - --- 2024-09-27 Takahiro Kuwano jagan New
[2nd,RESEND,v2,2/3] mtd: spi-nor-id: Use INFO6 macro for S25FL-S mtd: spi-nor: Add support for S25FS-S family - - 2 - --- 2024-09-27 Takahiro Kuwano jagan New
[2nd,RESEND,v2,1/3] mtd: spi-nore-core: Fix 4KB erase opcode for s25fs-s mtd: spi-nor: Add support for S25FS-S family - 1 2 - --- 2024-09-27 Takahiro Kuwano jagan New
[v3,4/4] power: regulator: Drop regulators_enable_boot_on/off() [v3,1/4] power: regulator: Trigger probe of regulators which are always-on or boot-on - - - - --- 2024-09-26 Marek Vasut trini Under Review
[v3,3/4] power: regulator: Drop regulator_unset() [v3,1/4] power: regulator: Trigger probe of regulators which are always-on or boot-on - - - - --- 2024-09-26 Marek Vasut trini Under Review
[v3,2/4] power: regulator: Convert regulators_enable_boot_on/off() to regulator_post_probe [v3,1/4] power: regulator: Trigger probe of regulators which are always-on or boot-on - - - - --- 2024-09-26 Marek Vasut trini Under Review
[v3,1/4] power: regulator: Trigger probe of regulators which are always-on or boot-on [v3,1/4] power: regulator: Trigger probe of regulators which are always-on or boot-on - - - - --- 2024-09-26 Marek Vasut trini Under Review
[01/42] Makefile: Add a u-boot.cfg file for VPL Tidy up use of 'SPL' and CONFIG_SPL_BUILD - - - - --- 2024-09-26 Simon Glass trini Changes Requested
[42/42] doc: Update init docs for the xPL changes Tidy up use of 'SPL' and CONFIG_SPL_BUILD - - - - --- 2024-09-26 Simon Glass trini Changes Requested
[41/42] doc: Move init-related things out of README Tidy up use of 'SPL' and CONFIG_SPL_BUILD - - - - --- 2024-09-26 Simon Glass trini Changes Requested
[40/42] README: Drop SoC-specific comment about SPL Tidy up use of 'SPL' and CONFIG_SPL_BUILD - - - - --- 2024-09-26 Simon Glass trini Changes Requested
[39/42] xpl: Rename spl_phase_prefix() and spl_phase_name() Tidy up use of 'SPL' and CONFIG_SPL_BUILD - - - - --- 2024-09-26 Simon Glass trini Changes Requested
[38/42] xpl: Rename spl_next_phase() and spl_prev_phase() Tidy up use of 'SPL' and CONFIG_SPL_BUILD - - - - --- 2024-09-26 Simon Glass trini Changes Requested
[37/42] xpl: Add a function to indicate when in xPL Tidy up use of 'SPL' and CONFIG_SPL_BUILD - - - - --- 2024-09-26 Simon Glass trini Changes Requested
[36/42] xpl: Rename spl_in_proper() to not_xpl() Tidy up use of 'SPL' and CONFIG_SPL_BUILD - - - - --- 2024-09-26 Simon Glass trini Changes Requested
[35/42] xpl: Rename spl_phase() to xpl_phase() Tidy up use of 'SPL' and CONFIG_SPL_BUILD - - - - --- 2024-09-26 Simon Glass trini Changes Requested
[34/42] xpl: Rename spl_phase to xpl_phase_t Tidy up use of 'SPL' and CONFIG_SPL_BUILD - - - - --- 2024-09-26 Simon Glass trini Changes Requested
[33/42] xpl: Rename u_boot_first_phase to xpl_is_first_phase() Tidy up use of 'SPL' and CONFIG_SPL_BUILD - - - - --- 2024-09-26 Simon Glass trini Changes Requested
[32/42] qconfig: Update tool for new Makefile variables Tidy up use of 'SPL' and CONFIG_SPL_BUILD - - - - --- 2024-09-26 Simon Glass trini Changes Requested
[31/42] spl: Rename SPL_TPL_NAME and SPL_TPL_PROMPT Tidy up use of 'SPL' and CONFIG_SPL_BUILD - - - - --- 2024-09-26 Simon Glass trini Changes Requested
[30/42] global: Rename SPL_TPL_ to PHASE_ Tidy up use of 'SPL' and CONFIG_SPL_BUILD - - - - --- 2024-09-26 Simon Glass trini Changes Requested
[29/42] global: Rename SPL_ to XPL_ Tidy up use of 'SPL' and CONFIG_SPL_BUILD - - - - --- 2024-09-26 Simon Glass trini Changes Requested
[28/42] drivers: Simplify Makefile condition Tidy up use of 'SPL' and CONFIG_SPL_BUILD - - - - --- 2024-09-26 Simon Glass trini Changes Requested
[27/42] rockchip: Simplify Makefile condition Tidy up use of 'SPL' and CONFIG_SPL_BUILD - - - - --- 2024-09-26 Simon Glass trini Changes Requested
[26/42] kconfig: binman: Check for SPL instead of XPL Tidy up use of 'SPL' and CONFIG_SPL_BUILD - - - - --- 2024-09-26 Simon Glass trini Changes Requested
[25/42] drivers: Simplify Makefile checks Tidy up use of 'SPL' and CONFIG_SPL_BUILD - - - - --- 2024-09-26 Simon Glass trini Changes Requested
[24/42] stdio: Make use of the SERIAL define Tidy up use of 'SPL' and CONFIG_SPL_BUILD - - - - --- 2024-09-26 Simon Glass trini Changes Requested
[23/42] serial: Make use of the SERIAL define Tidy up use of 'SPL' and CONFIG_SPL_BUILD - - - - --- 2024-09-26 Simon Glass trini Changes Requested
[22/42] powerpc: Correct check for SPL Tidy up use of 'SPL' and CONFIG_SPL_BUILD - - - - --- 2024-09-26 Simon Glass trini Changes Requested
[21/42] spl: Simplify check for SPL Tidy up use of 'SPL' and CONFIG_SPL_BUILD - - - - --- 2024-09-26 Simon Glass trini Changes Requested
[20/42] dm: Simplify check for SPL Tidy up use of 'SPL' and CONFIG_SPL_BUILD - - - - --- 2024-09-26 Simon Glass trini Changes Requested
[19/42] mtd: Simplify check for SPL Tidy up use of 'SPL' and CONFIG_SPL_BUILD - - - - --- 2024-09-26 Simon Glass trini Changes Requested
[18/42] freescale: Simplify check for SPL Tidy up use of 'SPL' and CONFIG_SPL_BUILD - - - - --- 2024-09-26 Simon Glass trini Changes Requested
[17/42] x86: Simplify check for SPL Tidy up use of 'SPL' and CONFIG_SPL_BUILD - - - - --- 2024-09-26 Simon Glass trini Changes Requested
[16/42] powerpc: Simplify check for SPL Tidy up use of 'SPL' and CONFIG_SPL_BUILD - - - - --- 2024-09-26 Simon Glass trini Changes Requested
[15/42] mips: Simplify check for SPL Tidy up use of 'SPL' and CONFIG_SPL_BUILD - - - - --- 2024-09-26 Simon Glass trini Changes Requested
[14/42] rockchip: Simplify check for SPL Tidy up use of 'SPL' and CONFIG_SPL_BUILD - - - - --- 2024-09-26 Simon Glass trini Changes Requested
[13/42] xpl: Define CONFIG_SPL_BUILD only for the SPL build Tidy up use of 'SPL' and CONFIG_SPL_BUILD - - - - --- 2024-09-26 Simon Glass trini Changes Requested
[12/42] boot: Drop unnecessary ifdef for LOAD_FIT Tidy up use of 'SPL' and CONFIG_SPL_BUILD - - - - --- 2024-09-26 Simon Glass trini Changes Requested
[11/42] qconfig: Add XPL_BUILD to ignored symbols Tidy up use of 'SPL' and CONFIG_SPL_BUILD - - - - --- 2024-09-26 Simon Glass trini Changes Requested
[10/42] log: global: Rename warn_non_spl() and update the condition Tidy up use of 'SPL' and CONFIG_SPL_BUILD - - - - --- 2024-09-26 Simon Glass trini Changes Requested
[09/42] tegra: Use SPL instead of SPL_BUILD Tidy up use of 'SPL' and CONFIG_SPL_BUILD - - - - --- 2024-09-26 Simon Glass trini Changes Requested
[08/42] x86: Update a comment to mention XPL Tidy up use of 'SPL' and CONFIG_SPL_BUILD - - - - --- 2024-09-26 Simon Glass trini Changes Requested
[07/42] net: freescale: Drop use of SPL_BUILD dependency Tidy up use of 'SPL' and CONFIG_SPL_BUILD - - - - --- 2024-09-26 Simon Glass trini Changes Requested
« 1 2 3 41856 1857 »