mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH] firmware: handle firmware files being links correctly
 2025-09-17 10:06 UTC  (2+ messages)

[PATCH] riscv: dma: rename dma_ops to dma_map_ops
 2025-09-17  6:19 UTC 

[PATCH] ARM: am62l: Update SCMI clock ids
 2025-09-16 10:12 UTC 

[PATCH] drivers: treewide: Do not use NULL as driver_data
 2025-09-16  9:38 UTC  (2+ messages)

[PATCH] treewide: drop useless casting to void * in of_device_id
 2025-09-16  9:37 UTC  (2+ messages)

[PATCH] checkpatch: drop ENOSYS warning
 2025-09-16  9:37 UTC  (2+ messages)

[PATCH] fec_imx: Fix ENODEV in fec_probe on i.MX27
 2025-09-16  9:32 UTC  (4+ messages)

[PATCH v2 0/7] dm: Initial work on a device mapper
 2025-09-16  8:45 UTC  (10+ messages)
` [PATCH v2 1/7] string: add strtok/strtokv
` [PATCH v2 2/7] vsprintf: Add rasprintf(): the reallocing string printf family
` [PATCH v2 3/7] dm: Add initial device mapper infrastructure
` [PATCH v2 4/7] dm: linear: Add linear target
` [PATCH v2 5/7] MIPS: qemu-malta_defconfig: Use largest possible relocation table
` [PATCH v2 6/7] test: self: dm: Add test of linear target
` [PATCH v2 7/7] commands: dmsetup: Basic command set for dm device management

[PATCH] ARM: rockchip: select bbu default target using bootsource
 2025-09-16  8:04 UTC 

[PATCH] ARM: rockchip: cleanup iram handling
 2025-09-16  8:02 UTC 

[PATCH] ARM: rockchip: add support for Radxa ROCK 5T
 2025-09-16  7:58 UTC 

[PATCH] RISC-V: fix stack clobbering in relocate_to_adr
 2025-09-16  6:34 UTC  (2+ messages)

[PATCH] drivers: dma: refactor: rename dma_ops to dma_device_ops
 2025-09-16  6:33 UTC  (4+ messages)

[PATCH] ARM: dts: k3-am62l: read MAC address from E-Fuse
 2025-09-16  6:28 UTC  (2+ messages)

[PATCH] usb: dwc3: remove non existent Kconfig option
 2025-09-16  6:28 UTC  (2+ messages)

[PATCH v4 01/12] ARM: cpu: allow selecting CPU_V7/CPU_V8 directly
 2025-09-16  5:32 UTC  (13+ messages)
` [PATCH v4 02/12] efi: payload: split image handling from legacy handover boot support
` [PATCH v4 03/12] efi: payload: add support for efi stub boot
` [PATCH v4 04/12] efi: payload: add support for fit image
` [PATCH v4 05/12] efi: payload: make selectable without COMPILE_TEST
` [PATCH v4 06/12] arm: efi: add a generic defconfig for v8 efi payload,
` [PATCH v4 07/12] efi: payload: initrd: implement efi initrd media protocol
` [PATCH v4 08/12] common: filetype: add x86 linux filetype
` [PATCH v4 09/12] efi: payload: early-mem: helps to correctly boot x86 linux
` [PATCH v4 10/12] efi: payload: bootm: add x86 efi stub boot support
` [PATCH v4 11/12] lib: fdt: remove FDT_PADDING
` [PATCH v4 12/12] efi: payload: x86: enable the possibility to efi stub bootm for x86

[PATCH v3 01/11] ARM: cpu: allow selecting CPU_V7/CPU_V8 directly
 2025-09-16  4:01 UTC  (11+ messages)
` [PATCH v3 02/11] efi: payload: split image handling from legacy handover boot support
` [PATCH v3 03/11] efi: payload: add support for efi stub boot
` [PATCH v3 04/11] efi: payload: add support for fit image
` [PATCH v3 05/11] efi: payload: make selectable without COMPILE_TEST
` [PATCH v3 06/11] arm: efi: add a generic defconfig for v8 efi payload,
` [PATCH v3 07/11] efi: payload: initrd: implement efi initrd media protocol
` [PATCH v3 08/11] common: filetype: add x86 linux filetype
` [PATCH v3 09/11] efi: payload: early-mem: helps to correctly boot x86 linux
` [PATCH v3 10/11] efi: payload: bootm: add x86 efi stub boot support
` [PATCH v3 11/11] lib: fdt: remove FDT_PADDING

[PATCH v2 01/10] ARM: cpu: allow selecting CPU_V7/CPU_V8 directly
 2025-09-16  3:54 UTC  (10+ messages)
` [PATCH v2 02/10] efi: payload: split image handling from legacy handover boot support
` [PATCH v2 03/10] efi: payload: add support for efi stub boot
` [PATCH v2 04/10] efi: payload: add support for fit image
` [PATCH v2 05/10] efi: payload: make selectable without COMPILE_TEST
` [PATCH v2 06/10] arm: efi: add a generic defconfig for v8 efi payload,
` [PATCH v2 07/10] efi: payload: initrd: implement efi initrd media protocol
` [PATCH v2 08/10] common: filetype: add x86 linux filetype
` [PATCH v2 09/10] efi: payload: early-mem: helps to correctly boot x86 linux
` [PATCH v2 10/10] efi: payload: bootm: add x86 efi stub boot support

[PATCH 1/7] ARM: cpu: allow selecting CPU_V7/CPU_V8 directly
 2025-09-16  0:16 UTC  (7+ messages)
` [PATCH 2/7] efi: payload: split image handling from legacy handover boot support
` [PATCH 3/7] efi: payload: add support for efi stub boot
` [PATCH 4/7] efi: payload: add support for fit image
` [PATCH 5/7] efi: payload: make selectable without COMPILE_TEST
` [PATCH 6/7] arm: efi: add a generic defconfig for v8 efi payload,
` [PATCH 7/7] efi: payload: initrd: implement efi initrd media protocol

[PATCH] arch: x86: efi_defconfig: remove framebuffer console to fix duplicate screen
 2025-09-15  9:00 UTC  (2+ messages)

[PATCH] efi: payload: entry-single: memory need to be alloccated as data
 2025-09-15  8:47 UTC  (3+ messages)

[PATCH] ARM64: setupc: drop erroneous cache flush of virt addr 0
 2025-09-12  7:51 UTC  (2+ messages)

[PATCH] arm: bootm-fip: remove redundant variable declaration
 2025-09-12  7:49 UTC  (3+ messages)

[PATCH] ARM: k3: am625: fix syscon-reboot-mode
 2025-09-12  7:45 UTC  (2+ messages)

[PATCH 1/2] ARM: k3: move am62x specific bits out of common file
 2025-09-12  7:44 UTC  (3+ messages)
` [PATCH 2/2] ARM: k3: add FAT environment support

[PATCH] spi: mvebu: move timekeeping out of hot path
 2025-09-12  7:44 UTC  (2+ messages)

[PATCH v2 0/3] ARM: boards: add support for Samsung Galaxy S8 and S20 5G
 2025-09-09  9:42 UTC  (5+ messages)
` [PATCH v2 1/3] video: simplefb-client: switch to dev_get_resource
` [PATCH v2 2/3] ARM: boards: add support for Samsung Galaxy S8 (dreamlte)
` [PATCH v2 3/3] ARM: boards: add support for Samsung Galaxy S20 5G (x1s)

[PATCH 0/4] i.MX8M: Add SNVS support
 2025-09-09  9:40 UTC  (6+ messages)
` [PATCH 1/4] ARM: i.MX8M: initialize SNVS
` [PATCH 2/4] nvmem: snvs_lpgpr: Add i.MX7/8 support
` [PATCH 3/4] nvmem: snvs_lpgpr: set nvmem config name to snvs
` [PATCH 4/4] ARM: defconfigs: enable SNVS driver in i.MX8 configs

[PATCH] Documentation: k3 am62l: fix typo
 2025-09-09  9:40 UTC  (2+ messages)

[PATCH] ARM: cpu: allow selecting CPU_V7/CPU_V8 directly
 2025-09-09  9:40 UTC  (2+ messages)

[PATCH master] kbuild: do not descend into images/ twice
 2025-09-09  9:39 UTC  (2+ messages)

[PATCH 0/5] dm: Initial work on a device mapper
 2025-09-08 18:59 UTC  (36+ messages)
` [PATCH 1/5] string: add strtok/strtokv
` [PATCH 2/5] dm: Add initial device mapper infrastructure
` [PATCH 3/5] dm: linear: Add linear target
` [PATCH 4/5] test: self: dm: Add test of "
` [PATCH 5/5] commands: dmsetup: Basic command set for dm device management

[PATCH 1/7] drivers: video: efi-gop: fix null reference pointer
 2025-09-05 19:24 UTC  (20+ messages)
` [PATCH 2/7] efi: video: gop: remove dependency to x86
` [PATCH 4/7] arm: efi: add a generic efi machine
` [PATCH 6/7] efi: payload: add support for efi stub boot and fit image
` [PATCH 7/7] efi: payload: add options for FDT force and initrd direct install

Call for Participation: Embedded & IoT micro-conference at Linux Plumbers 2025
 2025-09-05  8:27 UTC 

[PATCH] powerpc: mpc5xxx: declare taskTable as array
 2025-09-04  9:27 UTC  (2+ messages)

[PATCH] drivers: video: efi-gop: fix null reference pointer on priv->fb.mode=NULL
 2025-09-04  8:17 UTC  (2+ messages)

[PATCH] FIT: let fit_has_image() return bool
 2025-09-04  8:11 UTC  (3+ messages)

[PATCH] test: arm: multi_v7_defconfig.yaml: make virt@ the default
 2025-09-04  8:10 UTC  (2+ messages)

[PATCH] ARM: sunxi: drop select of undefined CPU_SUPPORTS_64BIT_KERNEL
 2025-09-04  8:10 UTC  (2+ messages)

[PATCH] efi: payload: image: fix many issues in the code
 2025-09-04  7:03 UTC  (2+ messages)

[PATCH] ARM: mach-imx: tzasc: keep default region 0 secure settings for i.MX8M
 2025-09-04  6:44 UTC  (4+ messages)

[PATCH v2] mtd: Make mtd_erase fail gracefully if CONFIG_MTD_WRITE is off
 2025-09-04  5:39 UTC  (2+ messages)

[PATCH] openrisc: fix include file protection
 2025-09-03 13:30 UTC  (3+ messages)

[PATCH] fixup! ci: container: update components installed on top to newest versions
 2025-09-03 13:13 UTC 

[PATCH] mtd: Make mtd_erase fail gracefully if CONFIG_MTD_WRITE is off
 2025-09-03 11:05 UTC  (3+ messages)

[PATCH] Kbuild: do not build dtbs concurrently
 2025-09-03  6:24 UTC  (2+ messages)

[PATCH 1/2] mci: am654-sdhci: Wait for transfer complete interrupt with MMC_RSP_BUSY cmd
 2025-09-03  6:23 UTC  (2+ messages)

[PATCH] ARM: mmu: fix <unknown> mapping print
 2025-09-03  6:22 UTC  (2+ messages)

[PATCH] ARM: mmu64: simplify early mapping
 2025-09-03  6:22 UTC  (2+ messages)

[PATCH] ARM: boards: kindle mx50: extend vendor ATAGs
 2025-09-03  6:21 UTC  (2+ messages)

[PATCH 0/3] i.MX6 uuu support for signed images
 2025-09-03  6:20 UTC  (2+ messages)

[PATCH 0/3] ci: update to Trixie to use make --shuffle
 2025-09-03  6:17 UTC  (5+ messages)
` [PATCH 1/3] ci: container: update components installed on top to newest versions
` [PATCH 2/3] ci: container: update to Debian Trixie
` [PATCH 3/3] ci: build: shuffle goal and prerequisite ordering

[PATCH] doc/barebox-tlv: Fix typo in path
 2025-09-03  6:16 UTC  (2+ messages)

[PATCH] vsprintf: drop printf hexstr fuzzer
 2025-09-03  6:15 UTC  (2+ messages)

[PATCH] fs: jffs2: silence false positive by always initializing variable
 2025-09-03  6:14 UTC  (2+ messages)

[PATCH master 1/3] console: move full ctrl+c implementation into separate file
 2025-09-03  6:13 UTC  (4+ messages)
` [PATCH master 2/3] console: simple: use common ctrl+c implementation
` [PATCH master 3/3] sandbox: add simpleconsole_defconfig

[PATCH master] param: don't use bobject_t in function pointer signatures
 2025-09-03  6:12 UTC  (2+ messages)

[PATCH] ARM: rk3576-prtpuk: remove unused vp0_out_dsi1 node
 2025-09-03  6:12 UTC 

page:  |  | latest

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