[PATCH 00/19] PBL: Add PBL ELF loading support with dynamic relocations
2026-01-05 23:01 UTC (44+ 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-05 19:12 UTC (6+ 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-05 15:19 UTC
[PATCH] scripts: container.sh: explicitly pass build dir as volume
2026-01-05 15:13 UTC
barebox-bringup utility
2026-01-05 14:40 UTC (2+ messages)
[PATCH RFC 0/3] ARM: rockchip: add rockchip secure boot
2026-01-05 14:32 UTC (4+ 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] 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 0/4] i.MX6 Riotboard related patches
2026-01-05 10:45 UTC (5+ 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
[PATCH] ARM64: elf: set ELF_CLASS64 for ARM64
2026-01-05 9:02 UTC
[PATCH] ARM: remove unused constructor support
2026-01-05 8:46 UTC
[PATCH] ARM: virt: add DEBUG_LL support
2026-01-05 8:37 UTC
[PATCH 1/2] common: elf: use strdup_const for symmetry
2026-01-05 8:33 UTC (2+ messages)
` [PATCH 2/2] common: elf: use memcmp for fixed-size comparison
[PATCH] ARM: socfpga: replace select of undefined symbols
2026-01-05 8:27 UTC
[PATCH] Documentation: devel: contributing: fix URL ReST syntax
2026-01-05 8:24 UTC
[PATCH] malloc: make malloc_add_pool return void
2026-01-05 8:22 UTC
[PATCH] startup: attempt poweroff if no shell and nothing to do
2026-01-05 8:21 UTC
[PATCH master] sandbox: fix make dependency for sandbox
2026-01-05 8:12 UTC
[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 (51+ messages)
` [PATCH v2025.09.y 01/49] mci: sdhci: am654: Use sdhci_wait_idle()
` [PATCH v2025.09.y 02/49] clk: rockchip: rk3588: Add PLL rate for 1500 MHz
` [PATCH v2025.09.y 03/49] ARM: i.MX6: configure AIPS registers only if trusted
` [PATCH v2025.09.y 04/49] ARM: dts: rockchip: Set initial CPU frequencies for RK3588
` [PATCH v2025.09.y 05/49] ARM: dts: rockchip: Set CPLL frequency "
` [PATCH v2025.09.y 06/49] scripts: rockchip: rkimage: reinstate OpenSSL 1.1 compatibility
` [PATCH v2025.09.y 07/49] ARM: dts: am62lx: fix secondary core startup
` [PATCH v2025.09.y 08/49] ARM: i.MX: Fix the iomux DSE defines for imx8mp
` [PATCH v2025.09.y 09/49] virtio: Stop spamming debug buffer
` [PATCH v2025.09.y 10/49] clk: clk_set_parent: skip any operation if current and new parents are equal
` [PATCH v2025.09.y 11/49] range: fix corner cases when exclusive end is zero
` [PATCH v2025.09.y 12/49] mtd: peb: mtd_peb_read(): move error message to caller
` [PATCH v2025.09.y 13/49] state: guard against empty variable set in DT
` [PATCH v2025.09.y 14/49] fs: nfs: drop PROG_NFS special casing
` [PATCH v2025.09.y 15/49] fs: nfs: do not read past packets
` [PATCH v2025.09.y 16/49] ARM: i.MX8M: romapi: skip zero_page_access() if MMU is disabled
` [PATCH v2025.09.y 17/49] ARM: mmu: have zero_page_remappable() check MMU status
` [PATCH v2025.09.y 18/49] ARM: mmu: fix hang when reserved memory at start of RAM
` [PATCH v2025.09.y 19/49] clk: rockchip rk3588: configure CPLL in driver
` [PATCH v2025.09.y 20/49] poller: activate POLLER_WARN_OVERTIME only on third strike
` [PATCH v2025.09.y 21/49] bootm: fix boot override inheritance
` [PATCH v2025.09.y 22/49] commands: truncate: fix multiple file handling with relative sizes
` [PATCH v2025.09.y 23/49] fs: qemu_fw_cfg: make use of the automount
` [PATCH v2025.09.y 24/49] fs: qemu_fw_cfg: handle non-existent opt/org.barebox.env key gracefully
` [PATCH v2025.09.y 25/49] boards: qemu-virt: drop fitimage-pubkey.dts
` [PATCH v2025.09.y 26/49] pci: pci-tegra: fix null pointer assignation
` [PATCH v2025.09.y 27/49] sandbox: fix race with .old_version removal
` [PATCH v2025.09.y 28/49] net: designware-imx: don't set txclk when mode is (r)mii
` [PATCH v2025.09.y 29/49] mci: am654-sdhci: correctly configure SLOTTYPE_EMBEDDED
` [PATCH v2025.09.y 30/49] scripts: imx: Makefile.mingw64: add _GNU_SOURCE
` [PATCH v2025.09.y 31/49] scripts: imx: add pread implementation for mingw target
` [PATCH v2025.09.y 32/49] net: arp: collect context into new struct pending_arp
` [PATCH v2025.09.y 33/49] net: reset pending ARP state when request is done
` [PATCH v2025.09.y 34/49] test: populate qemu_bin, even if missing features
` [PATCH v2025.09.y 35/49] ARM: i.MX8M: Fix the RAM size calculation for DDR3
` [PATCH v2025.09.y 36/49] test: exit directly when invoking QEMU states on non-QEMU targets
` [PATCH v2025.09.y 37/49] tlv: register_device() error handling
` [PATCH v2025.09.y 38/49] fs: fix automount when last filename component is a automountpoint
` [PATCH v2025.09.y 39/49] ARM: K3: am62l: don't put sysfwdata into 1st stage image
` [PATCH v2025.09.y 40/49] ARM: k3: make some firmware files SoC specific
` [PATCH v2025.09.y 41/49] ARM: k3: am62l: Add dedicated config option for OP-TEE
` [PATCH v2025.09.y 42/49] ARM: k3: am62l: fix dependencies on k3img input files
` [PATCH v2025.09.y 43/49] lib: base64: Fix out-of-bounds potential by respecting dst_len
` [PATCH v2025.09.y 44/49] param: make setting a parameter to the same string value a no-op
` [PATCH v2025.09.y 45/49] i2c: omap: fix probe on am335x
` [PATCH v2025.09.y 46/49] net: 9p: fix variable name in BAREBOX_MAGICVAR
` [PATCH v2025.09.y 47/49] pmdomain: fix collision in names when registering
` [PATCH v2025.09.y 48/49] i2c: implement i2c_unregister_device()
` [PATCH v2025.09.y 49/49] eeprom: at24: unregister devices in error path
[PATCH] ARM: i.MX8MN-EVK: Fix maximum load size
2025-12-20 22:00 UTC (2+ messages)
[PATCH v4 0/5] i.mx: hab/ocotop: extend field return to i.MX6
2025-12-19 13:39 UTC (6+ messages)
` [PATCH v4 1/5] i.MX: HAB: fix field return unlock fuse uid
` [PATCH v4 2/5] arm: mach-imx6: use kconfig for field return
` [PATCH v4 3/5] nvmem: ocotp: extend support to query the sticky bit
` [PATCH v4 4/5] i.MX: HAB: extend field_return support to imx6
` [PATCH v4 5/5] commands: hab: extend by field_return fuse burn
[PATCH v3 0/5] i.mx: hab/ocotop: extend field return to i.MX6
2025-12-19 10:49 UTC (6+ messages)
` [PATCH v3 1/5] arm: mach-imx6: use kconfig for field return
` [PATCH v3 2/5] nvmem: ocotp: extend support to query the sticky bit
` [PATCH v3 3/5] i.MX: HAB: extend field_return support to imx6
` [PATCH v3 4/5] commands: hab: extend by field_return fuse burn
` [PATCH v3 5/5] i.MX: HAB: fix field return unlock fuse uid
[PATCH v2 0/4] i.mx: hab/ocotop: extend field return to i.MX6
2025-12-19 10:06 UTC (10+ messages)
` [PATCH v2 1/4] arm: mach-imx6: use kconfig for field return
` [PATCH v2 2/4] nvmem: ocotp: extend support to query the sticky bit
` [PATCH v2 3/4] i.MX: HAB: extend field_return support to imx6
` [PATCH v2 4/4] commands: hab: extend by field_return fuse burn
[PATCH] ARM: imx93: dtsi: set assigned-clocks for usdhc1
2025-12-19 9:34 UTC (2+ messages)
[PATCH v3 1/4] Documentation: split Rockchip documentation
2025-12-18 21:33 UTC (4+ messages)
` [PATCH v3 2/4] Documentation: rk35xx: expand on supported SoCs/boards
` [PATCH v3 3/4] arm64: rockchip: Add support for QNAP's ts-433 4bay NAS
` [PATCH v3 4/4] arm64: rockchip: qnap-tsx33: support USB installer with EFI
[PATCH 0/4] i.mx: hab/ocotop: extend field return to i.MX6
2025-12-18 20:03 UTC (9+ messages)
` [PATCH 1/4] arm: mach-imx6: use kconfig for field return
` [PATCH 2/4] nvmem: ocotp: extend support to query the sticky bit
` [PATCH 3/4] i.MX: HAB: extend field_return support to imx6
` [PATCH 4/4] commands: hab: extend by field_return fuse burn
[PATCH] fixup! efi: guid: add some more GUIDs
2025-12-18 19:30 UTC
[PATCH] ARM: dts: nxp/imx6: Drop unused .dtsi
2025-12-18 16:42 UTC (5+ messages)
[PATCH v2] scripts: add helper for generating Origin-URL references
2025-12-18 15:18 UTC
[PATCH 0/4] efi: add EFI loader integration test
2025-12-18 14:48 UTC (5+ messages)
` [PATCH 1/4] test: py: strategy: add OS shell state
` [PATCH 2/4] test: py: add simple SMBIOS tests
` [PATCH 3/4] test: py: add simple EFI loader integration test
` [PATCH 4/4] test: arm: add Labgrid env YAML for multi_v8_efiloader_defconfig
[PATCH] boot: allow prioritizing boot entry providers
2025-12-18 13:20 UTC (2+ messages)
[PATCH v1 00/54] efi: implement EFI loader support in barebox
2025-12-18 10:38 UTC (12+ messages)
` [PATCH v1 12/54] efi: loader: add support for tracing calls back into UEFI
` [PATCH v1 14/54] lib: add charset helpers
` [PATCH v1 19/54] efi: loader: add support for runtime services before ExitBootServices
` [PATCH v1 22/54] efi: loader: move PE implementation out of common code
` [PATCH v1 27/54] efi: loader: add EFI load option handling
` [PATCH v1 28/54] efi: loader: protocol: add graphical output protocol support
` [PATCH v1 30/54] efi: loader: protocol: add HII support
` [PATCH v1 41/54] filetype: add new filetype for efi-stubbed ARM zImages
` [PATCH v1 43/54] efi: loader: add ESP boot entry provider
` [PATCH v1 46/54] efi: runtime: add EFI variable support
` [PATCH v1 52/54] efi: loader: support ExitBootServices
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox