mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH v3 00/23] PBL: Add PBL ELF loading support with dynamic relocations
 2026-01-08 15:50 UTC  (8+ messages)
` [PATCH v3 01/23] Makefile.compiler: add objcopy-option
` [PATCH v3 02/23] elf: only accept images matching the native ELF_CLASS
` [PATCH v3 03/23] elf: build for PBL as well
` [PATCH v3 04/23] elf: add dynamic relocation support
` [PATCH v3 05/23] ARM: implement elf_apply_relocations() for ELF "
` [PATCH v3 06/23] riscv: define generic relocate_image
` [PATCH v3 09/23] elf: create elf_open_binary_into()

[PATCH v2 00/21] PBL: Add PBL ELF loading support with dynamic relocations
 2026-01-08 15:25 UTC  (46+ messages)
` [PATCH v2 01/21] elf: only accept images matching the native ELF_CLASS
` [PATCH v2 02/21] elf: build for PBL as well
` [PATCH v2 03/21] elf: add dynamic relocation support
` [PATCH v2 04/21] ARM: implement elf_apply_relocations() for ELF "
` [PATCH v2 05/21] riscv: define generic relocate_image
` [PATCH v2 06/21] riscv: implement elf_apply_relocations() for ELF relocation support
` [PATCH v2 07/21] elf: implement elf_load_inplace()
` [PATCH v2 08/21] elf: create elf_open_binary_into()
` [PATCH v2 09/21] Makefile: add barebox.elf build target
` [PATCH v2 10/21] PBL: allow to link ELF image into PBL
` [PATCH v2 11/21] mmu: add MAP_CACHED_RO mapping type
` [PATCH v2 12/21] mmu: introduce pbl_remap_range()
` [PATCH v2 13/21] ARM: use relative jumps in exception table
` [PATCH v2 14/21] ARM: exceptions: make in-binary exception table const
` [PATCH v2 15/21] ARM: linker script: create separate PT_LOAD segments for text, rodata, and data
` [PATCH v2 16/21] ARM: link ELF image into PBL
` [PATCH v2 17/21] ARM: PBL: setup MMU with proper permissions from ELF segments
` [PATCH v2 18/21] riscv: link ELF image into PBL
` [PATCH v2 19/21] riscv: linker script: create separate PT_LOAD segments for text, rodata, and data
` [PATCH v2 20/21] riscv: Allwinner D1: Drop M-Mode
` [PATCH v2 21/21] riscv: add ELF segment-based memory protection with MMU

[PATCH] test/strategy.py: optionally don't activate BareboxDriver
 2026-01-08 14:42 UTC  (2+ messages)

[PATCH] Documentation: imx8mq-evk: warn for EVKB variant
 2026-01-07 14:56 UTC 

[PATCH 1/3] fixup! tee: drivers: add driver for Rockchip Secure Boot PTA
 2026-01-07 13:05 UTC  (4+ messages)
` [PATCH 2/3] fixup! commands: implement rksecure command
` [PATCH 3/3] "

[PATCH] tee: drivers: rksecure: move header to soc/rockchip/
 2026-01-07 12:58 UTC 

[PATCH 0/6] partitions: GPT: refresh partition tables when necessary
 2026-01-07 11:08 UTC  (3+ messages)

[PATCH] mmc: resolve conflict between MMC_CAP_NONREMOVABLE and MMC_CAP_1_8V_DDR
 2026-01-07  9:43 UTC  (4+ messages)

PCIE on LS1021A
 2026-01-07  9:43 UTC  (6+ messages)

[PATCH] Documentation: turn more magic variable literals into references
 2026-01-07  8:10 UTC 

[PATCH] mci: use partition table index for Linux mmcblkdev fixup
 2026-01-07  8:09 UTC  (3+ messages)

Yocto migration meta-barebox -> walnascar
 2026-01-06 13:23 UTC  (6+ messages)

[PATCH RFC 0/3] ARM: rockchip: add rockchip secure boot
 2026-01-06 13:18 UTC  (6+ messages)
` [PATCH RFC 1/3] scripts: rockchip: add script to calculate key hash
` [PATCH RFC 2/3] tee: drivers: add driver for Rockchip Secure Boot PTA
` [PATCH RFC 3/3] commands: implement rksecure command

[PATCH 1/2] ARM: cpu: common: skip R_ARM_NONE relocations
 2026-01-06 13:18 UTC  (5+ messages)
` [PATCH 2/2] ARM: cpu: common: define generic relocate_image

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

[PATCH 00/19] PBL: Add PBL ELF loading support with dynamic relocations
 2026-01-06  9:25 UTC  (49+ messages)
` [PATCH 01/19] elf: Use memcmp to make suitable for PBL
` [PATCH 02/19] elf: build for PBL as well
` [PATCH 03/19] elf: add dynamic relocation support
` [PATCH 04/19] ARM: implement elf_apply_relocations() for ELF "
` [PATCH 05/19] riscv: "
` [PATCH 06/19] elf: implement elf_load_inplace()
` [PATCH 07/19] elf: create elf_open_binary_into()
` [PATCH 08/19] Makefile: add barebox.elf build target
` [PATCH 09/19] PBL: allow to link ELF image into PBL
` [PATCH 10/19] mmu: add MAP_CACHED_RO mapping type
` [PATCH 11/19] mmu: introduce pbl_remap_range()
` [PATCH 12/19] ARM: use relative jumps in exception table
` [PATCH 13/19] ARM: exceptions: make in-binary exception table const
` [PATCH 14/19] ARM: linker script: create separate PT_LOAD segments for text, rodata, and data
` [PATCH 15/19] ARM: link ELF image into PBL
` [PATCH 16/19] ARM: PBL: setup MMU with proper permissions from ELF segments
` [PATCH 17/19] riscv: link ELF image into PBL
` [PATCH 18/19] riscv: linker script: create separate PT_LOAD segments for text, rodata, and data
` [PATCH 19/19] riscv: add ELF segment-based memory protection with MMU

[PATCH 0/5] usb: dwc3: add fsl,ls1028a-dwc3 glue driver
 2026-01-06  8:12 UTC  (7+ messages)
` [PATCH 1/5] usb: dwc3: export dwc3_core_probe/dwc3_core_remove like Linux
` [PATCH 2/5] usb: dwc3: add support for Global SoC Bus Configuration Register
` [PATCH 3/5] clk: implement and use clk_bulk_get_all_enabled helper
` [PATCH 4/5] usb: dwc3: add DesignWare USB3 generic platform driver
` [PATCH 5/5] Revert "ARM64: dts: Layerscape: workaround v6.19-rc1 DT sync DWC3 breakage"

[PATCH] ARM64: dts: Layerscape: workaround v6.19-rc1 DT sync DWC3 breakage
 2026-01-06  8:04 UTC  (2+ messages)

The non-removable option causes an MMC initialization error
 2026-01-06  8:01 UTC  (2+ messages)

[PATCH] ci: coverity: Run monthly, on branch next
 2026-01-06  7:54 UTC  (2+ messages)

[PATCH v3 1/4] Documentation: split Rockchip documentation
 2026-01-06  7:52 UTC  (2+ messages)
` (subset) "

[PATCH v4 0/5] i.mx: hab/ocotop: extend field return to i.MX6
 2026-01-06  7:51 UTC  (2+ messages)

[PATCH 0/4] i.MX6 Riotboard related patches
 2026-01-06  7:46 UTC  (7+ messages)
` [PATCH 1/4] ARM: i.MX6: Riotboard: ungate peripheral clocks
` [PATCH 2/4] ARM: i.MX6: Riotboard: Add hint how to enable DEBUG_LL
` [PATCH 3/4] gpio: Fix GPIOD_ASIS flag
` [PATCH 4/4] ARM: boards: remove #define DEBUG in board files
` (subset) [PATCH 0/4] i.MX6 Riotboard related patches

[PATCH] startup: attempt poweroff if no shell and nothing to do
 2026-01-06  7:43 UTC  (2+ messages)

[PATCH master] sandbox: fix make dependency for sandbox
 2026-01-06  7:42 UTC  (2+ messages)

[PATCH] malloc: make malloc_add_pool return void
 2026-01-06  7:41 UTC  (2+ messages)

[PATCH] Documentation: devel: contributing: fix URL ReST syntax
 2026-01-06  7:40 UTC  (2+ messages)

[PATCH] ARM: socfpga: replace select of undefined symbols
 2026-01-06  7:40 UTC  (2+ messages)

[PATCH 1/2] common: elf: use strdup_const for symmetry
 2026-01-06  7:39 UTC  (3+ messages)
` [PATCH 2/2] common: elf: use memcmp for fixed-size comparison

[PATCH] ARM: virt: add DEBUG_LL support
 2026-01-06  7:38 UTC  (2+ messages)

[PATCH] ARM: remove unused constructor support
 2026-01-06  7:38 UTC  (2+ messages)

[PATCH] ARM64: elf: set ELF_CLASS64 for ARM64
 2026-01-06  7:37 UTC  (2+ messages)

barebox-bringup utility
 2026-01-06  7:11 UTC  (3+ messages)

[PATCH] scripts: container.sh: explicitly pass build dir as volume
 2026-01-05 15:13 UTC 

[PATCH] pbl: export pbl_verify_piggy function
 2026-01-05 13:16 UTC  (2+ messages)

[PATCH] mmu: move MAP_RO definition into global mmu.h header
 2026-01-05 12:13 UTC  (2+ messages)

[PATCH 00/10] bootm: refactor to prepare multiple initrd support
 2026-01-05  8:03 UTC  (11+ messages)
` [PATCH 01/10] bootm: set image_data::initrd_res at a single place
` [PATCH 02/10] bootm: fit: split support into dedicated file
` [PATCH 03/10] bootm: uimage: "
` [PATCH 04/10] filetype: introduce filetype_fit
` [PATCH 05/10] bootm: refactor for readability and extensibility
` [PATCH 06/10] memory: move release_sdram_region into header
` [PATCH 07/10] resource: make NULL in release_[sdram_]region a no-op
` [PATCH 08/10] common: elf: use release_region unconditionally
` [PATCH 09/10] memory: always print errors on request_sdram_region failure
` [PATCH 10/10] memory: drop now duplicate request_sdram_region error messages

v2025.09.1
 2025-12-22 10:15 UTC 

v2025.12.0
 2025-12-22  9:53 UTC 

[PATCH v2025.09.y 00/49] Backports for v2025.09.1
 2025-12-20 22:00 UTC  (2+ messages)

[PATCH] ARM: i.MX8MN-EVK: Fix maximum load size
 2025-12-20 22:00 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