mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 0/4] Kbuild: replace legacy <config.h> mechanism
 2025-11-28 10:58 UTC  (5+ messages)
` [PATCH 1/4] openrisc: drop <config.h> usage
` [PATCH 2/4] ARM: "
` [PATCH 3/4] ppc: "
` [PATCH 4/4] treewide: drop last remnants of <config.h>

[PATCH] ARM: sunxi: drop unneeded Makefile
 2025-11-28 10:52 UTC 

[PATCH] test: exit directly when invoking QEMU states on non-QEMU targets
 2025-11-28 10:50 UTC 

[PATCH] sandbox: setjmp: avoid conflict with noinline macro
 2025-11-28 10:42 UTC 

[PATCH 1/3] kbuild: drop non-existent targets from CLEAN_FILES
 2025-11-28 10:41 UTC  (3+ messages)
` [PATCH 2/3] sandbox: fix race with .old_version removal
` [PATCH 3/3] ARM: lib64: rename pbl.o to delay.o

[PATCH] mci: am654-sdhci: correctly configure SLOTTYPE_EMBEDDED
 2025-11-28 10:40 UTC 

PCIE on LS1021A
 2025-11-28 10:14 UTC  (5+ messages)

[PATCH] common: setting the root= command line parameter
 2025-11-28 10:07 UTC  (31+ messages)
  ` [PATCH 0/4] make the root= command line parameter variable
    ` [PATCH 1/4] block.h: renamed get_rootargs to get_root
    ` [PATCH 2/4] fs: split rootargs into root and options
    ` [PATCH 3/4] bootm: use new api to get kernel command line params
    ` [PATCH 4/4] bootm: introduce bootm.root_arg variable
    ` [PATCH v2 0/4] make the root= command line parameter variable
      ` [PATCH v2 1/4] block.h: renamed get_rootargs to get_root
      ` [PATCH v2 2/4] fs: split rootargs into root and options
      ` [PATCH v2 3/4] bootm: use new api to get kernel command line params
      ` [PATCH v2 4/4] bootm: introduce bootm.root_arg variable
      ` [PATCH v3 0/4] make the root= command line parameter variable
        ` [PATCH v3 1/4] block.h: renamed get_rootargs to get_root
        ` [PATCH v3 2/4] fs: split rootargs into root and options
        ` [PATCH v3 3/4] bootm: use new api to get kernel command line params
        ` [PATCH v3 4/4] bootm: introduce bootm.root_arg variable

[PATCH 0/3] ARM: stm32mp: Add Avenger96 board support
 2025-11-28  9:40 UTC  (7+ messages)
` [PATCH 1/3] common: bbu: refactor flash operations into separate function
` [PATCH 2/3] ARM: stm32mp: bbu: add NOR flash FIP update handler
` [PATCH 3/3] ARM: stm32mp: add support for STM32MP157A Avenger96 board

[PATCH] crypto: keytoc: fix env parsing after keyring support
 2025-11-28  8:22 UTC 

[PATCH] nvmem: k3: add fuse support
 2025-11-28  7:11 UTC  (4+ messages)

[PATCH v2] nvmem: k3: add fuse support
 2025-11-28  7:11 UTC  (2+ messages)

[PATCH] test: tlv: fix memory leak
 2025-11-28  7:11 UTC  (2+ messages)

[PATCH] test: ramfs: close opened directory
 2025-11-28  7:11 UTC  (2+ messages)

[PATCH] commands: oftree: fix memory leak
 2025-11-28  7:11 UTC  (2+ messages)

[PATCH] bootargs: fix memory leak
 2025-11-28  7:11 UTC  (2+ messages)

[PATCH] fs: free inode->i_link
 2025-11-28  7:11 UTC  (2+ messages)

[PATCH 1/3] driver: call devinfo_del() during free_device_res()
 2025-11-28  7:11 UTC  (4+ messages)
` [PATCH 2/3] driver: call free_device_res() from unregister_device()
` [PATCH 3/3] dm: fix memory leak

[PATCH] ARM: i.MX8M: Fix the RAM size calculation for DDR3
 2025-11-28  7:11 UTC  (2+ messages)

[PATCH] arm: dts: imx93: Add LCDIF & LDB nodes
 2025-11-28  7:11 UTC  (2+ messages)

[PATCH] environment: prefer non-removable over removable devices for autoprobe
 2025-11-28  7:08 UTC  (2+ messages)

[PATCH 1/2] net: arp: collect context into new struct pending_arp
 2025-11-27 12:38 UTC  (2+ messages)
` [PATCH 2/2] net: reset pending ARP state when request is done

[PATCH] pci: pci-tegra: fix null pointer assignation
 2025-11-27 11:54 UTC  (5+ messages)

[PATCH] ehci-zynq: variscite: tee: fix many typos struct device
 2025-11-27 11:43 UTC  (5+ messages)

[PATCH 00/10] fs: Use device special nodes for devfs
 2025-11-27  9:19 UTC  (11+ messages)
` [PATCH 01/10] fs: implement mknod
` [PATCH 02/10] commands: add mknod command
` [PATCH 03/10] fs: ramfs: add device file support
` [PATCH 04/10] cdev: add cdev_size() helper
` [PATCH 05/10] fs: fix st_size for device files
` [PATCH 06/10] fs: retire devfs as filesystem
` [PATCH 07/10] fs: include cdevname in struct stat
` [PATCH 08/10] fs: stat_print: get cdevname from stat
` [PATCH 09/10] fs: replace cdev links with aliases
` [PATCH 10/10] ls: use ~0 for FILE_SIZE_STREAM

[PATCH master] boards: qemu-virt: drop fitimage-pubkey.dts
 2025-11-27  8:28 UTC  (2+ messages)

[PATCH] dm: fix memory leak
 2025-11-27  7:56 UTC  (2+ messages)

[PATCH] docs: security-policies: fix code block rendering by removing extra colon
 2025-11-26 14:09 UTC  (2+ messages)

[PATCH] docs: security-policies: fix typo
 2025-11-26 14:09 UTC  (2+ messages)

[PATCH v2 1/4] fs: qemu_fw_cfg: make use of the automount
 2025-11-26 14:09 UTC  (5+ messages)
` [PATCH v2 2/4] fs: qemu_fw_cfg: handle non-existent opt/org.barebox.env key gracefully
` [PATCH v2 3/4] defaultenv: don't abort defaultenv_load silently on error
` [PATCH v2 4/4] defaultenv: add base and external defaultenv in pure_initcall

Kontaktieren Sie mich dringend
 2025-11-26 12:07 UTC 

[PATCH v2] tlv: Add tlv_bind_soc_uid mapping
 2025-11-26 11:16 UTC  (10+ messages)

[PATCH] public-keys: fix warning message
 2025-11-25 10:45 UTC  (2+ messages)

[PATCH 1/3] defaultenv: skip non-existent dirs in defaultenv_append_runtime_directory
 2025-11-24 17:59 UTC  (3+ messages)
` [PATCH 2/3] defaultenv: don't abort defaultenv_load silently on error
` [PATCH 3/3] defaultenv: add base and external defaultenv in pure_initcall

[PATCH] nvmem: am62l: add fuse support
 2025-11-21 14:46 UTC 

[PATCH 0/2] imx93-pmdomain: add imx93-src, imx93-pd and media-blk-ctrl drivers from linux
 2025-11-20  8:00 UTC  (4+ messages)
` [PATCH 1/2] soc: imx: imx93: add ported source driver for pmdomain "
` [PATCH 2/2] pmdomain: imx: imx93-blk-ctrl: add ported driver "

[PATCH 0/6] fs: implement tree and truncate
 2025-11-20  7:36 UTC  (3+ messages)
` [PATCH 5/6] commands: add new truncate command

[PATCH] commands: truncate: fix multiple file handling with relative sizes
 2025-11-20  7:32 UTC  (2+ messages)

[PATCH] commands: truncate: improve help text clarity
 2025-11-20  7:24 UTC  (2+ messages)

[PATCH] nvmem: Fix typo in Kconfig
 2025-11-19 17:35 UTC  (2+ messages)

[PATCH] simple-panel: parse for bus-format of the panel
 2025-11-19 17:34 UTC  (2+ messages)

[PATCH] net: designware-imx: don't set txclk when mode is (r)mii
 2025-11-18  8:54 UTC  (2+ messages)

[PATCH] ARM: i.MX93: cpu_init: enable media+mlmix
 2025-11-18  7:58 UTC  (2+ messages)

[PATCH 0/3] simplefb-fixup: fixes for 64bit systems
 2025-11-18  7:30 UTC  (5+ messages)
` [PATCH 1/3] include: linux: ioport.h: port resource_set_range from linux
` [PATCH 2/3] simplefb-fixup: depend res fields on root size-cells and addr-cells
` [PATCH 3/3] simplefb-fixup: add reserved memory-region entry for the simple-framebuffer

[PATCH v3 0/1] Add Kindle generation 6/7 support
 2025-11-18  7:21 UTC  (3+ messages)
` [PATCH v3 1/1] ARM i.MX6SL: "

[PATCH v2 0/1] Add Kindle generation 6/7 support
 2025-11-17 19:23 UTC  (4+ messages)
` [PATCH v2 1/1] ARM i.MX6SL: "

[PATCH] mvebuimg: replace errant sizeof(4)
 2025-11-17 11:49 UTC  (2+ messages)

[PATCH] k3: add keywriter lite support
 2025-11-17 11:46 UTC  (2+ messages)

[PATCH] bootm: fix boot override inheritance
 2025-11-17 11:45 UTC  (2+ messages)

[PATCH 1/3] bootm: allow custom struct image_handler::check_image callbacks
 2025-11-17 11:44 UTC  (2+ messages)

[PATCH v2 0/9] Unify SoC UID and machine hashable data
 2025-11-17 11:28 UTC  (14+ messages)
` [PATCH v2 1/9] introduce SoC UID
` [PATCH v2 2/9] soc: imx8mp: Soc ID is 128bit
` [PATCH v2 3/9] ARM: i.MX6: print leading zero for SoC ID
` [PATCH v2 4/9] nvmem: bsec: call barebox_set_soc_uid()
` [PATCH v2 5/9] nvmem: imx-ocotp-ele: "
` [PATCH v2 6/9] nvmem: ocotp: Fix SoC ID reading for i.MX8MP
` [PATCH v2 7/9] nvmem: imx-ocotp: call barebox_set_soc_uid()
` [PATCH v2 8/9] soc: imx8m: register SoC UID
` [PATCH v2 9/9] Documentation: migration: add i.MX8MP SoC UID change note

[PATCH 00/23] Improve OP-TEE handling
 2025-11-17  9:15 UTC  (3+ messages)
` [PATCH 20/23] ARM: i.MX8M: Add support to extract OP-TEE provided informations

[PATCH 0/2] ARM: socfpga: arria10: earlier debug output
 2025-11-17  8:37 UTC  (4+ messages)
` [PATCH 1/2] ARM: socfpga: arria10-reset-manager: release UART0
` [PATCH 2/2] ARM: socfpga: arria10-init: setup uart earlier

[PATCH master] device: use free_const to free device/bobject name
 2025-11-17  8:36 UTC  (2+ messages)

[PATCH 0/9] Unify SoC UID and machine hashable data
 2025-11-14 20:08 UTC  (4+ messages)
` [PATCH 2/9] soc: imx8mp: Soc ID is 128bit

[PATCH] blspec: derive root prefix from blspec config path instead of mountpoint
 2025-11-14 16:49 UTC  (4+ messages)

[PATCH] tlv: Add tlv_bind_serial mapping
 2025-11-14 13:50 UTC  (4+ messages)

[PATCH] Documentation: defaultenv-2: Document C-based init script
 2025-11-14 13:16 UTC  (2+ messages)

[PATCH] video: fsl-ldb: add ported driver from linux kernel
 2025-11-14 13:14 UTC  (2+ messages)

[PATCH] video: lcdif_drv: add ported driver from linux
 2025-11-14 13:14 UTC  (2+ messages)

[PATCH] ARM: i.MX8MP: skov: update variant-3 Rev.C
 2025-11-14 13:04 UTC  (2+ messages)

[PATCH] drivers: don't propagate of_alias_get_id's -ENODEV out of probe
 2025-11-14 13:03 UTC  (2+ messages)

[PATCH] poller: activate POLLER_WARN_OVERTIME only on third strike
 2025-11-14 13:00 UTC  (2+ messages)

[PATCH v2] clk: rockchip rk3588: configure CPLL in driver
 2025-11-14 12:59 UTC  (2+ messages)

[PATCH master] ARM: i.MX93: reinstate aliases
 2025-11-14 12:59 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