Reset on Beaglebone Black has become unreliable/broken
2024-12-04 16:29 UTC (19+ messages)
[PATCH] partitions: efi: Check GPT header size against minimum limit
2024-12-04 15:26 UTC
[PATCH master] sandbox: sdl: fix use of variable before it was defined
2024-12-04 14:02 UTC
[PATCH] ARM: at91: Compile aic.c for SAMA5D2 only
2024-12-04 9:23 UTC (2+ messages)
[PATCH master] ARM: omap: fix NS16550 UART setup in omap_debug_ll_init
2024-12-04 8:56 UTC (2+ messages)
[PATCH] Documentation: imd: update information on barebox_update
2024-12-04 6:23 UTC
[PATCH] ARM: cpu: dtb: Drop unnecessary check
2024-12-04 5:13 UTC
[PATCH v1] net: designware: eqos: stm32: add stm32mp13 support
2024-12-03 14:01 UTC
[PATCH 1/2] kbuild: split off compiler helpers into separate Makefile.compiler
2024-12-03 10:59 UTC (3+ messages)
` [PATCH 2/2] kbuild: sync scripts/Kbuild.include with Linux
[PATCH v2] ARM: rockchip: Add support for Pine64 PineTab 2
2024-12-03 10:48 UTC (2+ messages)
[PATCH 1/5] kbuild: images: don't compare filesizes if file didn't change
2024-12-03 8:24 UTC (6+ messages)
` [PATCH 2/5] kbuild: images: don't check for missing FW "
` [PATCH 3/5] kbuild: images: fix missing FORCE prerequisite
` [PATCH 4/5] kbuild: don't prelink if input file didn't change
` [PATCH 5/5] kbuild: images: don't compute size "
[PATCH] pci: pcie-designware: Do not consider missing PCI device as an error
2024-12-03 8:17 UTC
[PATCH] ARM: rockchip: Add support for Pine64 PineTab 2
2024-12-02 17:27 UTC (2+ messages)
[PATCH master] checkpatch: fix detection of barebox root directory
2024-12-02 13:50 UTC (2+ messages)
[PATCH v3 1/4] of: add helpers to get alias from device node path + property name
2024-12-02 12:39 UTC (5+ messages)
` [PATCH v3 2/4] environment: implement of_env_get_device_alias_by_path helper
` [PATCH v3 3/4] bootsource: have bootsource_get_alias_name return const char *
` [PATCH v3 4/4] ARM: i.MX8MP: tqma8mpxl: fix bbu registration for other boards using SoM
[PATCH 1/2] fixup! stdio: stub out basprintf and friends when built for PBL
2024-12-02 12:37 UTC (3+ messages)
` [PATCH 2/2] "
[PATCH v2 0/5] malloc: add options to zero-initialize buffers
2024-12-02 11:09 UTC (7+ messages)
` [PATCH v2 1/5] dlmalloc: add aliases with dl as prefix
` [PATCH v2 2/5] hardening: support zeroing all malloc buffers by default
` [PATCH v2 3/5] hardening: support initializing stack variables "
` [PATCH v2 4/5] hardening: support register zeroing on function exit
` [PATCH v2 5/5] tlsf: panic in asserts if CONFIG_BUG_ON_DATA_CORRUPTION=y
[PATCH] sandbox: use barebox' own sbrk
2024-12-02 11:07 UTC (2+ messages)
[PATCH master] ARM: omap: add two smaller MLO defconfigs for AM335x
2024-12-02 11:06 UTC (5+ messages)
[PATCH master v2 1/2] crc: crc-itu-t: generate lookup table on first use
2024-12-02 11:06 UTC (3+ messages)
` [PATCH master v2 2/2] ARM: omap: add two smaller MLO defconfigs for AM335x
[PATCH v2 1/4] of: add helpers to get alias from device node path + property name
2024-12-02 9:49 UTC (4+ messages)
` [PATCH v2 2/4] environment: implement of_env_get_alias_by_path helper
[PATCH 0/4] add first LLVM/clang support
2024-12-02 7:39 UTC (6+ 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] startup: don't fallback to shell from menu
2024-11-29 12:03 UTC (2+ messages)
[PATCH] scripts: implement read_fd and pread_full for tools
2024-11-29 12:02 UTC (2+ messages)
[PATCH 0/7] add proper strdup_const support
2024-11-29 11:59 UTC (9+ 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 v2 00/16] Remove dependency on ld --gc-section in PBL
2024-11-29 11:55 UTC (21+ 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 00/20] ARM: K3: Add R5 boot support
2024-11-29 11:44 UTC (21+ messages)
` [PATCH 01/20] ARM: add ARMv7R MPU support
` [PATCH 02/20] lib/rationale: compile for pbl
` [PATCH 03/20] DDR: Add k3 DDR driver
` [PATCH 04/20] ARM: move ARM_CPU_PART_* defines to header
` [PATCH 05/20] nommu_v7_vectors_init: disable for r5
` [PATCH 06/20] clocksource: timer-ti-dm: add support for K3 SoCs
` [PATCH 07/20] ARM: K3: mount /boot even with env handling disabled
` [PATCH 08/20] clk: add K3 clk driver
` [PATCH 09/20] pmdomain: add K3 driver
` [PATCH 10/20] rproc: add K3 arm64 rproc driver
` [PATCH 11/20] ARM: k3: add k3_debug_ll_init()
` [PATCH 12/20] ARM: K3: use debug_ll code for regular PBL console
` [PATCH 13/20] elf: use iomem regions as fallback when loading to non-sdram memory
` [PATCH 14/20] rproc: add K3 system_controller
` [PATCH 15/20] firmware: ti_sci: add function to get global handle
` [PATCH 16/20] ARM: k3: Add initial r5 support
` [PATCH 17/20] ARM: k3: Add k3img tool
` [PATCH 18/20] ARM: beagleplay: add binary files
` [PATCH 19/20] ARM: beagleplay: add Cortex-R5 boot support
` [PATCH 20/20] Documentation: add build documentation for TI K3 SoCs
[PATCH] kbuild: don't allow GCC data store races
2024-11-28 10:02 UTC (2+ messages)
[PATCH] dma: define compile-time ARCH_DMA_MINALIGN constant for all archs
2024-11-28 10:00 UTC (2+ messages)
[PATCH 1/2] MAKEALL: allow users to increase verbosity and sidestep logging
2024-11-28 9:30 UTC (3+ messages)
` [PATCH 2/2] ci: don't run make in silent mode
[PATCH v2 1/4] commands: reginfo: make command mpc5xxx-specific
2024-11-28 9:28 UTC (5+ 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 v2 1/2] sandbox: barebox cmdline
2024-11-28 9:25 UTC (3+ messages)
` [PATCH v2 2/2] sandbox: add cpuinfo command
[PATCH 0/5] malloc: add options to zero-initialize buffers
2024-11-28 9:23 UTC (8+ 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 1/3] partitions: dos: fix memory leaks
2024-11-28 8:59 UTC (4+ 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/9] sandbox: use native setjmp/longjmp/initjmp implementation by default
2024-11-28 8:21 UTC (11+ 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 0/4] net: ethernet address helpers for board code
2024-11-28 8:00 UTC (11+ 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] common: misc: use isalnum macro instead of open-coding
2024-11-28 7:44 UTC (2+ messages)
[PATCH 0/5] environment: upstream-NVMEM-compliant OF binding
2024-11-28 6:54 UTC (7+ 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] 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 (2+ messages)
[PATCH v4] of: fdt: fix possible overflow during parsing of fdt
2024-11-25 10:23 UTC (2+ messages)
[PATCH 01/12] spi: cosmetic style fixes
2024-11-25 10:20 UTC (8+ messages)
` [PATCH 06/12] spi: add support to handle cs-gpios
` [PATCH 10/12] spi: add support for spi_controller::set_cs_timing
[PATCH master] remoteproc: use I/O memory variants of memcpy/memset
2024-11-25 9:38 UTC (2+ messages)
[PATCH] ARM: dts: i.MX8MP: imx8mp-skov: skip sd/sdio detection on the eMMC
2024-11-25 9:02 UTC (3+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox