mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH v2 00/13] bootm: prepare loadable abstraction rework
 2026-02-09 18:10 UTC  (12+ messages)
` [PATCH v2 01/13] FIT: implement fit_count_images
` [PATCH v2 02/13] FIT: add image index argument to fit_open_image
` [PATCH v2 03/13] resource: implement gap-aware lookup_region
` [PATCH v2 04/13] bootm: give bootm_load_ functions an end address
` [PATCH v2 05/13] bootm: store separate image_type and kernel_type
` [PATCH v2 06/13] bootm: fit: move length calculation into fit_open
` [PATCH v2 07/13] libfile: factor out zero-page resistant read_file as __read_full_anywhere
` [PATCH v2 08/13] resource: implement resize_region
` [PATCH v2 09/13] bootm: rename image_data::os/initrd with _uimage suffix
` [PATCH v2 12/13] efi: payload: bootm: add dry run support
` [PATCH v2 13/13] efi: initrd: make efi_initrd_register initrd pointer param const

[PATCH v2 0/4] net: expand gianfar support to ls1021a
 2026-02-09 17:46 UTC  (7+ messages)
` [PATCH v2 1/4] net: gianfar: disable link information
` [PATCH v2 2/4] gianfar: apply checkpatch recommendations
` [PATCH v2 3/4] net:gianfar: add device tree support
` [PATCH v2 4/4] ARM: ls1021a: initial Ethernet and mdio configuration

[PATCH master] mci: dw_mmc: drop CD from mask programmed into interrupt status register
 2026-02-09 16:45 UTC  (2+ messages)

Radxa ROCK 5T: SD card startup failure
 2026-02-09 16:43 UTC  (2+ messages)

[PATCH] efi: payload: bootm: fix memory corruption on initrd load error
 2026-02-09 15:30 UTC 

[PATCH] ci: container: install isoinfo package into container
 2026-02-09 15:28 UTC 

[PATCH] include: linux/printk.h: allow forcing log level per file
 2026-02-09 14:26 UTC  (2+ messages)

[PATCH] common: tlv: fix link error when CONFIG_NET is disabled
 2026-02-09 14:23 UTC  (2+ messages)

[PATCH v2 1/2] ARM: i.MX8MM: add MX8MM_PAD_CTL defines
 2026-02-09 14:20 UTC  (3+ messages)
` [PATCH v2 2/2] lib: hexdump: make use of pr_print

[PATCH] handoff-data: add missing include
 2026-02-09 14:12 UTC  (2+ messages)

[PATCH] common: tlv: Correct eth address list fixup
 2026-02-09 13:55 UTC  (2+ messages)

[PATCH] scripts: include: break dependency of list.h on kernel.h
 2026-02-09 13:50 UTC  (2+ messages)

[PATCH master] bootm: fix initrd pr_info
 2026-02-09 13:49 UTC  (2+ messages)

[PATCH 0/5] Hexagon Geosystems GS05 Board Support
 2026-02-09 13:46 UTC  (23+ messages)
` [PATCH 1/5] ARM: i.MX8MM: add MX8MM_PAD_CTL defines
` [PATCH 2/5] lib: hexdump: make use of pr_print
` [PATCH 3/5] mfd: Add Hexagon EFI driver
` [PATCH 4/5] watchdog: Add Hexagon EFI watchdog driver
` [PATCH 5/5] ARM: i.MX8MM: add Hexagon Geosystems GS05

[PATCH] test: arm: modules32_defconfig: increase memory size
 2026-02-09 12:41 UTC 

[PATCH] test: py: strategy: disable EFI when booting barebox
 2026-02-09 12:38 UTC 

[PATCH RFC 1/2] images: allow suppressing missing firmware stderr output
 2026-02-09 12:36 UTC  (2+ messages)

[PATCH 0/6] ppc: add QEMU ppce500 test in CI
 2026-02-09  9:10 UTC  (7+ messages)
` [PATCH 1/6] include: array_size.h: make header self-contained
` [PATCH 2/6] serial: ns16550: add "ns16550" compatible string
` [PATCH 3/6] lib: stackprot: omit HAVE_STACKPROTECTOR for powerpc
` [PATCH 4/6] gpio: mpc8xxx: allow build on MPC85xx platforms
` [PATCH 5/6] mach-mpc85xx: speed: add fsl_set_timebase_clock() override
` [PATCH 6/6] powerpc: add QEMU ppce500 board support with CI test infrastructure

[PATCH 0/5] blspec: sort entries according to specification
 2026-02-09  9:08 UTC  (6+ messages)
` [PATCH 1/5] boot: aggregate bootentry provider entries one by one
` [PATCH 2/5] blspec: sort entries according to specification
` [PATCH 3/5] boot: give struct bootentry a path member
` [PATCH 4/5] commands: boot: support file path in boot -M for default entry
` [PATCH 5/5] test: self: add bootloader spec files test

[PATCH 00/15] bootm: prepare loadable abstraction rework
 2026-02-06 15:26 UTC  (20+ messages)
` [PATCH 01/15] FIT: implement fit_count_images
` [PATCH 02/15] FIT: add image index argument to fit_open_image
` [PATCH 03/15] resource: implement gap-aware lookup_region
` [PATCH 04/15] bootm: give bootm_load_ functions an end address
` [PATCH 05/15] bootm: store separate image_type and kernel_type
` [PATCH 06/15] bootm: cache os_file for appendroot purposes
` [PATCH 07/15] bootm: fit: move length calculation into fit_open
` [PATCH 08/15] libfile: factor out zero-page resistant read_file as __read_full_anywhere
` [PATCH 09/15] resource: implement resize_region
` [PATCH 10/15] bootm: rename image_data::os/initrd with _uimage suffix
` [PATCH 11/15] uimage: record original file name in uimage_handle
` [PATCH 12/15] bootm: factor out file detection into helper
` [PATCH 13/15] efi: payload: bootm: add dry run support
` [PATCH 14/15] efi: payload: bootm: fix memory corruption on initrd load error
` [PATCH 15/15] efi: initrd: make efi_initrd_register initrd pointer param const

[PATCH v2 00/15] Improve OP-TEE handling
 2026-02-06 13:46 UTC  (33+ messages)
` [PATCH v2 01/15] ARM: i.MX8M: add support to pass DT via lowlevel __imx8m*_load_and_start_image_via_tfa()
` [PATCH v2 02/15] ARM: i.MX8M: move BL32 setup into imx8m_tfa_start_bl31()
` [PATCH v2 03/15] ARM: i.MX8M: imx8m_tfa_start_bl31() add support for bl33 and fdt
` [PATCH v2 04/15] pbl: decomp: add pbl_dtbz_uncompress helper
` [PATCH v2 05/15] pbl: fdt: add pbl_load_fdt helper
` [PATCH v2 06/15] ARM: i.MX: scratch: add FDT support
` [PATCH v2 07/15] ARM: i.MX8M: esdctl: drop ddrc base from imx8m_ddrc_sdram_size
` [PATCH v2 08/15] ARM: i.MX8M: esdctl: export imx8m_ddrc_sdram_size()
` [PATCH v2 09/15] ARM: i.MX8M: add support to pass BL3x bl_params
` [PATCH v2 10/15] handoff-data: Add TEE_DT_OVL entry
` [PATCH v2 11/15] security: optee: add optee_handoff_overlay helper
` [PATCH v2 12/15] security: optee: add helpers to register OF overlays
` [PATCH v2 13/15] ARM: i.MX8M: Pass optional OP-TEE overlay to barebox
` [PATCH v2 14/15] of: base: register optional OP-TEE overlay
` [PATCH v2 15/15] handoff-data: add missing include

[PATCH RFC] crypto: keytoc: Split env-provided full keyspec on spaces
 2026-02-06 12:28 UTC 

[PATCH] ARM: mach-imx: tzasc: keep default region 0 secure settings for i.MX8M
 2026-02-04 14:50 UTC  (6+ messages)

[PATCH 0/1] Initial ARMv7-A LPAE support
 2026-02-03 14:19 UTC  (2+ messages)
` [PATCH 1/1] arm: mmu: initial "

PCIE on LS1021A
 2026-02-03 13:12 UTC  (13+ messages)

[PATCH] nvmem: k3: add regulator support
 2026-02-03 11:08 UTC  (2+ messages)

[PATCH 0/2] regulator: Fix enable delay handling
 2026-02-03 11:08 UTC  (8+ messages)
` [PATCH 1/2] regulator: fix handling of off_on_delay
` [PATCH 2/2] regulator: fixed: handle startup-delay-us property

[PATCH v2] common: tlv clarify the difference between mac list and sequence
 2026-02-03 10:49 UTC  (2+ messages)

[PATCH] tee: drivers: rksecure: make ta_uuid static
 2026-02-03 10:39 UTC  (2+ messages)

[PATCH] ARM: stm32mp: Make ARCH_STM32MP13 and ARCH_STM32MP157 selectable
 2026-02-03 10:35 UTC  (3+ messages)

[PATCH 00/23] Improve OP-TEE handling
 2026-02-02 15:46 UTC  (9+ messages)
` [PATCH 04/23] ARM: i.MX8M: add support to pass DT via imx8m{m,n,q,p}_load_and_start_image_via_tfa()

[PATCH] commands: bootm: add proper support for boot script calling bootm
 2026-01-30 13:37 UTC  (2+ messages)

[PATCH v2] test: py: add dry run check for FIT image
 2026-01-30 13:37 UTC  (2+ messages)

[PATCH 0/2] net: expand gianfar support to ls1021a
 2026-01-30 13:28 UTC  (4+ messages)
` [PATCH 1/2] net: gianfar: add device tree support
` [PATCH 2/2] ARM: ls1021a: initial Ethernet and mdio configuration

[PATCH] efi: loader: reduce warning about non-persistent EFI variables to notice
 2026-01-30 12:42 UTC  (2+ messages)

[PATCH v2 00/14] ARM: rockchip: Add initial RK3562 SoC support
 2026-01-30  8:05 UTC  (23+ messages)
` [PATCH v2 01/14] "
` [PATCH v2 02/14] clk: rockchip: add RK3562 clock and reset driver support
` [PATCH v2 03/14] pinctrl: rockchip: sync driver with Linux
` [PATCH v2 04/14] ARM: boards: Rockchip: add RK3562-EVB2 support
` [PATCH v2 05/14] ARM: boards: Rockchip: Add device tree for kickpi k3 board
` [PATCH v2 06/14] ARM: rockchip: Add RK3562 KickPi K3 board support
` [PATCH v2 07/14] pmdomain: rockchip: Add RK3562 power domain support
` [PATCH v2 08/14] aiodev: rockchip_saradc: Add RK3562 support
` [PATCH v2 09/14] phy: rockchip-inno-usb2: Add support for RK3562 PHY
` [PATCH v2 10/14] rockchip-rng: Add RK3562 support
` [PATCH v2 11/14] mci: sdhci: rockchip-dwcmshc: "
` [PATCH v2 12/14] nvmem: rockchip-otp: "
` [PATCH v2 13/14] phy: rockchip: inno-dsidphy: "
` [PATCH v2 14/14] phy: rockchip: naneng-combphy: "

[PATCH] common: tlv clarify the difference between mac list and sequence
 2026-01-29 10:02 UTC 

[PATCH] test: py: add xfail test for surprising hush quoting behavior
 2026-01-27  8:08 UTC  (2+ messages)

[PATCH] pbl/mmu: remove uninformative pr_debug()
 2026-01-27  7:59 UTC  (2+ messages)

[PATCH master] bootm: fix bootm override saving/restoring
 2026-01-27  7:58 UTC  (2+ messages)

[PATCH master] net: phy: mdio_bus: fix freeing of cdev name before devfs_remove
 2026-01-27  7:57 UTC  (2+ messages)

[PATCH master 1/2] FIT: fix double free issue with >1 reference count
 2026-01-27  7:56 UTC  (2+ messages)

[PATCH master] boot: do not attempt booting bootsource more than once
 2026-01-27  7:54 UTC  (2+ messages)

[PATCH] commands: readlink: restore support for non-existent last component
 2026-01-27  7:46 UTC  (2+ messages)

[PATCH] KASan: turn warning into panic if CONFIG_BUG_ON_DATA_CORRUPTION=y
 2026-01-27  7:34 UTC  (2+ messages)

[PATCH] commands: cat: add support for concatenating into file
 2026-01-27  7:33 UTC  (2+ messages)

[PATCH] usb: fastboot: increase max answer size to 256
 2026-01-27  7:22 UTC  (2+ messages)

page:  |  | latest

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