mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 0/5] environment: upstream-NVMEM-compliant OF binding
 2024-11-26 15:33 UTC  (6+ messages)
` [PATCH 1/5] of: partition: don't parse nvmem-cells in legacy "
` [PATCH 2/5] nvmem: probe nvmem-cells container via driver model
` [PATCH 3/5] environment: register barebox env OF driver regardless of /chosen
` [PATCH 4/5] environment: add support for a single node barebox,environment binding
` [PATCH 5/5] sandbox: switch to new barebox environment binding

[PATCH 0/4] net: ethernet address helpers for board code
 2024-11-26 15:17 UTC  (5+ messages)
` [PATCH 1/4] net: add ethaddr sequence handling
` [PATCH 2/4] net: factor out eth_of_get_fixup_node
` [PATCH 3/4] net: export list of registered ethernet addresses
` [PATCH 4/4] net: implement ethaddr_string_cmp()

[PATCH] scripts: implement read_fd and pread_full for tools
 2024-11-26 15:14 UTC 

[PATCH] common: misc: use isalnum macro instead of open-coding
 2024-11-26 15:13 UTC 

[PATCH] startup: don't fallback to shell from menu
 2024-11-25 15:39 UTC 

[PATCH 0/9] sandbox: use native setjmp/longjmp/initjmp implementation by default
 2024-11-25 15:35 UTC  (10+ messages)
` [PATCH 1/9] sandbox: asm: support inclusion from sandbox os support code
` [PATCH 2/9] test: self: setjmp: add simple initial testcase
` [PATCH 3/9] sandbox: source/invoke um Makefiles provided by host architecture
` [PATCH 4/9] sandbox: setjmp: mark C version as __weak
` [PATCH 5/9] sandbox: use native setjmp/longjmp/initjmp implementation by default
` [PATCH 6/9] sandbox: retire HAVE_ARCH_ASAN
` [PATCH 7/9] bthread: move asan fiber API into header
` [PATCH 8/9] test: self: setjmp: make compatible with ASAN
` [PATCH 9/9] bthread: fix use of ASAN fiber stack switch API

[PATCH] dma: define compile-time ARCH_DMA_MINALIGN constant for all archs
 2024-11-25 15:30 UTC 

[PATCH 0/7] add proper strdup_const support
 2024-11-25 15:29 UTC  (8+ messages)
` [PATCH 1/7] sandbox: hostfile: strdup device tree node names
` [PATCH 2/7] lds: implement is_barebox_rodata
` [PATCH 3/7] string: implement proper strdup_const/free_const
` [PATCH 4/7] treewide: replace basename with kbasename
` [PATCH 5/7] treewide: use strdup_const where appropriate
` [PATCH 6/7] fs: efi: replace allocation with local buffer
` [PATCH 7/7] cdev: fix string leaks in devfs links

[PATCH 1/3] partitions: dos: fix memory leaks
 2024-11-25 15:27 UTC  (3+ messages)
` [PATCH 2/3] partitions: efi: remove guid device parameter on free
` [PATCH 3/3] partitions: efi: remove unnecessary NULLing of local variable

[PATCH 0/5] malloc: add options to zero-initialize buffers
 2024-11-25 15:20 UTC  (6+ messages)
` [PATCH 1/5] dlmalloc: add aliases with dl as prefix
` [PATCH 2/5] hardening: support zeroing all malloc buffers by default
` [PATCH 3/5] hardening: support initializing stack variables "
` [PATCH 4/5] kbuild: support register zeroing on function exit
` [PATCH 5/5] tlsf: panic in asserts if CONFIG_BUG_ON_DATA_CORRUPTION=y

[PATCH v2 1/2] sandbox: barebox cmdline
 2024-11-25 15:15 UTC  (2+ messages)
` [PATCH v2 2/2] sandbox: add cpuinfo command

[PATCH v2 1/4] commands: reginfo: make command mpc5xxx-specific
 2024-11-25 15:13 UTC  (4+ messages)
` [PATCH v2 2/4] include: common.h: move out get_ram_size
` [PATCH v2 3/4] include: align: reword STACK_ALIGN_ARRAY macro parameter for clarity
` [PATCH v2 4/4] ARM: bcm283x: remove common.h include in mbox.h

[PATCH 1/2] MAKEALL: allow users to increase verbosity and sidestep logging
 2024-11-25 15:12 UTC  (2+ messages)
` [PATCH 2/2] ci: don't run make in silent mode

[PATCH v2 00/16] Remove dependency on ld --gc-section in PBL
 2024-11-25 15:12 UTC  (17+ messages)
` [PATCH v2 01/16] scripts: include: add definitions for printk and BUG()
` [PATCH v2 02/16] xfuncs: include <malloc.h> for free definition
` [PATCH v2 03/16] pbl: define IN_PBL & IN_PROPER macros globally
` [PATCH v2 04/16] treewide: replace inverted check for PBL with new IN_PROPER macro
` [PATCH v2 05/16] lib: random: add stubs for PBL
` [PATCH v2 06/16] bootsource: stub out when in PBL
` [PATCH v2 07/16] crypto: provide crypto_memneq for PBL
` [PATCH v2 08/16] cdev: stub out cdev_read/write "
` [PATCH v2 09/16] libfile: stub out file descriptor API "
` [PATCH v2 10/16] environment: stub out environment "
` [PATCH v2 11/16] of: stub out live tree API when using PBL
` [PATCH v2 12/16] errno: stub out perror/strerror API when built for PBL
` [PATCH v2 13/16] xfuncs: stub out "
` [PATCH v2 14/16] stdio: stub out basprintf and friends "
` [PATCH v2 15/16] memory: stub out request_barebox_region "
` [PATCH v2 16/16] malloc: add PBL stubs

[PATCH 0/4] add first LLVM/clang support
 2024-11-25 15:09 UTC  (5+ messages)
` [PATCH 1/4] sandbox: use host system's UBSan library
` [PATCH 2/4] common: implement CC_IS_GCC and CC_IS_CLANG symbols
` [PATCH 3/4] fixdep: sync with Linux
` [PATCH 4/4] Makefile: add LLVM/clang support

[PATCH] kbuild: don't allow GCC data store races
 2024-11-25 15:08 UTC 

[PATCH] bootchooser: export bootchooser_entry_boot function
 2024-11-25 10:28 UTC  (2+ messages)

[PATCH 0/3] davinci_mdio: clk fixes
 2024-11-25 10:26 UTC  (5+ messages)
` [PATCH 1/3] net: davinci_mdio: drop phy_mask detection
` [PATCH 2/3] net: davinci_mdio: initialize priv->dev
` [PATCH 3/3] net: davinci_mdio: initialize divider from clk

[PATCH v4] of: fdt: fix possible overflow during parsing of fdt
 2024-11-25 10:23 UTC  (5+ messages)

[PATCH 01/12] spi: cosmetic style fixes
 2024-11-25 10:20 UTC  (17+ messages)
` [PATCH 02/12] spi: fix spi_message init during __spi_validate
` [PATCH 03/12] spi: add spi_{set,get}_ctldata accessors
` [PATCH 04/12] gpiolib: add support for gpiod_get_index and gpiod_get_index_optional
` [PATCH 05/12] gpiolib: add support for gpiod_set_consumer_name
` [PATCH 06/12] spi: add support to handle cs-gpios
` [PATCH 07/12] spi: add support to setup spi-cs-{setup,hold,inactive}-delay-ns
` [PATCH 08/12] spi: allow reporting the effectivly used speed_hz for a transfer
` [PATCH 09/12] spi: import spi_controller::flags
` [PATCH 10/12] spi: add support for spi_controller::set_cs_timing
` [PATCH 11/12] spi: Provide common spi_message processing loop
` [PATCH 12/12] spi: add support for BCM2835 SPI controller

[PATCH master] remoteproc: use I/O memory variants of memcpy/memset
 2024-11-25  9:38 UTC  (5+ messages)

[PATCH] ARM: dts: i.MX8MP: imx8mp-skov: skip sd/sdio detection on the eMMC
 2024-11-25  9:02 UTC  (5+ messages)

[PATCH master] dlmalloc: Fix integer overflow in request2size()
 2024-11-25  8:46 UTC  (2+ messages)

[PATCH] ARM: dts: i.MX8MP: remove now unneeded DSP reserved mem override
 2024-11-25  8:45 UTC  (2+ messages)

[PATCH v2 1/3] reset_source: have reset_source_set_device actually set device
 2024-11-25  8:43 UTC  (4+ messages)
` [PATCH v2 2/3] mfd: rn5t568: refactor to call reset_source_set_device only once
` [PATCH v2 3/3] reset_source: give reset_source_set_device a priority parameter

[PATCH 1/2] remoteproc: elf_loader: skip segment with memsz as zero
 2024-11-25  8:42 UTC  (3+ messages)
` [PATCH 2/2] remoteproc: imx: add support for loading ELF data sections into DRAM

[PATCH] ARM: dts: skov-imx6: switch barebox' environment from MBR to GPT
 2024-11-25  8:25 UTC  (2+ messages)

[PATCH] mfd: pca9450: add support for PCA9450B variant
 2024-11-25  8:25 UTC  (2+ messages)

[PATCH] of: fixup reset source device path into DT if known
 2024-11-25  8:25 UTC  (2+ messages)

[PATCH v2] of: fdt: fix overflow caused by fdt_prop extending beyond fdt
 2024-11-25  8:24 UTC  (2+ messages)

[PATCH 1/3] reset_source: have reset_source_set_device actually set device
 2024-11-25  8:20 UTC  (4+ messages)
` [PATCH 2/3] mfd: rn5t568: refactor to call reset_source_set_device only once
` [PATCH 3/3] reset_source: give reset_source_set_device a priority parameter

[PATCH master] usb: typec: fix freeing uninitialized memory
 2024-11-25  8:14 UTC  (4+ messages)

[PATCH master v2 1/2] sandbox: noshell_defconfig: set CONFIG_CONSOLE_DISABLE_INPUT=y
 2024-11-25  8:14 UTC  (3+ messages)
` [PATCH master v2 2/2] startup: do not bring up networking if console input disabled

[PATCH master 1/2] sandbox: noshell_defconfig: set CONFIG_CONSOLE_DISABLE_INPUT=y
 2024-11-22 16:05 UTC  (2+ messages)
` [PATCH master 2/2] startup: do not bring up networking if console input disabled

[PATCH] of: fdt: fix overflow caused by fdt_prop extending beyond fdt
 2024-11-19 19:57 UTC  (3+ messages)

firmwareload fails for cortex-m7 on imx8mp
 2024-11-19 11:29 UTC  (8+ messages)

[PATCH v2 1/4] of: add helpers to get alias from device node path + property name
 2024-11-15 12:38 UTC  (5+ messages)
` [PATCH v2 2/4] environment: implement of_env_get_alias_by_path helper
` [PATCH v2 3/4] bootsource: have bootsource_get_alias_name return const char *
` [PATCH v2 4/4] ARM: i.MX8MP: tqma8mpxl: fix bbu registration for other boards using SoM

[PATCH 1/4] of: add helpers to get alias from device node path + property name
 2024-11-15 12:08 UTC  (5+ messages)
` [PATCH 2/4] environment: implement of_env_get_alias_by_path helper
` [PATCH 3/4] bootsource: have bootsource_get_alias_name return const char *
` [PATCH 4/4] ARM: i.MX8MP: tqma8mpxl: fix bbu registration for other boards using SoM

[PATCH v2] of: fdt: fix possible overflow during parsing of fdt
 2024-11-13 17:46 UTC  (6+ messages)

[PATCH] ARM: k3: add bootsource detection
 2024-11-13 11:33 UTC  (2+ messages)

[PATCH] ARM: k3: implement environment handling
 2024-11-13 11:33 UTC  (2+ messages)

[PATCH 0/3] watchdog: Add TI rti_wdg support
 2024-11-13 11:33 UTC  (5+ messages)
` [PATCH 1/3] watchdog: cleanup timeout_cur parameter
` [PATCH 2/3] watchdog: add watchdog ping support
` [PATCH 3/3] watchdog: add rti_wdt support

[PATCH 0/6] Initial support for Allwinner A64 SoC
 2024-11-13  8:47 UTC  (9+ messages)
` [PATCH 2/6] clk: divider: add error code propagation
` [PATCH 3/6] clk: Add clock driver for sun50i-a64

[PATCH 2/2] of: fdt: fix possible overflow during parsing of fdt
 2024-11-12 19:03 UTC  (2+ messages)

[PATCH] drivers: of: fix possible overflow
 2024-11-12 14:03 UTC  (2+ messages)

NVME o nLS1046A-RDB
 2024-11-12 11:48 UTC  (6+ messages)

[PATCH] ARM: dts: i.MX8MP: disable NPU node if hardware is missing
 2024-11-12  9:18 UTC  (2+ messages)

[PATCH 0/7] ARM: K3: add AM625 ethernet support
 2024-11-12  8:46 UTC  (8+ messages)
` [PATCH 1/7] net: davinci_mdio: separate driver
` [PATCH 2/7] firmware: ti_sci: update from U-Boot
` [PATCH 3/7] ARM: K3: add navss-ringacc driver
` [PATCH 4/7] dma: add dma-devices support
` [PATCH 5/7] dma-devices: add k3-udma support
` [PATCH 7/7] net: add am65-cpsw-nuss driver

[PATCH 0/4] some fs/tftp updates
 2024-11-08 13:26 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