mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[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 0/5] Hexagon Geosystems GS05 Board Support
 2026-02-06 14:07 UTC  (13+ 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 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] include: linux/printk.h: allow forcing log level per file
 2026-02-05 17:11 UTC 

[PATCH] common: tlv: fix link error when CONFIG_NET is disabled
 2026-02-05 15:35 UTC 

[PATCH] scripts: include: break dependency of list.h on kernel.h
 2026-02-05 14:30 UTC 

[PATCH] common: tlv: Correct eth address list fixup
 2026-02-05 13:55 UTC 

[PATCH master] bootm: fix initrd pr_info
 2026-02-04 20:39 UTC 

[PATCH] handoff-data: add missing include
 2026-02-04 17:33 UTC 

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

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

[PATCH v2 0/4] net: expand gianfar support to ls1021a
 2026-02-04 11:46 UTC  (5+ 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 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  (4+ messages)
` [PATCH master 2/2] FIT: fuzz: fix reference count underflow

[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  (4+ messages)

[PATCH] serial: efi-stdio: fix repeated carriage return with putc callback
 2026-01-27  7:22 UTC  (2+ messages)

[PATCH v2 0/9] Unify SoC UID and machine hashable data
 2026-01-27  7:20 UTC  (5+ messages)
` [PATCH v2 6/9] nvmem: ocotp: Fix SoC ID reading for i.MX8MP

[PATCH] fixup! libfile: copy_fd: add size argument
 2026-01-26  8:47 UTC  (2+ messages)

[PATCH master 0/3] elf: restructure to fix sandbox allyesconfig breakage
 2026-01-26  7:33 UTC  (5+ messages)
` [PATCH master 1/3] elf: rename elf.h to <linux/elf.h>
` [PATCH master 2/3] common: elf: split barebox proper-only ELF support from the rest
` [PATCH master 3/3] common: elf: reorganize barebox proper parts in struct elf_image

[PATCH] scripts: add helper for generating Origin-URL references
 2026-01-23 11:11 UTC  (2+ messages)

[PATCH v2] scripts: add helper for generating Origin-URL references
 2026-01-23 11:11 UTC  (2+ messages)

[PATCH 0/3] add imx8mp-frdm board support
 2026-01-23 10:11 UTC  (6+ messages)
` [PATCH 1/3] ARM: i.MX8MP: add imx8mp-frdm board

[PATCH 00/14] Initial support for Rockchip RK3562
 2026-01-23  9:46 UTC  (3+ messages)
` [PATCH 06/14] ARM: rockchip: Add RK3562 KickPi K3 board support

[PATCH] test: py: add test with actual TFTP server
 2026-01-23  9:24 UTC  (2+ messages)

[PATCH 1/2] efi: loader: protocol: gop: guard behind CONFIG_EFI_LOADER_GOP
 2026-01-23  9:06 UTC  (2+ messages)

[PATCH] ARM: configs: multi: enable CONFIG_BOOT_OVERRIDE
 2026-01-23  8:46 UTC  (2+ messages)

[PATCH] net: make default netboot artifact directory configurable
 2026-01-23  8:36 UTC  (2+ messages)

[PATCH] commands: test: add support for [[ -v var_to_check_existence ]]
 2026-01-23  8:25 UTC  (2+ messages)

[PATCH] commands: cd: implement support for cd - and $OLDPWD
 2026-01-23  8:18 UTC  (2+ messages)

[PATCH] test: py: helper: return typed data from of_get_property
 2026-01-23  8:13 UTC  (2+ messages)

[PATCH RFT] ARM: stm32mp: lxa: reuse USB nodes from upstream DT
 2026-01-23  8:07 UTC  (2+ messages)

[PATCH 0/2] Android image support
 2026-01-23  8:06 UTC  (2+ messages)

[PATCH v3 0/2] Bind TLV to SoC-UID register value
 2026-01-23  7:58 UTC  (2+ messages)

[PATCH 1/2] of: base: add new barebox,status property
 2026-01-23  7:49 UTC  (2+ messages)

[PATCH] net: phy: realtek: sync with Linux v6.19 state
 2026-01-23  7:45 UTC  (3+ messages)

[PATCH 1/4] of: fdt: implement of_del_reserve_entry
 2026-01-23  7:45 UTC  (2+ messages)

[PATCH] partitions: efi: allow refresh without command support
 2026-01-23  7:35 UTC  (2+ messages)

[PATCH master] arm64: rockchip: qnap-tsx33: support USB installer with EFI
 2026-01-23  7:14 UTC  (2+ messages)

[PATCH master] pmdomain: rockchip: enable driver by default
 2026-01-23  7:11 UTC  (2+ messages)

[PATCH 0/3] ARM: socfpga: shrink socfpga-xload configs in size
 2026-01-23  7:11 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