mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH v4 0/2] Add generic OP-TEE loading for i.MX6
 2026-02-16 10:36 UTC  (2+ messages)
` [PATCH v4 1/2] ARM: i.MX: scratch: add generic init for imx

[PATCH v3 0/2] Add generic OP-TEE loading for i.MX6
 2026-02-16 10:22 UTC  (3+ messages)
` [PATCH v3 1/2] ARM: i.MX: scratch: add generic init for imx
` [PATCH v3 2/2] ARM: i.MX6: load optee in PBL before barebox proper

[PATCH] commands: bootm: add proper support for boot script calling bootm
 2026-02-16  8:54 UTC  (3+ messages)

[PATCH] test: add ARMv8 EFI app testing
 2026-02-16  8:49 UTC 

[PATCH master 00/39] efi: fix bugs
 2026-02-16  8:44 UTC  (40+ messages)
` [PATCH master 01/39] efi: fix potential NULL dereference
` [PATCH master 02/39] efi: trace: fix EFI_EXIT2 to not evaluate output value on error
` [PATCH master 03/39] efi: loader: fix CRC32 computation in table header update
` [PATCH master 04/39] efi: loader: fix pointer vs value comparison in free_efi_only
` [PATCH master 05/39] efi: loader: fix disk write return value check
` [PATCH master 06/39] efi: loader: fix EFI_ENTRY/EFI_EXIT ordering in efi_set_time
` [PATCH master 07/39] efi: runtime: fix missing EFI_EXIT in efirt_query_variable_info
` [PATCH master 08/39] efi: loader: fix file handle leak in efi_file_from_path
` [PATCH master 09/39] efi: loader: fix missing field init in deferred protocol add
` [PATCH master 10/39] efi: loader: fix memory leak in efi_var_to_file
` [PATCH master 11/39] efi: loader: fix multiple bugs in efi_loader_bootm
` [PATCH master 12/39] efi: loader: fix return type and memory leak in efi_smbios_register
` [PATCH master 13/39] efi: loader: fix memory leak in efi_dp_split_file_path
` [PATCH master 14/39] efi: loader: fix HII string table realloc and memset bugs
` [PATCH master 15/39] efi: loader: fix format specifier and missing EFI_EXIT in boot services
` [PATCH master 16/39] efi: fix unreachable free in efi_set_variable_printf
` [PATCH master 17/39] efi: payload: fix missing NULL check after read_file in handover
` [PATCH master 18/39] efi: payload: fix EFI page leak in efi_read_file
` [PATCH master 19/39] efi: payload: fix inverted error check after state_load
` [PATCH master 20/39] efi: fix out-of-bounds read in device path unknown node printing
` [PATCH master 21/39] efi: payload: fix wrong page count in efi_unload_fdt
` [PATCH master 22/39] efi: fix out-of-bounds read in 1394 device path printing
` [PATCH master 23/39] efi: loader: initialize block IO ops before installing protocol
` [PATCH master 24/39] efi: runtime: fix variable store bounds check to account for alignment
` [PATCH master 25/39] efi: fix Fibre Channel device path type vs sub_type comparison
` [PATCH master 26/39] efi: loader: fix file open mode always setting O_RDWR
` [PATCH master 27/39] efi: loader: fix NULL pointer dereference when deleting root volume handle
` [PATCH master 28/39] efi: loader: fix memory leak of variable file buffer on success
` [PATCH master 29/39] efi: loader: fix memory leak in efi_var_collect on buffer overflow
` [PATCH master 30/39] efi: fix signed format specifier for uint64_t timestamp
` [PATCH master 31/39] efi: payload: fix possible memory leaks during init
` [PATCH master 32/39] efi: payload: protect against missing state alias
` [PATCH master 33/39] efi: loader: fix stale return value in console out-of-memory path
` [PATCH master 34/39] efi: loader: fix off-by-one in FAT codepage translation
` [PATCH master 35/39] efi: loader: fix co-existence with EFI payload support
` [PATCH master 36/39] efi: payload: skip ELF MMU handling when booted via stub
` [PATCH master 37/39] efi: payload: register dummy device tree
` [PATCH master 38/39] console: introduce helper for printing binary buffers as-is
` [PATCH master 39/39] efi: loader: protocol: console: don't turn LF into CRLF

[PATCH] ci: container: add qemu-efi-aarch64 for testing against EDK-II
 2026-02-16  8:43 UTC 

[PATCH 01/12] firmware: xilinx-fpga: fix double free in probe error path
 2026-02-16  8:42 UTC  (12+ messages)
` [PATCH 02/12] driver: fix missing va_end in dev_add_alias "
` [PATCH 03/12] net: eth: avoid overlapping memcpy in eth_set_ethaddr
` [PATCH 04/12] pmdomain: fix dereference before NULL check in genpd_get_from_provider
` [PATCH 05/12] bootm: android: fix PTR_ERR called after clearing error pointer
` [PATCH 06/12] bootm: android: fix double close of fd
` [PATCH 07/12] net: phy: add NULL check for phy driver in page accessors
` [PATCH 08/12] open: add missing mode argument to O_CREAT calls
` [PATCH 09/12] hush: add NULL check for gl_pathv after do_glob_in_argv
` [PATCH 10/12] i2c: rk3x: fix NULL pointer dereference on repeated NACK
` [PATCH 11/12] mci: imx-esdhc: remove misleading NULL check for cmd pointer
` [PATCH 12/12] mci: spi: initialize r1 to fix garbage return value

[PATCH master 1/4] FIT: fix potential uninitialized read during fuzzing
 2026-02-16  8:41 UTC  (4+ messages)
` [PATCH master 2/4] FIT: fix potential underflow of stack array
` [PATCH master 3/4] of: fdt: fix double free in fdt_ensure_space
` [PATCH master 4/4] of: overlay: initialize ret to fix garbage return value

[PATCH 1/2] kconfig: add merge_into_defconfig_named to set CONFIG_NAME
 2026-02-16  8:39 UTC  (2+ messages)
` [PATCH 2/2] test: report used Labgrid environment and build dir

[PATCH] gitignore: ignore /vmbarebox
 2026-02-15 18:44 UTC 

[PATCH] test: 9p: switch security_model from mapped to none
 2026-02-15 18:05 UTC 

[PATCH] of: fdt: fix double free in fdt_ensure_space
 2026-02-15 17:24 UTC 

[PATCH] test: 9p: switch security_model from mapped to none
 2026-02-15 17:20 UTC 

[PATCH] virtio: fix variable shadowing in virtqueue_add_sgs input scatter loop
 2026-02-15 17:11 UTC 

[PATCH v2] ARM: add RELR relocation packing support
 2026-02-15 16:53 UTC 

[PATCH v1 0/4] video: add ILI9488 panel support with MIPI DBI Type C1
 2026-02-13 19:12 UTC  (5+ messages)
` [PATCH v1 1/4] video: mipi-dbi: support for MIPI DBI Type C Option 1
` [PATCH v1 2/4] video: mipi-dbi: add display rotation support
` [PATCH v1 3/4] dt-bindings: display: panel: add Ilitek ILI9488 panel
` [PATCH v1 4/4] video: add Ilitek ILI9488 driver for WF35 panel

[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  (15+ messages)
` [PATCH v2 06/15] ARM: i.MX: scratch: add FDT support
` [PATCH v2 11/15] security: optee: add optee_handoff_overlay helper
` [PATCH v2 12/15] security: optee: add helpers to register OF overlays

[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  (2+ messages)
` (subset) "

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

[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  (9+ messages)
` [PATCH 3/5] mfd: Add Hexagon EFI 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

page:  |  | latest

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