mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH] fixup! commands: ubsan: hide zero division in test
 2025-03-20 12:52 UTC  (2+ messages)

[PATCH v2] dma: add function to check a buffer for proper DMA alignment
 2025-03-20 12:51 UTC 

[PATCH] dma: add function to check a buffer for proper DMA alignment
 2025-03-20 12:37 UTC  (2+ messages)

[PATCH] ARM: omap: remove unused file
 2025-03-20 12:07 UTC 

[PATCH] linux/printk.h: fix typos
 2025-03-20 12:06 UTC  (2+ messages)

[PATCH master 0/8] treewide: misc fixes
 2025-03-20 11:46 UTC  (10+ messages)
` [PATCH master 1/8] firmware: disable MISSING_FIRMWARE_ERROR for COMPILE_TEST builds
` [PATCH master 2/8] include: asm-generic/pointer.h: fix ASM_PTR definition for i386
` [PATCH master 3/8] sandbox: do not enable SANDBOX_LINUX_I386 in allyesconfig
` [PATCH master 4/8] Documentation: devicetree: fix Sphinx warnings
` [PATCH master 5/8] ARM: mvebu: kwb_bbu: add missing header
` [PATCH master 6/8] net: phy: fix of_get_phy_mode for XLGMII and beyond
` [PATCH master 7/8] vsprintf: fix left indentation when formatting wide string arguments
` [PATCH master 8/8] test: self: printf: add tests for formatting wide strings

[PATCH master 1/2] Documentation: user: intro: update feedback section on ML
 2025-03-20 11:45 UTC  (3+ messages)
` [PATCH master 2/2] Revert "Documentation: remove info about bridging to matrix"

[PATCH 1/7] ARM: at91: xload: Unify loader functions to use a single xload_instance structure
 2025-03-20 11:45 UTC  (8+ messages)
` [PATCH 2/7] ARM: at91: xload: Replace magic values with definitions
` [PATCH 3/7] ARM: at91: xload: Remove len argument from at91_fat_start_image()
` [PATCH 4/7] ARM: at91: xload: Use the variable name as described in include/mach/at91/xload.h
` [PATCH 5/7] ARM: at91: xload: Remove intermediate variable
` [PATCH 6/7] ARM: at91: xload: Rename the sama5d2 output image names
` [PATCH 7/7] ARM: at91: xload: Add QSPI boot support for SAMA5D2

[PATCH] environment: support reading and writing of efivar
 2025-03-20  9:22 UTC  (4+ messages)
` [PATCH v2] "
` [PATCH v3] "

v2025.03.0
 2025-03-20  9:22 UTC 

[PATCH v2 1/2] scripts: define le32_to_cpup and friends for host/target tools
 2025-03-20  5:21 UTC  (2+ messages)
` [PATCH v2 2/2] booti: sanity check image magic before parsing header

[PATCH v2 1/3] complete: give device_param_complete a flags parameter
 2025-03-20  5:20 UTC  (3+ messages)
` [PATCH v2 2/3] env: add envvar_for_each helper for variable iteration
` [PATCH v2 3/3] commands: add varinfo command

[PATCH] driver: base: class: remove device from class on registration
 2025-03-20  5:20 UTC 

[PATCH 0/6] fs: implement tree and truncate
 2025-03-20  5:20 UTC  (7+ messages)
` [PATCH 1/6] fs: use filename_create/filename_lookup instead of open-coding
` [PATCH 2/6] fs: implement O_DIRECTORY
` [PATCH 3/6] fs: implement opendir in terms of fdopendir
` [PATCH 4/6] commands: implement tree command
` [PATCH 5/6] commands: add new truncate command
` [PATCH 6/6] Documentation: devel: add short section on file systems

[PATCH 0/2] arm64: rockchip: Two more additions to rockchip_v8_defconfig
 2025-03-19 17:32 UTC  (3+ messages)
` [PATCH 1/2] arm64: rockchip: Enable rockchip otp driver in defconfig
` [PATCH 2/2] arm64: rockchip: Enable generic fit image

[PATCH master 1/3] firmware: disable MISSING_FIRMWARE_ERROR for COMPILE_TEST builds
 2025-03-19 16:08 UTC  (3+ messages)
` [PATCH master 2/3] sandbox: do not enable SANDBOX_LINUX_I386 in allyesconfig
` [PATCH master 3/3] Documentation: devicetree: fix Sphinx warnings

[PATCH v2 00/10] Add RPMB support
 2025-03-19 15:53 UTC  (12+ messages)
` [PATCH v2 01/10] mci: implement mci_set_blockcount()
` [PATCH v2 02/10] mci: export some functions for RPMB support
` [PATCH v2 03/10] mci: detect RPMB partitions
` [PATCH v2 04/10] mci: add RPMB support
` [PATCH v2 05/10] tee: optee: probe successfully even when no devices are found
` [PATCH v2 06/10] tee: optee: implement shared mem alloc/free RPC commands
` [PATCH v2 07/10] tee: optee: implement RPMB support
` [PATCH v2 08/10] tee: optee: implement AVB named persistent values support
` [PATCH v2 09/10] commands: add avb_pvalue command
` [PATCH v2 10/10] ARM: omap: remove unused file

[PATCH 0/9] Add RPMB support
 2025-03-19 15:41 UTC  (9+ messages)
` [PATCH 4/9] mci: add "
` [PATCH 6/9] tee: optee: implement shared mem alloc/free RPC commands

[PATCH] serial: omap: make Linux console name configurable
 2025-03-19 12:34 UTC  (7+ messages)

[PATCH 0/7] filetype: Some size reduction patches
 2025-03-19 12:32 UTC  (13+ messages)
` [PATCH 1/7] filetype: add file_detect_compression_type()
` [PATCH 2/7] filetype: add file_detect_fs_type()
` [PATCH 3/7] filetype: add function pointer to file_name_detect_type_offset()
` [PATCH 4/7] filetype: let cdev_detect_type() only detect filesystems
` [PATCH 5/7] filetype: make file type strings optional
` [PATCH 6/7] ARM: am33xx: myirtech-myd: add MLO specific device tree
` [PATCH 7/7] ARM: am335x_mlo_defconfig: disable file type strings

[PATCH] ARM: am335x_mlo_defconfig: disable unnecessary options
 2025-03-19  9:19 UTC  (2+ messages)

[PATCH 0/6] mci: some cleanups
 2025-03-19  9:13 UTC  (10+ messages)
` [PATCH 1/6] mci: use struct cid
` [PATCH 2/6] mmc: merge block read/write functions
` [PATCH 3/6] mci: cleanup code around ready_for_use flag
` [PATCH 4/6] mci: mci_spi: remove stray return 0
` [PATCH 5/6] mci: mci_spi: fix warning message
` [PATCH 6/6] mci: mci_spi: use mci_of_parse()

[PATCH 1/5] ARM: at91: Add PBL_BREAK support
 2025-03-18 14:49 UTC  (8+ messages)
` [PATCH 2/5] ARM: at91: Merge sama5_boot_xload() asm code
` [PATCH 3/5] ARM: at91: Rename xload-mmc.c
` [PATCH 4/5] ARM: at91: sama5: Unify xx_start_image() calls
` [PATCH 5/5] ARM: at91: sama5d2: Add QSPI boot support
` (subset) [PATCH 1/5] ARM: at91: Add PBL_BREAK support

[PATCH 1/4] scripts/make_fit: factor dtb file name into configuration name
 2025-03-18 11:33 UTC  (12+ messages)
` [PATCH 2/4] amba: drop unused hepers for creating AMBA devices outside OF
` [PATCH 3/4] amba: support masking data abort during identification
` [PATCH 4/4] ARM: qemu: mask data aborts during AMBA identification

[PATCH master] partition: fix reference to wrong cdev in warning message
 2025-03-18 11:31 UTC  (5+ messages)

[PATCH] net: am65-cpsw-nuss: remove unused variables
 2025-03-18 10:21 UTC  (2+ messages)

[PATCH] watchdog: rti_wdt: return 0 even when not ready for ping
 2025-03-18 10:21 UTC  (2+ messages)

[PATCH 0/4] Add support for QNAP's ts-433 4bay NAS
 2025-03-17 16:38 UTC  (3+ messages)

[PATCH v2 1/2] MAKEALL: support direct options for KCONFIG_ADD
 2025-03-17 12:28 UTC  (3+ messages)
` [PATCH v2 2/2] MAKEALL: parse kconfig_add out of YAML files

[PATCH] net: am65-cpsw-nuss: fix out-of-bounds access
 2025-03-17 12:27 UTC  (2+ messages)

[PATCH 00/11] firmware: qemu_fw_cfg: implement file system
 2025-03-17 11:36 UTC  (7+ messages)
` [PATCH 05/11] fs: add qemu_fw_cfg "
` [PATCH 11/11] fs: qemu_fw_cfg: support populating environment via QEMU fw_cfg

[PATCH 1/2] MAKEALL: support direct options for KCONFIG_ADD
 2025-03-17 11:32 UTC  (3+ messages)

[PATCH 1/2] vsprintf: make basprintf an alias of xasprintf
 2025-03-17 10:54 UTC  (2+ messages)

[PATCH v2] commands: Add `ip` command for listing interfaces, addresses, and routes
 2025-03-17  9:07 UTC  (3+ messages)

[PATCH 1/2] firmware: export firmware directory
 2025-03-17  8:56 UTC  (3+ messages)
` [PATCH 2/2] ARM: k3r5: Honour CONFIG_EXTRA_FIRMWARE_DIR

[PATCH 1/2] sandbox: sdl: fix compilation on musl-libc
 2025-03-17  8:51 UTC  (3+ messages)
` [PATCH 2/2] sandbox: sdl: make window variable static

[PATCH] treewide: use fallthrough pseudo keyword in switches
 2025-03-17  8:51 UTC  (3+ messages)
` [PATCH] fixup! "
` (subset) [PATCH] "

[PATCH] regulator: fan53555: suppress warning about uninitialized variable
 2025-03-17  8:43 UTC  (2+ messages)

[PATCH] commands: hwclock: replace strncpy with strlcpy
 2025-03-17  8:42 UTC  (2+ messages)

[PATCH] commands: of_display_timings: prevent memory leak
 2025-03-17  8:38 UTC  (2+ messages)

[PATCH] mci: sunxi-mmc: do not log error message on EINVAL error
 2025-03-17  8:37 UTC  (2+ messages)

[PATCH 0/6] compile test fixes
 2025-03-17  8:33 UTC  (16+ messages)
` [PATCH 1/6] dma-devices: k3-udma: cleanup headers
` [PATCH 2/6] dma-devices: k3-udma: use snprintf instead of sprintf
` [PATCH 3/6] mfd: tps65219: add missing include
` [PATCH 4/6] pmdomain: ti-k3: "
` [PATCH 5/6] pmdomain: ti-k3: remove trailing whitespace
` [PATCH 6/6] regulator: tps65219: add missing include
` [PATCH v2 0/3] compile test cleanups
  ` [PATCH v2 1/3] dma-devices: k3-udma: remove duplicated include
  ` [PATCH v2 2/3] dma-devices: k3-udma: use snprintf instead of sprintf
  ` [PATCH v2 3/3] pmdomain: ti-k3: remove trailing whitespace

[PATCH] common: deep-probe: make __barebox_deep_probe_{start,end} of array type
 2025-03-17  8:32 UTC  (2+ messages)

[PATCH 1/2] eeprom: at25: replace strncpy with strlcpy
 2025-03-17  8:31 UTC  (3+ messages)
` [PATCH 2/2] eeprom: at25: add explicit fallthrough

[PATCH] ARM: k3-r5_defconfig: enable eMMC boot partitions
 2025-03-14 16:16 UTC  (2+ messages)

[PATCH] ARM: at91: Remove SAMA5D2 handling from sam9_smc driver
 2025-03-14 16:15 UTC  (2+ messages)

[PATCH 1/2] net: am65-cpsw-nuss: depends on DMA support
 2025-03-14 16:13 UTC  (2+ messages)

[PATCH v1 1/3] net: dsa: Add global forwarding mode support
 2025-03-14 16:13 UTC  (2+ messages)

[PATCH v2 0/2] Move pca9450 RESET_CTRL configuration to driver
 2025-03-14 16:12 UTC  (2+ messages)

[PATCH] malloc: return ZERO_SIZE_PTR for 0-byte allocations
 2025-03-14 16:11 UTC  (2+ messages)

[PATCH v2 1/6] arch: move promptless options to end of Kconfig file
 2025-03-14 16:08 UTC  (2+ messages)

[PATCH 00/22] add support for clang-analyzer with scan-build
 2025-03-14 16:04 UTC  (4+ messages)
` [PATCH 18/22] video: Rockchip: fix zero division in rk3588_calc_cru_cfg

[PATCH] fs: combine __d_alloc's allocations into one
 2025-03-14 15:54 UTC  (2+ messages)

[PATCH] bootm: let BOOTM_OPTIONAL_SIGNED_IMAGES depend on BOOTM
 2025-03-14 15:53 UTC  (2+ messages)

[PATCH master] FIT: early exit if digest fails
 2025-03-13 11:54 UTC  (2+ messages)

[PATCH 1/2] kbuild: export whether we are cross compiling
 2025-03-13 11:41 UTC  (2+ messages)

[PATCH v1] commands: Add `ip` command for listing interfaces, addresses, and routes
 2025-03-13 11:38 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