messages from 2024-09-27 01:27:21 to 2024-09-30 08:55:28 UTC [more...]
[PATCH v3 0/4] Rockchip: Allow to silent TPL/SPL debug console
2024-09-30 8:55 UTC (4+ messages)
` [PATCH v3 1/4] debug_uart: Replace debug functions with dummies if CONFIG_DEBUG_UART is not set
[PATCH] cmd/mem.c: fix undefined behavior in mem cmp
2024-09-30 8:38 UTC (3+ messages)
[PATCH v3 0/3] mtd: nand: raw: Collected improvements
2024-09-30 8:07 UTC (4+ messages)
` [PATCH v3 3/3] mtd: nand: raw: atmel: Fix pulse read timing for certain NAND flashes
[PATCH v2 0/6] android_ab: introduce bcb ab_dump command and provide several bcb fixes
2024-09-30 7:58 UTC (3+ messages)
` [PATCH v2 1/6] include/android_ab: move ab_select_slot() documentation to @ notation
i.MX8/9: question about unused DDR PHY trained CSR board array
2024-09-30 6:38 UTC (2+ messages)
[PATCH 1/3] dts: Deduplicate dtbs target
2024-09-30 6:10 UTC (7+ messages)
` [PATCH 2/3] dts: Add ability to build DTOs only from arch/$(ARCH)/dts
` [PATCH 3/3] arm64: dts: imx: Switch to using upstream DT on DH i.MX8MP DHCOM PDK2/PDK3
[PATCH 1/5] mmc: fsl_esdhc_imx: Enable AHB/IPG clk
2024-09-30 6:50 UTC (5+ messages)
` [PATCH 2/5] mmc: fsl_esdhc_imx: Send 80 clocks before IDLE command
` [PATCH 3/5] mmc: fsl_esdhc_imx: Fix host_caps issue for non-DM driver
` [PATCH 4/5] mmc: fsl_esdhc_imx: Avoid resource leak
` [PATCH 5/5] mmc: fsl_esdhc_imx: Reset tuning logic
[PATCH v2 0/7] Add the USB5744 hub driver as per new DT binding
2024-09-30 5:07 UTC (12+ messages)
` [PATCH v2 1/7] usb: onboard-hub: Add reset-gpio support
` [PATCH v2 2/7] usb: onboard-hub: Fix the return values of regulator APIs
` [PATCH v2 3/7] usb: onboard-hub: add support for Microchip USB5744
` [PATCH v2 4/7] usb: onboard-hub: Add i2c initialization for usb5744 hub
` [PATCH v2 5/7] usb: onboard-hub: Bail out if peer hub is already probed
` [PATCH v2 6/7] configs: zynqmp_kria: Enable the USB onboard hub
` [PATCH v2 7/7] arm64: zynqmp: Update the usb5744 hub node as per binding
[PATCH] usb: dwc3-generic: fix CONFIG_DM_REGULATOR-off case
2024-09-30 4:54 UTC (5+ messages)
[PATCH v2 0/2] arm64: zynqmp: Update zynqmp tcminit mode
2024-09-30 4:38 UTC (3+ messages)
` [PATCH v2 1/2] arm64: zynqmp: Print an error for split to lock mode switch
` [PATCH v2 2/2] arm64: zynqmp: Fix tcminit mode value based on argv
[PATCH 1/4] power: pmic: Support pmic pf5300
2024-09-30 3:55 UTC (4+ messages)
` [PATCH 2/4] power: regulator: "
` [PATCH 3/4] power: pmic: ADD PMIC PF9453 support
` [PATCH 4/4] power: regulator: "
[PATCH 1/2] power: pmic: Support pmic pf0900
2024-09-30 3:22 UTC (2+ messages)
` [PATCH 2/2] power: regulator: "
[PATCH v3 00/33] Tidy up use of 'SPL' and CONFIG_SPL_BUILD
2024-09-30 1:49 UTC (34+ messages)
` [PATCH v3 01/33] Makefile: Add a u-boot.cfg file for VPL
` [PATCH v3 02/33] boot: Drop unnecessary ifdef for LOAD_FIT
` [PATCH v3 03/33] tegra: Drop dependency on SPL_BUILD
` [PATCH v3 04/33] net: freescale: Drop use of SPL_BUILD dependency
` [PATCH v3 05/33] serial: Make use of the SERIAL define
` [PATCH v3 06/33] stdio: "
` [PATCH v3 07/33] scripts: Rename Makefile.spl to Makefile.xpl
` [PATCH v3 08/33] scripts: Add some comments about autoconf.mk
` [PATCH v3 09/33] scripts: Define CONFIG_XPL_BUILD for all xPL builds
` [PATCH v3 10/33] qconfig: Add XPL_BUILD to ignored symbols
` [PATCH v3 11/33] xpl: Rename u_boot_first_phase to xpl_is_first_phase()
` [PATCH v3 12/33] xpl: Rename spl_phase to xpl_phase_t
` [PATCH v3 13/33] xpl: Rename spl_phase() to xpl_phase()
` [PATCH v3 14/33] xpl: Rename spl_in_proper() to not_xpl()
` [PATCH v3 15/33] xpl: Add a function to indicate when in xPL
` [PATCH v3 16/33] xpl: Rename spl_next_phase() and spl_prev_phase()
` [PATCH v3 17/33] xpl: Rename spl_phase_prefix() and spl_phase_name()
` [PATCH v3 18/33] log: global: Rename warn_non_spl()
` [PATCH v3 19/33] doc: Update SPL docs for the xPL changes
` [PATCH v3 20/33] README: Drop SoC-specific comment about SPL
` [PATCH v3 21/33] doc: Move init-related things out of README
` [PATCH v3 22/33] doc: Update init docs for the xPL changes
` [PATCH v3 23/33] arch: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD
` [PATCH v3 24/33] board: "
` [PATCH v3 25/33] drivers: "
` [PATCH v3 26/33] include: "
` [PATCH v3 27/33] global: "
` [PATCH v3 28/33] xpl: Define CONFIG_SPL_BUILD only for the SPL build
` [PATCH v3 29/33] kconfig: binman: Check for SPL instead of XPL
` [PATCH v3 30/33] global: Rename SPL_ to XPL_
` [PATCH v3 31/33] global: Rename SPL_TPL_ to PHASE_
` [PATCH v3 32/33] spl: Rename SPL_TPL_NAME and SPL_TPL_PROMPT
` [PATCH v3 33/33] qconfig: Update tool for new Makefile variables
[PATCH 0/9] add support for Enclustra Mercury AA1 SoMs
2024-09-29 19:19 UTC (10+ messages)
` [PATCH 2/9] ARM: dts: socfpga: add Enclustra Intel AA1
[PATCH] binman: add fast authentication method for i.MX8M signing
2024-09-30 0:46 UTC (6+ messages)
[PATCH v2] arm64: dts: imx8mp: Add DH i.MX8MP DHCOM SoM on DRC02 carrier board
2024-09-29 20:56 UTC (2+ messages)
[PATCH] arm64: dts: imx8mp: Add support for DH electronics i.MX8M Plus DHCOM PicoITX
2024-09-29 20:55 UTC (2+ messages)
[PATCH v2] gpio: adp5585: Add SPL config for ADP5585 driver
2024-09-29 20:54 UTC (2+ messages)
[PATCH v2 0/7] mtd: nand: brcmnand: Backported fixes from Linux
2024-09-29 17:20 UTC (6+ messages)
` [PATCH v2 1/7] mtd: rawnand: brcmnand: Fix ECC level field setting for v7.2 controller
` [PATCH v2 2/7] mtd: rawnand: brcmnand: Fix potential false time out warning
[PATCH v1] mailbox: add i.MX MU driver
2024-09-29 13:13 UTC
[PATCH v1] mailbox: add i.MX MU driver
2024-09-29 13:10 UTC (2+ messages)
` 回复: "
[PATCH v1] mailbox: support timeout when sending
2024-09-29 12:53 UTC
[PATCH v4 00/11] led: introduce LED boot and activity function
2024-09-29 12:48 UTC (4+ messages)
` [PATCH v4 03/11] led: implement LED boot API
[PATCH v2 00/30] Tidy up use of 'SPL' and CONFIG_SPL_BUILD
2024-09-29 11:50 UTC (41+ messages)
` [PATCH v2 01/30] Makefile: Add a u-boot.cfg file for VPL
` [PATCH v2 02/30] scripts: Rename Makefile.spl to Makefile.xpl
` [PATCH v2 03/30] scripts: Add some comments about autoconf.mk
` [PATCH v2 04/30] scripts: Define CONFIG_XPL_BUILD for all xPL builds
` [PATCH v2 05/30] global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD
` [PATCH v2 06/30] doc: Update SPL docs for the xPL changes
` [PATCH v2 07/30] net: freescale: Drop use of SPL_BUILD dependency
` [PATCH v2 08/30] x86: Update a comment to mention XPL
` [PATCH v2 09/30] tegra: Use SPL instead of SPL_BUILD
` [PATCH v2 10/30] log: global: Rename warn_non_spl() and update the condition
` [PATCH v2 11/30] qconfig: Add XPL_BUILD to ignored symbols
` [PATCH v2 12/30] boot: Drop unnecessary ifdef for LOAD_FIT
` [PATCH v2 13/30] xpl: Define CONFIG_SPL_BUILD only for the SPL build
` [PATCH v2 14/30] serial: Make use of the SERIAL define
` [PATCH v2 15/30] stdio: "
` [PATCH v2 16/30] kconfig: binman: Check for SPL instead of XPL
` [PATCH v2 17/30] global: Rename SPL_ to XPL_
` [PATCH v2 18/30] global: Rename SPL_TPL_ to PHASE_
` [PATCH v2 19/30] spl: Rename SPL_TPL_NAME and SPL_TPL_PROMPT
` [PATCH v2 20/30] qconfig: Update tool for new Makefile variables
` [PATCH v2 21/30] xpl: Rename u_boot_first_phase to xpl_is_first_phase()
` [PATCH v2 22/30] xpl: Rename spl_phase to xpl_phase_t
` [PATCH v2 23/30] xpl: Rename spl_phase() to xpl_phase()
` [PATCH v2 24/30] xpl: Rename spl_in_proper() to not_xpl()
` [PATCH v2 25/30] xpl: Add a function to indicate when in xPL
` [PATCH v2 26/30] xpl: Rename spl_next_phase() and spl_prev_phase()
` [PATCH v2 27/30] xpl: Rename spl_phase_prefix() and spl_phase_name()
` [PATCH v2 28/30] README: Drop SoC-specific comment about SPL
` [PATCH v2 29/30] doc: Move init-related things out of README
` [PATCH v2 30/30] doc: Update init docs for the xPL changes
[PATCH] cmd: Make bootvx independent of bootelf
2024-09-29 9:27 UTC
[PATCH 00/27] led: Remove old status-LED code
2024-09-28 16:03 UTC (5+ messages)
[PATCH 0/7] mtd: nand: brcmnand: Backported fixes from Linux
2024-09-28 0:50 UTC (3+ messages)
[PATCH v6 0/6] FUSB302 USB-C controller support
2024-09-27 22:31 UTC (5+ messages)
` [PATCH v6 1/6] usb: tcpm: add core framework
` [PATCH v6 2/6] usb: tcpm: fusb302: add driver
[PATCH v4 00/35] Implement ACPI on aarch64
2024-09-27 16:52 UTC (21+ messages)
` [PATCH v4 14/35] efi_loader: Allocate and write ACPI tables
[PATCH v6 08/12] efi_loader: Disable ANSI output for tests
2024-09-27 16:50 UTC (4+ messages)
` [PATCH v6 09/12] efi_loader: Add a test app
[PATCH v2 0/3] Add Android 14 bootflow support for AM62X and AM62P board
2024-09-27 16:01 UTC (4+ messages)
` [PATCH v2 3/3] board: ti: am62px: Add android bootflow support
[PATCH] net: recv(): return -EAGAIN instead of 0 when no cleanup is expected
2024-09-27 14:20 UTC
[PATCH 0/2] arm64: zynqmp: Update zynqmp tcminit mode
2024-09-27 13:59 UTC (3+ messages)
` [PATCH 1/2] arm64: zynqmp: Print an error for split to lock mode switch
` [PATCH 2/2] arm64: zynqmp: Fix tcminit mode value based on argv
[PATCH 00/16] Make EFI memory allocations synchronous with LMB
2024-09-27 12:35 UTC (21+ messages)
` [PATCH 02/16] lmb: add a flag to allow suppressing memory map change notification
` [PATCH 04/16] event: add event to notify lmb memory map changes
[PATCH v6 00/12] efi: Add a test for EFI bootmeth
2024-09-27 12:33 UTC (4+ messages)
` [PATCH v6 05/12] efi_loader: Show the vendor in helloworld
[PATCH v2 00/18] vbe: Series part D
2024-09-27 12:32 UTC (7+ messages)
` [PATCH v2 09/18] armv8: Support not having separate BSS
[PATCH 1/4] rockchip: rk3399-roc-pc: Hook sysreset gpio to enable full reset
2024-09-27 12:25 UTC (7+ messages)
` [PATCH 2/4] rockchip: rk3399-rockpro64: "
[PATCH 00/27] led: Remove old status-LED code
2024-09-27 10:51 UTC (7+ messages)
` [PATCH 19/27] mx23_olinuxino: Drop "
[PATCH 00/42] Tidy up use of 'SPL' and CONFIG_SPL_BUILD
2024-09-27 10:57 UTC (4+ messages)
` [PATCH 14/42] rockchip: Simplify check for SPL
[PATCH 15/15] binman: Make a start on an iMX8 test
2024-09-27 10:43 UTC (5+ messages)
` [PATCH 00/15] binman: More patches to support VBE
[PATCH] rockchip: rk3399: Weaken dependency on SPL serial
2024-09-27 10:25 UTC (2+ messages)
[PATCH v1] gpio: adp5585: Add SPL config for ADP5585 driver
2024-09-27 10:19 UTC (2+ messages)
i.MX 95 support in master U-Boot
2024-09-27 7:13 UTC (2+ messages)
[PATCH v1 00/20] SoCFPGA: Add Boot Support for Agilex 5 in U-Boot
2024-09-27 4:53 UTC (10+ messages)
` [PATCH v1 04/20] arm: socfpga: agilex5: Add low level initialization
[PATCH v3 1/4] power: regulator: Trigger probe of regulators which are always-on or boot-on
2024-09-26 23:14 UTC (4+ messages)
` [PATCH v3 2/4] power: regulator: Convert regulators_enable_boot_on/off() to regulator_post_probe
` [PATCH v3 3/4] power: regulator: Drop regulator_unset()
` [PATCH v3 4/4] power: regulator: Drop regulators_enable_boot_on/off()
[PATCH v5 00/36] Implement ACPI on aarch64
2024-09-27 3:32 UTC (6+ messages)
` [PATCH v5 35/36] configs: Add RPI4 ACPI defconfig
` [PATCH v5 36/36] azure-pipelines: Enable qemu_sbsa
[PATCH v2 1/2] regulator: rk8xx: Fix buck get and set enabled state on RK806
2024-09-27 3:15 UTC (3+ messages)
` [PATCH v2 2/2] regulator: rk8xx: Use buck variable consistently
[PATCH v2 0/4] aspeed: ast2700: Add Caliptra ECDSA driver
2024-09-27 3:07 UTC (5+ messages)
` [PATCH v2 1/4] lib: ecdsa: Add ECDSA384 support
` [PATCH v2 2/4] lib: ecdsa: Create device tree node automatically
` [PATCH v2 3/4] image-fit-sig: Remove padding check
` [PATCH v2 4/4] drivers/crypto: aspeed: Add Caliptra ECDSA384 support
[PATCH v6 00/19] labgrid: Provide an integration with Labgrid
2024-09-27 2:51 UTC (7+ messages)
` [PATCH v6 01/19] test: Allow signaling that U-Boot is ready
[2nd RESEND PATCH] mtd: spi-nor-ids: Add support for S28HS256T
2024-09-27 1:27 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox