U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-17 22:17:47 to 2025-03-19 13:02:46 UTC [more...]

[PATCH 0/3] Add initrd support to bootm EFI payloads
 2025-03-19 13:02 UTC  (13+ messages)
` [PATCH 1/3] efi_loader: efi_load_initrd: provide a memory mapped initrd
` [PATCH 2/3] efi_loader: binary_run: register an initrd
` [PATCH 3/3] bootm: add support for initrd in do_bootm_efi

[PATCH v2] spi: cadence_ospi: Add device reset via OSPI controller
 2025-03-19 12:35 UTC  (2+ messages)

[PATCH] configs: Remove duplicated bootcmd 'mmc dev ${mmcdev}'
 2025-03-19  7:25 UTC 

[PATCH 0/6] Test improvements
 2025-03-19 12:12 UTC  (8+ messages)
` [PATCH 1/6] abuf: Add a function to copy a buffer
` [PATCH 2/6] abuf: Add a way to printf() into "
` [PATCH 3/6] test: Add a test for strim()
` [PATCH 4/6] membuf: Add an easy way to set up a buffer with data
` [PATCH 5/6] sandbox: Enable PHYS_64BIT for 64-bit builds
` [PATCH 6/6] lib: Provide a signed version of simple_itoa()

[PATCH] log: Add helpers for calling log_msg_ret() et al
 2025-03-19 12:04 UTC  (2+ messages)

[PATCH v2 0/4] Add support for Ethernet interfaces on RZ/G2L
 2025-03-19 12:04 UTC  (5+ messages)
` [PATCH v2 1/4] net: ravb: Refactor out R-Car specific code
` [PATCH v2 2/4] net: ravb: Add optional reset deassertion
` [PATCH v2 3/4] net: ravb: Add RZ/G2L Support
` [PATCH v2 4/4] renesas_rzg2l_smarc_defconfig: Enable networking support

[PATCH 00/24] clk: Add clk_resolve_parent_clk() and fix up iMX clock drivers
 2025-03-19 11:42 UTC  (27+ messages)
` [PATCH 01/24] clk: Add clk_resolve_parent_clk()
` [PATCH 02/24] clk: clk-mux: Fold clk_register_mux()
` [PATCH 03/24] clk: clk-mux: Use struct udevice instead of struct device
` [PATCH 04/24] clk: clk-mux: Resolve parent clock by name
` [PATCH 05/24] clk: imx: Pass struct udevice into imx_clk_mux*()
` [PATCH 06/24] clk: imx: Pass struct udevice to clk_register_mux()
` [PATCH 07/24] clk: clk-gate: Use struct udevice instead of struct device
` [PATCH 08/24] clk: clk-gate: Resolve parent clock by name
` [PATCH 09/24] clk: imx: gate2: Use struct udevice instead of struct device
` [PATCH 10/24] clk: imx: gate2: Resolve parent clock by name
` [PATCH 11/24] clk: imx: Pass struct udevice into imx_clk_gate*()
` [PATCH 12/24] clk: imx: Pass struct udevice to clk_register_gate*()
` [PATCH 13/24] clk: clk-composite: Use struct udevice instead of struct device
` [PATCH 14/24] clk: clk-composite: Resolve parent clock by name
` [PATCH 15/24] clk: imx: Pass struct udevice into imx_clk_composite*()
` [PATCH 16/24] clk: imx: Convert clock-osc-* back to osc_*
` [PATCH 17/24] clk: imx: Pass struct udevice into imx_clk_pllv3*()
` [PATCH 18/24] clk: imx: pllv3: Resolve parent clock by name
` [PATCH 19/24] clk: clk-divider: Use struct udevice instead of struct device
` [PATCH 20/24] clk: imx: Pass struct udevice into imx_clk_divider*()
` [PATCH 21/24] clk: clk-divider: Resolve parent clock by name
` [PATCH 22/24] clk: clk-fixed-factor: Use struct udevice instead of struct device
` [PATCH 23/24] clk: clk-fixed-factor: Resolve parent clock by name
` [PATCH 24/24] clk: imx: Pass struct udevice into imx_clk_fixed_factor*()

[PATCH 00/10] clk: imx: Use Clock framework to register UART clocks
 2025-03-19 11:41 UTC  (12+ messages)
` [PATCH V3 01/10] clk: imx6q: Properly handle imx6qp ECSPI clk_sels
` [PATCH V3 02/10] clk: imx6q: Register UART clocks
` [PATCH V3 03/10] clk: imx8mm: register "
` [PATCH V3 04/10] clk: imx8mn: "
` [PATCH V3 05/10] serial: mxc: Support bulk enabling clocks
` [PATCH V3 06/10] board: beacon: imx8mm: Let clock system enable UART clock
` [PATCH V3 07/10] board: beacon: imx8mn: "
` [PATCH V3 08/10] clk: imx: select SPL_CLK_COMPOSITE_CCF when SPL_CLK_IMX8MP
` [PATCH V3 09/10] configs: imx8mp_beacon: Select SPL_CLK_IMX8MP
` [PATCH V3 10/10] board: beacon: imx8mp: Let clock system enable UART clock

[PATCH] cmd: cls: do not repeat clearing of console
 2025-03-19 11:20 UTC 

[PATCH v4 00/14] Uthreads
 2025-03-19 10:43 UTC  (23+ messages)
` [PATCH v4 01/14] arch: introduce initjmp() and Kconfig symbol HAVE_INITJMP
` [PATCH v4 02/14] arm: add initjmp()
` [PATCH v4 03/14] riscv: "
` [PATCH v4 04/14] sandbox: "
` [PATCH v4 05/14] test: lib: add initjmp() test
` [PATCH v4 06/14] uthread: add cooperative multi-tasking interface
` [PATCH v4 07/14] cyclic: invoke uthread_schedule() from schedule()
` [PATCH v4 08/14] lib: time: hook uthread_schedule() into udelay()
` [PATCH v4 09/14] test: lib: add uthread test
` [PATCH v4 10/14] dm: usb: move bus initialization into new static function usb_init_bus()
` [PATCH v4 11/14] dm: usb: initialize and scan multiple buses simultaneously with uthread
` [PATCH v4 12/14] cmd: add spawn and wait commands
` [PATCH v4 13/14] test: cmd: add test for "
` [PATCH v4 14/14] MAINTAINERS: add UTHREAD

[PATCH 0/3] Add support for RAM boot from maskrom mode
 2025-03-19  9:28 UTC  (2+ messages)

[PATCH 0/5] cmd: fuse: Introduce fuse writebuff sub-system and clean up
 2025-03-19  8:47 UTC  (6+ messages)
` [PATCH 1/5] cmd: fuse: Remove custom string functions
` [PATCH 2/5] doc: cmd: Add documentation for fuse command
` [PATCH 3/5] cmd: fuse: Add fuse writebuff sub-system command
` [PATCH 4/5] drivers: k3_fuse: Add fuse sub-system func calls
` [PATCH 5/5] doc: cmd: Add fuse writebuff cmd documentation

[PATCH] arm64: Fix page permissions for platforms running at EL2
 2025-03-19  7:22 UTC 

[PATCH] arm64: imx8mp: Gracefully handle disabled ENV_IS_IN_SPI_FLASH
 2025-03-19  3:31 UTC  (2+ messages)

[PATCH] arch/x86: Add 64-bit U-Boot configuration without SPL
 2025-03-18 19:24 UTC  (3+ messages)

[PATCH 5/5] configs: Add coreboot64-no-spl_defconfig for 64-bit X86 without SPL
 2025-03-18 17:42 UTC 

[PATCH 4/5] Fix EFI boot file name definition for 64-bit x86
 2025-03-18 17:41 UTC 

[PATCH 3/5] arch/x86/lib: Fix CONFIG_X86_64 usage in zimage.c
 2025-03-18 17:40 UTC 

[PATCH 2/5] arch/x86/cpu: Call x86_cpu_reinit_f for 64-bits
 2025-03-18 17:40 UTC 

[PATCH 1/5] arch/x86: Add 64-bit U-Boot configuration without SPL
 2025-03-18 17:39 UTC 

[PATCH 0/5] 64-bit U-Boot configuration without SPL
 2025-03-18 17:39 UTC 

help
 2025-03-18 16:49 UTC 

[PATCH 00/19] am62: IO+DDR resume support
 2025-03-18 16:35 UTC  (4+ messages)
` [PATCH 02/19] arm: mach-k3: Kconfig: Add symbols for IO+DDR Low Power Mode

[PATCH v2] net: miiphybb: Update documentation
 2025-03-19  2:52 UTC  (3+ messages)

[PATCH 0/3] ravb driver fixes
 2025-03-19  2:37 UTC  (6+ messages)
` [PATCH 3/3] net: ravb: Fix error handling in ravb_probe

[PATCH 0/5] Add support for RZ/G2L USB interface
 2025-03-19  2:33 UTC  (6+ messages)
` [PATCH 1/5] reset: rzg2l-usbphy-ctrl: Add new driver

[PATCH v2 0/5] Add support for RZ/G2L USB interface
 2025-03-19  2:32 UTC  (5+ messages)
` [PATCH v2 1/5] reset: rzg2l-usbphy-ctrl: Add new driver
` [PATCH v2 5/5] renesas_rzg2l_smarc_defconfig: Enable USB support

[PATCH 1/4] cpu: imx8_cpu: Print Speed grade if IMX_THERMAL or IMX_TMU
 2025-03-19  2:13 UTC  (5+ messages)
` [PATCH 2/4] arm64: imx: imx8mm-beacon: Enable CPU_IMX
` [PATCH 3/4] arm64: imx: imx8mn-beacon: "
` [PATCH 4/4] arm64: imx: imx8mp-beacon: "

[PATCH v5 00/29] pxe: Precursor series for supporting read_all() in extlinux / PXE
 2025-03-18 23:21 UTC  (2+ messages)

[PATCH 1/2] arc: Rework Kconfig choice menus
 2025-03-18 22:56 UTC  (5+ messages)
` [PATCH 2/2] arc: Migrate to SYS_{BIG,LITTLE}_ENDIAN fully

[GIT PULL] Please pull u-boot-ufs-next-20250318
 2025-03-18 19:11 UTC  (2+ messages)

[GIT PULL] Please pull u-boot-amlogic-20250318 into next
 2025-03-18 19:11 UTC  (2+ messages)

[PATCH v2] configs: am68_sk_r5: Enable AVS config
 2025-03-18 18:46 UTC 

[PATCH 1/1] dumpimage: fix handling of StarFive SPL too long
 2025-03-18 17:02 UTC  (2+ messages)

[PATCH] checkpatch.pl: Report an error for CONFIG_xPL_BUILD in device trees
 2025-03-18 17:02 UTC  (2+ messages)

[PATCH] qconfig: Correct unhashable-type error with --scan-source
 2025-03-18 17:02 UTC  (2+ messages)

[PATCH 1/1] scripts: typos in event_dump.py
 2025-03-18 17:02 UTC  (2+ messages)

[PATCH v2] configs: j784s4-am69: Enable UFS
 2025-03-18 17:01 UTC  (2+ messages)

[PATCH 00/13] *** Various Improvements for phyCORE-AM62/A SoMs ***
 2025-03-18 17:01 UTC  (2+ messages)

[PATCH 0/2] vepxpress64: disable CRC32 by default and add FVP with TF-A guide
 2025-03-18 17:01 UTC  (2+ messages)

[PATCH] sandbox_vpl: Enable missing TPL_DM_I2C symbol
 2025-03-18 17:01 UTC  (2+ messages)

[PATCH] serial: Add missing TPL_SYS_NS16550_SERIAL symbol
 2025-03-18 17:01 UTC  (2+ messages)

[PATCH] board: beagle: Add support for BeagleY-AI
 2025-03-18 17:01 UTC  (2+ messages)

[RFC PATCH v3 0/5] cmd: fuse: Introduce fuse writebuff sub-system and clean up
 2025-03-18 16:10 UTC  (9+ messages)
` [RFC PATCH v3 1/5] cmd: fuse: Remove custom string functions
    ` [EXTERNAL] "
` [RFC PATCH v3 2/5] doc: cmd: Add documentation for fuse command
` [RFC PATCH v3 3/5] cmd: fuse: Add fuse writebuff sub-system command
` [RFC PATCH v3 4/5] drivers: k3_fuse: Add fuse sub-system func calls
` [RFC PATCH v3 5/5] doc: cmd: Add fuse writebuff cmd documentation

[U-Boot] [PATCH 13/15] x86: Increase the size of the phys_size_t and phys_addr_t types
 2025-03-17  3:33 UTC 

[PATCH v5 00/46] x86: Improve operation under QEMU
 2025-03-18 15:52 UTC  (8+ messages)
` [PATCH v5 07/46] x86: Drop mpspec from the SPL build
` [PATCH v5 38/46] boot: Consider non-bootable partitions

[PATCH 0/6] MSM8916: Bring secondary cores online with spin-table
 2025-03-18 15:47 UTC  (8+ messages)
` [PATCH 3/6] mach-snapdragon: qcom SCM call support

[PATCH v2 0/7] membuff: Add tests and update to support a flag for empty/full
 2025-03-18 15:20 UTC  (8+ messages)
` [PATCH v2 1/7] membuff: Rename functions to have membuf_ prefix
` [PATCH v2 2/7] membuff: Rename the files to membuf
` [PATCH v2 3/7] membuf: Rename struct
` [PATCH v2 4/7] membuf: Include stdbool
` [PATCH v2 5/7] membuf: Correct implementation of membuf_dispose()
` [PATCH v2 6/7] membuf: Add some tests
` [PATCH v2 7/7] membuf: Minor code-style improvements

[PATCH v2 0/6] ufs: core: initial cleanup and defines sync with Linux v6.12
 2025-03-18 14:32 UTC  (2+ messages)

[PATCH v4 00/47] x86: Improve operation under QEMU
 2025-03-18 14:22 UTC  (10+ messages)

[PATCH] ARM: socfpga: Drop incorrect imply SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION*
 2025-03-18 13:57 UTC  (3+ messages)

eMMC and UFS
 2025-03-18  9:05 UTC 

[PATCH 0/4] Support UART over MicroSD slot on Transformer T20
 2025-03-18  8:54 UTC  (6+ messages)
` [PATCH 1/4] tegra: add funcmux for exposing UART over uSD slot on Tegra 20
` [PATCH 2/4] tegra: respect CONFIG_TEGRA_ENABLE_UART* options on Transformer T20
` [PATCH 3/4] ARM: tegra: expose UART-A over uSD "
` [PATCH 4/4] board: asus: transformer: add DTSI file for enabling UART over uSD slot

[PATCH] mach-snapdragon: always select SYSRESET_PSCI for ARCH_SNAPDRAGON
 2025-03-18 11:58 UTC 

[PATCH v2] efi: Make FDT extra space configurable
 2025-03-18  9:22 UTC 

block devices on MTD and UBI
 2025-03-18  9:04 UTC 

[PATCH v4 0/8] Add support for sam9x7 SoC and SAM9X75 Curiosity board
 2025-03-18  9:02 UTC  (3+ messages)
` [PATCH v4 4/8] clk: at91: sam9x7: add pmc driver for sam9x7 SoC family

[resend v2 00/13] Add Synopsys MIPI I3C Driver support
 2025-03-18  4:04 UTC  (19+ messages)
` [resend v2 04/13] drivers: Enabled Kconfig and Makefile for i3c support
` [resend v2 05/13] drivers: i3c: Enabled Kconfig and Makefile for DWI3C
` [resend v2 06/13] drivers: i3c: Add i3c sandbox simple test
` [resend v2 09/13] cmd: Add i3c command support
` [resend v2 10/13] cmd: Enabled Kconfig and Makefile for DWI3C cmd support
` [resend v2 12/13] configs: sandbox_defconfig: Enable configs for sandbox i3c

[PATCH v3 0/6] lmb: miscellaneous fixes and improvements
 2025-03-18  4:56 UTC  (2+ messages)

[PATCH v1] configs: agilex5: Enable Marvell PHY driver
 2025-03-18  2:57 UTC 

Pull request for u-boot-nand-next External
 2025-03-18  1:14 UTC  (2+ messages)

[PULL] u-boot-usb/next
 2025-03-18  1:14 UTC  (2+ messages)

[PATCH v1] MAINTAINERS: Add USB driver file to visionfive2 maintain files
 2025-03-18  1:02 UTC  (3+ messages)

[PATCH] sunxi: pmic_bus: Move SPL I2C addresses into Kconfig
 2025-03-18  0:39 UTC 

[PATCH 0/8] sunxi: (early) Allwinner A133 SoC support
 2025-03-18  0:34 UTC  (8+ messages)
` [PATCH 2/8] sunxi: pmic_bus: support alternative I2C address

[PATCH] cmd: fuse: add switch for quiet operation
 2025-03-17 22:53 UTC 

[PATCH] efi_loader: remove EFI_BOUNCE_BUFFER
 2025-03-17 19:06 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox