mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 00/23] Improve OP-TEE handling
 2026-01-22 14:19 UTC  (51+ 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 08/23] pbl: decomp: add pbl_dtbz_uncompress helper
` [PATCH 09/23] pbl: fdt: add pbl_load_fdt helper
` [PATCH 11/23] ARM: i.MX8M: esdctl: drop ddrc base from imx8m_ddrc_sdram_size
` [PATCH 12/23] ARM: i.MX8M: esdctl: export imx8m_ddrc_sdram_size()
` [PATCH 13/23] ARM: i.MX8M: add support to pass BL3x bl_params
` [PATCH 14/23] ARM: i.MX: scratch: add OP-TEE FDTO support
` [PATCH 16/23] pbl: fdt: add fdt_copy_node helper
` [PATCH 17/23] handoff-data: Add BL32_DT_OVL entry
` [PATCH 18/23] security: optee: add optee_extract_fdto helper
` [PATCH 19/23] security: optee: add helpers to apply OP-TEE FDTO
` [PATCH 20/23] ARM: i.MX8M: Add support to extract OP-TEE provided informations
` [PATCH 21/23] of: base: register optional OP-TEE overlay
` [PATCH 23/23] ARM: i.MX8M: remove /secure-chosen/stdout-path if requested

[PATCH RFT] ARM: stm32mp: lxa: reuse USB nodes from upstream DT
 2026-01-22 11:05 UTC  (2+ messages)

[PATCH 1/2] of: base: add new barebox,status property
 2026-01-21 12:00 UTC  (5+ messages)
` [PATCH 2/2] arm: dts: rk356x: rock3a: disable pcie3x2

[PATCH 1/4] of: fdt: implement of_del_reserve_entry
 2026-01-21 11:36 UTC  (4+ messages)
` [PATCH 2/4] ARM: sm: fix repeated call to of_add_reserve_entry on every fixup
` [PATCH 3/4] bootm: delete initrd reserve entry on bootm_boot return
` [PATCH 4/4] video: stmfb: add screen base only once

[PATCH 1/2] of: base: add new barebox,status property
 2026-01-21 11:22 UTC  (9+ messages)
` [PATCH 2/2] arm: dts: rk356x: rock3a: disable pcie3x2

[PATCH 0/2] Android image support
 2026-01-21  9:13 UTC  (6+ messages)
` [PATCH 1/2] libfile: copy_fd: add size argument
` [PATCH 2/2] bootm: add generic android image handler

[PATCH] partitions: efi: allow refresh without command support
 2026-01-21  7:56 UTC 

[PATCH] net: phy: realtek: sync with Linux v6.19 state
 2026-01-21  7:56 UTC 

[PATCH v3 0/2] Bind TLV to SoC-UID register value
 2026-01-20 16:11 UTC  (3+ messages)
` [PATCH v3 1/2] tlv: Add tlv_bind_soc_uid mapping
` [PATCH v3 2/2] bareboxtlv-generator: add raw "bytes"-format

[PATCH master] pmdomain: rockchip: enable driver by default
 2026-01-20 15:58 UTC 

PCIE on LS1021A
 2026-01-20 13:41 UTC  (8+ messages)

[PATCH] test: py: helper: return typed data from of_get_property
 2026-01-20 12:27 UTC 

[PATCH] commands: cd: implement support for cd - and $OLDPWD
 2026-01-20 12:27 UTC 

[PATCH] commands: test: add support for [[ -v var_to_check_existence ]]
 2026-01-20 12:27 UTC 

[PATCH] net: make default netboot artifact directory configurable
 2026-01-20 12:27 UTC 

[PATCH 0/3] ARM: socfpga: shrink socfpga-xload configs in size
 2026-01-20 12:24 UTC  (4+ messages)
` [PATCH master 1/3] include: asm-generic/bug.h: allow disabling CONFIG_DEBUG_BUGVERBOSE
` [PATCH master 2/3] ARMv7: hyp: allow disabling support for invoking barebox in HYP mode
` [PATCH master 3/3] ARM: socfpga: shrink socfpga-xload configs in size

[PATCH] ARM: configs: multi: enable CONFIG_BOOT_OVERRIDE
 2026-01-20 12:22 UTC 

[PATCH 1/2] efi: loader: protocol: gop: guard behind CONFIG_EFI_LOADER_GOP
 2026-01-20 10:49 UTC  (2+ messages)
` [PATCH 2/2] efi: loader: remove dependency on LIBFDT

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

[PATCH 0/3] add imx8mp-frdm board support
 2026-01-19 15:38 UTC  (7+ messages)
` [PATCH 1/3] ARM: i.MX8MP: add imx8mp-frdm board
` [PATCH 2/3] dts: backport NXP i.MX8MP FRDM board dts
` [PATCH 3/3] dts: imx8mp-frdm: import downstream changes

[PATCH master] arm64: rockchip: qnap-tsx33: support USB installer with EFI
 2026-01-19 15:12 UTC 

v2026.01.0
 2026-01-19 13:50 UTC 

[PATCH v3 00/23] PBL: Add PBL ELF loading support with dynamic relocations
 2026-01-19 12:23 UTC  (2+ messages)

[PATCH v5 00/22] PBL: Add PBL ELF loading support with dynamic relocations
 2026-01-19 12:23 UTC  (24+ messages)
` [PATCH v5 01/22] Makefile.compiler: add objcopy-option
` [PATCH v5 02/22] elf: only accept images matching the native ELF_CLASS
` [PATCH v5 03/22] elf: build for PBL as well
` [PATCH v5 04/22] elf: add elf segment iterator
` [PATCH v5 05/22] elf: add dynamic relocation support
` [PATCH v5 06/22] ARM: implement elf_apply_relocations() for ELF "
` [PATCH v5 07/22] riscv: define generic relocate_image
` [PATCH v5 08/22] riscv: implement elf_apply_relocations() for ELF relocation support
` [PATCH v5 09/22] elf: implement elf_load_inplace()
` [PATCH v5 10/22] elf: create elf_open_binary_into()
` [PATCH v5 11/22] Makefile: add vmbarebox build target
` [PATCH v5 12/22] PBL: allow to link ELF image into PBL
` [PATCH v5 13/22] mmu: add MAP_CACHED_RO mapping type
` [PATCH v5 14/22] ARM: drop arm_fixup_vectors()
` [PATCH v5 15/22] ARM: linker script: create separate PT_LOAD segments for text, rodata, and data
` [PATCH v5 16/22] ARM: link ELF image into PBL
` [PATCH v5 17/22] ARM: cleanup barebox proper entry
` [PATCH v5 18/22] ARM: PBL: setup MMU with proper permissions from ELF segments
` [PATCH v5 19/22] riscv: linker script: create separate PT_LOAD segments for text, rodata, and data
` [PATCH v5 20/22] riscv: link ELF image into PBL
` [PATCH v5 21/22] riscv: Allwinner D1: Drop M-Mode
` [PATCH v5 22/22] riscv: add ELF segment-based memory protection with MMU

[PATCH] bootchooser: clarify error message for disabled barebox-state
 2026-01-19 12:19 UTC  (2+ messages)

[PATCH 1/2] boards: qemu-virt: drop unused __dtb_fitimage_pubkey_start
 2026-01-19 12:18 UTC  (3+ messages)
` [PATCH 2/2] boards: qemu-virt: add overlay for when first flash is secure-world only

[PATCH] fs: tmpfile_create(): add missing mntget()
 2026-01-19 12:12 UTC  (3+ messages)

[PATCH 0/6] firmware: qemu_fw_cfg: improve support
 2026-01-19 12:11 UTC  (10+ messages)
` [PATCH 1/6] firmware: qemu_fw_cfg: use wider PIO reads if applicable
` [PATCH 2/6] param: support uuid/guid parameter type
` [PATCH 3/6] lib: smbios: add support for setting product UUID
` [PATCH 4/6] common: boards: qemu: process some standard fw_cfg keys
` [PATCH 5/6] firmware: qemu_fw_cfg: add proper DMA and PIO bidirectional operating modes
` [PATCH 6/6] ARM: configs: multi: enable QEMU FW_CFG

[PATCH] test: py: add dry run check for FIT image
 2026-01-19 11:42 UTC  (3+ messages)

[PATCH] test: py: add test with actual TFTP server
 2026-01-19 11:35 UTC 

[PATCH] gitignore: ignore Labgrid --lg-log's console_main
 2026-01-19 11:20 UTC  (2+ messages)

[PATCH 1/2] ARM: mmu: optimize dma_alloc_coherent for cache-coherent DMA masters
 2026-01-19 10:20 UTC  (3+ messages)
` [PATCH 2/2] virtio: use DMA coherent APIs

[PATCH] efi: payload: enable both efi loader and payload for *_efi_defconfig
 2026-01-19  9:56 UTC  (2+ messages)

[PATCH] ARM: i.MX8M: atf: add debug messages just before TF-A jump
 2026-01-19  7:44 UTC  (3+ messages)

[PATCH 00/13] ARM32: modules: fix bitrot and add test
 2026-01-19  7:28 UTC  (15+ messages)
` [PATCH 01/13] kbuild: fold rmdirs into rmfiles
` [PATCH 02/13] boards: qemu-virt: reserve BIOS device tree
` [PATCH 03/13] ARM: qemu-virt: add image for use as -bios
` [PATCH 04/13] kbuild: build *.mod.c with -std=gnu11
` [PATCH 05/13] ARM32: mark modules as incompatible with ARM_MMU_PERMISSIONS
` [PATCH 06/13] treewide: fix some missing EXPORT_SYMBOL
` [PATCH 07/13] pci: ecam: enable build as module
` [PATCH 08/13] kbuild: add support for installing and stripping modules
` [PATCH 09/13] ARM32: module: handle more relocations
` [PATCH 10/13] commands: pm_domain: make command tristate
` [PATCH 11/13] test: conftest: add support for describing FW_CFG environment in YAML
` [PATCH 12/13] defaultenv: add barebox_modules_env target
` [PATCH 13/13] test: arm: add simple driver/command module test

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

[PATCH] treewide: Fix wrong EXPORT_SYMBOL()
 2026-01-16 15:25 UTC  (3+ messages)

[PATCH 00/12] ARM32: modules: fix bitrot and add test
 2026-01-16 15:16 UTC  (10+ messages)
` [PATCH 02/12] ARM: qemu-virt: add image for use as -bios
` [PATCH 05/12] treewide: fix some missing EXPORT_SYMBOL
` [PATCH 06/12] pci: ecam: enable build as module
` [PATCH 07/12] kbuild: add support for installing and stripping modules
` [PATCH 12/12] test: arm: add simple driver/command module test

[PATCH] ARM: layerscape: defconfig: refresh defconfig
 2026-01-16  8:19 UTC  (2+ messages)

[PATCH] mtd: nand: mxc_nand: use clk_get_optional for clock handling
 2026-01-16  8:18 UTC  (2+ messages)

[PATCH] ARM: mmu: panic after pr_debug_remap if base address is unaligned
 2026-01-16  8:18 UTC  (2+ messages)

[PATCH v2 1/5] pbl: fdt: fix fdt_fixup_mem error handling
 2026-01-16  8:15 UTC  (2+ messages)

[PATCH 1/2] commands: delpart: return success when no error occurred
 2026-01-16  7:17 UTC  (2+ messages)

[PATCH] openrisc: bump reserved size to 1M
 2026-01-16  7:15 UTC  (2+ messages)

[PATCH] block: don't error while flushing when write support is disabled
 2026-01-16  7:12 UTC  (3+ messages)

[PATCH v4 00/22] PBL: Add PBL ELF loading support with dynamic relocations
 2026-01-15 12:44 UTC  (10+ messages)
` [PATCH v4 12/22] PBL: allow to link ELF image into PBL
` [PATCH v4 18/22] ARM: PBL: setup MMU with proper permissions from ELF segments
` [PATCH v4 19/22] riscv: linker script: create separate PT_LOAD segments for text, rodata, and data
` [PATCH v4 22/22] riscv: add ELF segment-based memory protection with MMU

page:  |  | latest

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