mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 1/3] keytoc: move __ENV__ resolving to dedicated function
 2025-01-06 15:36 UTC  (3+ messages)
` [PATCH 2/3] keytoc: allow __ENV__ lookup for keyname hint
` [PATCH 3/3] crypto: document __ENV__ lookup in CRYPTO_PUBLIC_KEYS

[PATCH] common: reflect rename of CRYPTO_RSA_KEY to CRYPTO_PUBLIC_KEYS
 2025-01-06 15:09 UTC 

[PATCH v2 00/22] ARM: K3: Add R5 boot support
 2025-01-06 14:34 UTC  (24+ messages)
` [PATCH v2 01/22] ARM: add ARMv7R MPU support
` [PATCH v2 02/22] lib/rationale: compile for pbl
` [PATCH v2 04/22] ARM: move ARM_CPU_PART_* defines to header
` [PATCH v2 05/22] nommu_v7_vectors_init: disable for r5
` [PATCH v2 06/22] clocksource: timer-ti-dm: add support for K3 SoCs
` [PATCH v2 07/22] ARM: K3: mount /boot even with env handling disabled
` [PATCH v2 08/22] clk: add K3 clk driver
` [PATCH v2 09/22] pmdomain: add K3 driver
` [PATCH v2 10/22] rproc: add K3 arm64 rproc driver
` [PATCH v2 11/22] ARM: k3: add k3_debug_ll_init()
` [PATCH v2 12/22] ARM: K3: use debug_ll code for regular PBL console
` [PATCH v2 13/22] elf: use iomem regions as fallback when loading to non-sdram memory
` [PATCH v2 14/22] rproc: add K3 system_controller
` [PATCH v2 15/22] firmware: ti_sci: add function to get global handle
` [PATCH v2 16/22] ARM: k3: Add initial r5 support
` [PATCH v2 17/22] ARM: k3: Add k3img tool
` [PATCH v2 18/22] ARM: beagleplay: add binary files
` [PATCH v2 19/22] ARM: beagleplay: add Cortex-R5 boot support
` [PATCH v2 20/22] Documentation: add build documentation for TI K3 SoCs
` [PATCH v2 21/22] ARM: am625: disable secondary watchdogs
` [PATCH v2 22/22] mci: am654-sdhci: Use PIO for small transfers

[PATCH] keytoc: check for memory allocation failures in print_bignum()
 2025-01-06 13:36 UTC  (2+ messages)

[PATCH] images: rename k3-am625-beagleplay extension from fit to itb
 2025-01-06 13:35 UTC  (2+ messages)

[PATCH] test: pytest: add support for --dump-dtb
 2025-01-06 13:26 UTC  (2+ messages)

[PATCH] virtio: allow inlining of trivial virtio_find_vqs function
 2025-01-06 13:25 UTC  (2+ messages)

[PATCH] driver: replace single info callbacks with stack
 2025-01-06 13:24 UTC  (2+ messages)

[PATCH 1/2] include: rename printk.h to printf.h
 2025-01-06 13:21 UTC  (3+ messages)
` [PATCH 2/2] vsprintf: document %JP format specifier as being barebox-specific

[PATCH] fixup! include: rename printk.h to printf.h
 2025-01-06 13:21 UTC  (2+ messages)
  ` (subset) "

[PATCH] scripts: imx: pass semicolons as substitute chars to compiler macros for CSF templating
 2025-01-06 11:33 UTC 

[PATCH 1/6] fs: ramfs: drop unneeded indirection during unlink
 2025-01-06 10:40 UTC  (7+ messages)
` [PATCH 2/6] fs: squashfs: delete unreferenced source file
` [PATCH 3/6] fs: collect legacy file system operation in new struct fs_legacy_ops
` [PATCH 4/6] fs: return error pointer not NULL from cdev_mount_default
` [PATCH 5/6] commands: stat: fix size display for FILE_SIZE_STREAM
` [PATCH 6/6] commands: stat: print mode in octal if type unknown

[PATCH 1/2] ARM: ep93xx: delete unused drivers
 2025-01-06 10:34 UTC  (3+ messages)
` [PATCH 2/2] compiler: drop intel compiler support

[PATCH v2 1/2] cdev: allow overriding partition overlap check
 2025-01-06  9:18 UTC  (3+ messages)
` [PATCH v2 2/2] commands: addpart: allow force creation of overlapping partition

[PATCH] mfd: atmel-flexcom: Driver refresh
 2025-01-06  9:14 UTC  (2+ messages)

[PATCH] ARM: at91: Remove AT91SAM9_SMC dependency for SAMA5D2
 2025-01-06  9:13 UTC  (2+ messages)

[PATCH] ARM: at91: Compile at91sam9g45_reset handler only for affected SOCs
 2025-01-06  9:13 UTC  (2+ messages)

barebox on lore.kernel.org, OE-core and Mastodon
 2024-12-28 13:33 UTC 

i.MX8/9: question about unused DDR PHY trained CSR board array
 2024-12-20 12:06 UTC  (6+ messages)

Reset on Beaglebone Black has become unreliable/broken
 2024-12-20 11:05 UTC  (14+ messages)

[PATCH RESEND 1/2] cdev: allow overriding partition overlap check
 2024-12-20 10:52 UTC  (2+ messages)
` [PATCH RESEND 2/2] commands: addpart: allow force creation of overlapping partition

[PATCH] commands: addpart: allow force creation of overlapping partition
 2024-12-20 10:46 UTC 

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

[PATCH] ARM: psci-client: better search for existing psci node
 2024-12-20  9:22 UTC  (2+ messages)

[PATCH] environment: don't return raw device when file-path is specified
 2024-12-20  9:04 UTC  (2+ messages)

[PATCH 1/4] sandbox: add support for --loglevel option
 2024-12-20  9:04 UTC  (5+ messages)
` [PATCH 2/4] sandbox: add support for architecture-specific debug options
` [PATCH 3/4] sandbox: move CONFIG_ASAN to architecture Kconfig
` [PATCH 4/4] startup: set barebox_main in data section

[PATCH] Documentation: devel: project-ideas: add SDL input support
 2024-12-20  8:53 UTC  (2+ messages)

[PATCH v2] ARM: boards: Add support for todarex colibri imx6 on iris
 2024-12-20  8:52 UTC  (2+ messages)

[PATCH master] rtc: pcf85063: fix potential OOB write in PCF85063 NVMEM read
 2024-12-20  8:51 UTC  (2+ messages)

[PATCH master] video: dw-hdmi: fix I2C controller probe breakage
 2024-12-20  8:48 UTC  (3+ messages)

[PATCH 0/3] Protonic maintenance
 2024-12-20  8:46 UTC  (6+ messages)
` [PATCH 1/3] ARM: stm32mp151-mecio1: use kernel dts
` [PATCH 2/3] ARM: stm32mp151-mect1s: "
` [PATCH 3/3] ARM: protonic-stm32mp1: Add Add Priva E-Measuringbox board support
` (subset) [PATCH 0/3] Protonic maintenance

[PATCH 1/3] of: fdt: reserve properties and nodes starting with $ for barebox use
 2024-12-20  8:19 UTC  (4+ messages)
` [PATCH 2/3] of: fdt: rename /memreserve special node to /$memreserve
` [PATCH 3/3] FIT: cache uncompressed data

[PATCH master 1/3] video: dw-hdmi: populate missing I2C adapter device node
 2024-12-17 13:04 UTC  (5+ messages)
` [PATCH master 2/3] i2c: i2c: fix getting adapter.nr for I2C muxes
` [PATCH master 3/3] i2c: order dynamically numbered adapter after highest alias id

[PATCH] ARM: boards: Add support for todarex colibri imx6 on iris
 2024-12-16  9:36 UTC  (5+ messages)

[PATCH 0/3] make dtb from 1st stage loader available in barebox
 2024-12-16  8:31 UTC  (5+ messages)
` [PATCH 1/3] fdt: Add function to check if a pointer contains a fdt
` [PATCH 2/3] store external device tree as file
` [PATCH 3/3] ARM: beagleplay: put external device tree into handoff data

[PATCH 1/2] bbu: fix bbu_register_std_file_update regression for file systems
 2024-12-16  8:30 UTC  (3+ messages)
` [PATCH 2/2] ARM: beaglebone: register bbu handlers for FAT partition

[PATCH] mci: sdhci: initialize dma state on non-data commands
 2024-12-16  8:29 UTC  (2+ messages)

[PATCH 1/2] mci: sdhci: arasan: use correct input clock for divider calculation
 2024-12-16  8:26 UTC  (3+ messages)
` [PATCH 2/2] mci: sdhci: arasan: remove dead no 1.8V quirk

[PATCH v2 0/5] images: fix issues around misuse of FORCE
 2024-12-16  8:20 UTC  (7+ messages)
` [PATCH v2 1/5] images: don't compare filesizes if file didn't change
` [PATCH v2 2/5] images: don't check for missing FW "
` [PATCH v2 3/5] images: fix missing FORCE prerequisite
` [PATCH v2 4/5] images: don't prelink if input file didn't change
` [PATCH v2 5/5] images: don't compute size "

[PATCH] ARM: dts: i.MX6: drop OCOTP MAC address provider
 2024-12-16  7:54 UTC  (2+ messages)

[PATCH] ARM: i.MX6: correct UART IOMUX_PADs
 2024-12-16  7:45 UTC  (2+ messages)

[PATCH 1/9] ARM: zynq: add MMC aliases
 2024-12-16  7:24 UTC  (10+ messages)
` [PATCH 2/9] ARM: zynq: zed: define SDHCI bus-width
` [PATCH 3/9] ARM: zynq: zed: guard board initcall
` [PATCH 4/9] ARM: zynq: zed: add environment
` [PATCH 5/9] ARM: zynq: zed: add Barebox update handler
` [PATCH 6/9] ARM: zynq: enable some useful things in defconfig
` [PATCH 7/9] ARM: zynq: zed: switch to entry function with stack
` [PATCH 8/9] ARM: zynq: call common arm lowlevel init from zynq lowlevel init
` [PATCH 9/9] ARM: zynq: zed: always relocate in PBL

[PATCH master] optee: fix i.MX8M link error when loading OP-TEE without CONFIG_TEE
 2024-12-16  7:17 UTC  (2+ messages)

memtest failed for rk3588
 2024-12-13 12:15 UTC  (6+ messages)

Possible regression 2024.12.0 in parsing "aliases"
 2024-12-12 12:23 UTC  (6+ messages)

[PATCH v2] ARM: rockchip: Add support for Pine64 PineTab 2
 2024-12-12  9:07 UTC  (2+ messages)

[PATCH] video: mipi_dbi: don't send image before initialization
 2024-12-12  9:06 UTC  (2+ messages)

[PATCH] video: mipi_dbi: fix swapped width and height in mipi_dbi_blank
 2024-12-12  9:05 UTC  (3+ messages)

[PATCH] clk: rk3588: sync with kernel
 2024-12-12  8:29 UTC  (2+ messages)

[PATCH] ARM: rockchip: dmc fix LPDDR5 bank info for sys_reg version 3
 2024-12-12  8:27 UTC  (2+ messages)

[PATCH] clk: rk3588: Add reset line for HDMI Receiver
 2024-12-12  8:26 UTC  (2+ messages)

[PATCH v2] ARM: dts: rk356x: Use RNG node from upstream DTSI
 2024-12-12  8:25 UTC  (2+ messages)

[PATCH] images: add missing FORCE prerequisite
 2024-12-12  8:22 UTC  (2+ messages)

[PATCH 1/2] bbremote: fix 'NoneType' object has no attribute 'encode'
 2024-12-12  8:20 UTC  (3+ messages)
` [PATCH 2/2] bbremote: decode bytes output of getenv and md on command line

[PATCH master] net: tap: return -ENODEV when TAP permission is denied
 2024-12-12  8:18 UTC  (2+ messages)

[PATCH] ARM: dts: rk356x: Use RNG node from upstream DTSI
 2024-12-11  6:51 UTC  (2+ messages)

[PATCH 0/6] Initial support for Allwinner A64 SoC
 2024-12-10 15:18 UTC  (5+ messages)
` [PATCH 5/6] mci: Add sunxi-mmc driver
` [PATCH 6/6] ARM: sunxi: Introduce mach-sunxi

[PATCH 0/9] sandbox: use native setjmp/longjmp/initjmp implementation by default
 2024-12-10  8:26 UTC  (4+ messages)
` [PATCH 7/9] bthread: move asan fiber API into header

page: 

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