mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH v2 00/13] bootm: prepare loadable abstraction rework
 2026-02-13 14:07 UTC  (15+ 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 10/13] uimage: record original file name in uimage_handle
` [PATCH v2 11/13] bootm: factor out file detection into helper
` [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] fixup! bootm: give bootm_load_ functions an end address
 2026-02-13 14:07 UTC  (2+ messages)

[PATCH 0/3] ARM: boards: add support for tqma8mpxs boards
 2026-02-13 12:07 UTC  (5+ messages)
` [PATCH 1/3] dts: arm64: freescale: add imx8mp-tqma8mpqs board
` [PATCH 2/3] ARM: boards: tqma8mpxl: extend with support for xs
` [PATCH 3/3] ARM: boards: tqma8mpxx: add no_ecc ram timings

[PATCH 0/3] test: test boot with Debian netinstaller CDROM image
 2026-02-13 10:35 UTC  (4+ messages)
` [PATCH 1/3] test: py: linux: use utilities available in Debian netinstall images
` [PATCH 2/3] test: test boot with Debian netinstaller CDROM image
` [PATCH 3/3] test: py: linux: remove test_ prefix for intermediate functions

[PATCH master 1/2] video: mode-helpers: preserve sync polarity in fb_videomode conversion
 2026-02-13  9:28 UTC  (2+ messages)
` [PATCH master 2/2] video: dw_mipi_dsi: remove VPG workaround for panel initialization

[PATCH] Documentation: spell out what TLV actually means
 2026-02-13  7:49 UTC 

[PATCH v2 0/7] Hexagon Geosystems GS05 Board Support
 2026-02-12 22:02 UTC  (8+ messages)
` [PATCH v2 1/7] serdev: add proper error cleanup to serdev_device_open()
` [PATCH v2 2/7] serdev: add serdev_device_close
` [PATCH v2 3/7] mfd: Add Hexagon EFI driver
` [PATCH v2 4/7] watchdog: Add Hexagon EFI watchdog driver
` [PATCH v2 5/7] commands: make run_command variadic
` [PATCH v2 6/7] treewide: make use of new "
` [PATCH v2 7/7] ARM: i.MX8MM: add Hexagon Geosystems GS05

[PATCH] ARM: add RELR relocation packing support
 2026-02-12 17:26 UTC 

[PATCH master] ci: container: include qemu-system-ppc
 2026-02-12  9:38 UTC 

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

[RFC PATCH] ARM: dts: i.MX8MP: remove barebox environment handling
 2026-02-11 12:56 UTC  (7+ messages)

[PATCH] boot: guard net in global.boot.default behind CONFIG_NET
 2026-02-11 10:02 UTC 

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

[PATCH 0/6] ppc: add QEMU ppce500 test in CI
 2026-02-11  9:34 UTC  (8+ 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 master] ci: container: set LLVM_SUFFIX instead of CROSS_COMPILE_llvm
 2026-02-11  9:34 UTC  (2+ messages)

[PATCH master] ci: container: fix various breakage in container build
 2026-02-11  9:34 UTC  (2+ messages)

[PATCH RFC] crypto: keytoc: Split env-provided full keyspec on spaces
 2026-02-10 10:36 UTC  (3+ messages)

[PATCH v2 00/15] Improve OP-TEE handling
 2026-02-10  9:41 UTC  (39+ 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] test: arm: modules32_defconfig: increase memory size
 2026-02-10  9:07 UTC  (2+ messages)

[PATCH] test: py: strategy: disable EFI when booting barebox
 2026-02-10  9:07 UTC  (2+ messages)

[PATCH 00/15] bootm: prepare loadable abstraction rework
 2026-02-10  9:02 UTC  (5+ messages)
` [PATCH 09/15] resource: implement resize_region
` (subset) [PATCH 00/15] bootm: prepare loadable abstraction rework

[PATCH] efi: payload: bootm: fix memory corruption on initrd load error
 2026-02-10  9:02 UTC  (2+ messages)

[PATCH] ci: container: install isoinfo package into container
 2026-02-10  8:57 UTC  (2+ messages)

[PATCH master] mci: dw_mmc: drop CD from mask programmed into interrupt status register
 2026-02-10  8:29 UTC  (3+ messages)

[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

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

[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 RFC 1/2] images: allow suppressing missing firmware stderr output
 2026-02-09 12:36 UTC  (2+ messages)

[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] 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)

page:  |  | latest

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