mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 1/4] Documentation: migration-guides: don't warn about migration-master
 2025-12-01 11:09 UTC  (5+ messages)
` [PATCH 2/4] Documentation: factor out build rules into stand-alone Makefile
` [PATCH 3/4] ci: add workflow to check documentation build is warning free
` [PATCH 4/4] ARM: Rockchip: document changing console baud rate

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

[PATCH] ARM: mmu: set up vectors prior to full MMU setup
 2025-12-01 11:04 UTC  (2+ messages)

[PATCH v2 0/3] scripts: imx: imx-usb-loader: fix mingw compilation
 2025-12-01 11:03 UTC  (8+ messages)
` [PATCH v2 1/3] scripts: imx: Makefile.mingw64: add _GNU_SOURCE
` [PATCH v2 2/3] scripts: imx: add pread implementation for mingw target
` [PATCH v2 3/3] gitignore: ignore *.exe

[PATCH v3 1/6] ARM: zynqmp: dts: mark power domain as dummy
 2025-12-01 10:49 UTC  (7+ messages)
` [PATCH v3 2/6] ARM: rpi: make power domain optional
` [PATCH v3 3/6] pmdomain: add Rockchip power domain support
` [PATCH v3 4/6] of: add proper driver for simple-pm-bus
` [PATCH v3 5/6] pmdomain: warn if deep probe enabled and driver missing
` [PATCH v3 6/6] pmdomain: genpd_activate() automatically for deep probe platforms

[PATCH 1/3] video: dw_mipi_dsi: drop unused and misleading dw_mipi_dsi_crtc_node()
 2025-12-01 10:44 UTC  (4+ messages)
` [PATCH 2/3] video: Rockchip: add MIPI-DSI support
` [PATCH 3/3] video: dw_mipi_dsi: activate pattern generator during enable as a hack

[PATCH 0/3] ARM: stm32mp: Add Avenger96 board support
 2025-12-01 10:38 UTC  (8+ 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 1/4] printf: define printk/no_printk in terms of prints
 2025-12-01 10:22 UTC  (5+ messages)
` [PATCH 2/4] bug: add support for CONFIG_DEBUG_BUGVERBOSE
` [PATCH 3/4] include: move sprintf prototypes to new linux/sprintf.h
` [PATCH 4/4] console: move non-stdio elements to console.h

[PATCH] crypto: keytoc: fix env parsing after keyring support
 2025-12-01 10:14 UTC  (3+ messages)

[PATCH] test: exit directly when invoking QEMU states on non-QEMU targets
 2025-12-01 10:13 UTC  (2+ messages)

[PATCH] mci: am654-sdhci: correctly configure SLOTTYPE_EMBEDDED
 2025-12-01 10:13 UTC  (2+ messages)

[PATCH] fixup! ARM i.MX6SL: Add Kindle generation 6/7 support
 2025-12-01 10:11 UTC  (2+ messages)

[PATCH 0/4] Kbuild: replace legacy <config.h> mechanism
 2025-12-01 10:11 UTC  (7+ 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 1/3] kbuild: drop non-existent targets from CLEAN_FILES
 2025-12-01  9:56 UTC  (4+ messages)
` [PATCH 2/3] sandbox: fix race with .old_version removal
` [PATCH 3/3] ARM: lib64: rename pbl.o to delay.o

[PATCH] sandbox: setjmp: avoid conflict with noinline macro
 2025-12-01  9:56 UTC  (2+ messages)

[PATCH 1/2] usb: align with Linux usb_get_dr_mode API
 2025-12-01  9:56 UTC  (3+ messages)
` [PATCH 2/2] usb: add support for barebox,dr_mode

[PATCH] ARM: sunxi: drop unneeded Makefile
 2025-12-01  9:54 UTC  (2+ messages)

[PATCH 1/3] test: populate qemu_bin, even if missing features
 2025-12-01  9:53 UTC  (6+ messages)
` [PATCH 2/3] test: arm: qemu-sabrelite: drop -nographic
` [PATCH 3/3] test: arm: qemu-raspi1ap the default multi_v5_v6_defconfig.yaml

[PATCH] environment: add new global.env.noload parameter
 2025-12-01  9:46 UTC  (4+ messages)

[PATCH 1/2] memory: drop superfluous struct memory_bank::start/size parameters
 2025-12-01  9:10 UTC  (3+ messages)
` [PATCH 2/2] memory: keep memory_banks sorted

[PATCH 1/3] efi: payload: image: set LoaderTimeExecUSec for kernel images
 2025-12-01  9:04 UTC  (4+ messages)
` [PATCH 2/3] efi: payload: fold setup_header.h into handover.c
` [PATCH 3/3] efi: add option to generate vfat file for barebox.efi

[PATCH] fixup! video: fsl-ldb: add ported driver from linux kernel
 2025-12-01  8:54 UTC  (2+ messages)

[PATCH] common: setting the root= command line parameter
 2025-12-01  7:21 UTC  (41+ 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 v4 0/4] make the root= command line parameter variable
          ` [PATCH v4 1/4] block.h: renamed get_rootargs to get_root
          ` [PATCH v4 3/4] bootm: use new api to get kernel command line params
          ` [PATCH v4 4/4] bootm: introduce bootm.root_arg variable
          ` [PATCH v5 0/4] make the root= command line parameter variable
            ` [PATCH v5 1/4] block.h: renamed get_rootargs to get_root
            ` [PATCH v5 2/4] fs: split rootargs into root and options
            ` [PATCH v5 3/4] bootm: use new api to get kernel command line params
            ` [PATCH v5 4/4] bootm: introduce bootm.root_param variable

[PATCH 0/3] scripts: imx: imx-usb-loader: fix mingw compilation
 2025-11-28 15:11 UTC  (7+ messages)
` [PATCH 1/3] scripts: common: fix pread_full() for windows
` [PATCH 2/3] scripts: imx: Makefile.mingw64: add _GNU_SOURCE
` [PATCH 3/3] gitignore: ignore *.exe

[PATCH] partitions: gpt: refresh partition tables when necessary
 2025-11-28 11:19 UTC 

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

[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  (8+ messages)

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

page: 

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