mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH v2 00/12] ARM: Layerscape: LS1046a: switch to TF-A
 2024-10-22  7:46 UTC  (2+ messages)
` [PATCH v2 01/12] ARM: Layerscape: TQMLS1046a: Update DDR timings

[PATCH 0/9] ARM: Layerscape: LS1046a: switch to TF-A
 2024-10-22  7:46 UTC  (21+ messages)
` [PATCH 1/9] ARM: Layerscape: TQMLS1046a: Update DDR timings
` [PATCH 2/9] ARM: Layerscape: TQMLS1046a: add support for 8GiB variant
` [PATCH 3/9] ARM: Layerscape: ls1046ardb: remove unused variable
` [PATCH 4/9] ARM: Layerscape: remove register arguments
` [PATCH 5/9] ARM: Layerscape: LS1046a: add TF-A support
` [PATCH 6/9] ARM: Layerscape: LS1046a-rdb: Switch to "
` [PATCH 7/9] ARM: Layerscape: TQMLS1046a: "
` [PATCH 8/9] ARM: Layerscape: LS1046a: remove PPA support
` [PATCH 9/9] ARM: Layerscape: LS1046a: add PSCI node

[PATCH] automount: add nfs section to board automount scripts
 2024-10-22  6:23 UTC  (2+ messages)

[PATCH] startup: add new AUTOBOOT_HALT state
 2024-10-22  6:19 UTC  (3+ messages)

[PATCH v6] lib: fix dereferencing of a NULL pointer
 2024-10-21 16:14 UTC  (2+ messages)

[PATCH] include: barebox.h: document enum autoboot_state
 2024-10-21 14:06 UTC 

[PATCH] console_countdown: use CTL_CH macro for control characters
 2024-10-21 13:38 UTC 

[PATCH] fixup! dma: give dma_alloc_coherent a device parameter
 2024-10-21  8:00 UTC  (4+ messages)

[PATCH 1/2] sandbox: add --command line support
 2024-10-21  7:35 UTC  (7+ messages)
` [PATCH 2/2] sandbox: add cpuinfo command

[PATCH v5] common: buffer access out-of-bounds
 2024-10-21  5:48 UTC  (2+ messages)

WE TRIED TO CALL YOUR PHONE ALL WEEK
 2024-10-19  6:07 UTC 

[PATCH v4] common: buffer access out-of-bounds
 2024-10-18 16:52 UTC  (2+ messages)

[PATCH v3] common: buffer access out-of-bounds
 2024-10-18 15:34 UTC  (2+ messages)

[PATCH v2 0/2] common: buffer access out-of-bounds
 2024-10-18 12:06 UTC  (5+ messages)
` [PATCH v2 1/2] include: Include <linux/math.h> to resolve implicit declaration of do_div()
` [PATCH v2 2/2] common: buffer access out-of-bounds

[PATCH] include: Include <linux/math.h> to resolve implicit declaration of do_div()
 2024-10-18  8:55 UTC  (3+ messages)

[PATCH] i2c: lpi2c: fix potential read of uninitialized variable
 2024-10-18  8:54 UTC  (2+ messages)

[PATCH 1/2] string: add strlcat support
 2024-10-18  8:52 UTC  (3+ messages)
` [PATCH 2/2] string: support overriding strchr/strrchr/strstr macros

[PATCH] optee: fix use of IS_ENABLED() on option without CONFIG_ prefix
 2024-10-18  8:44 UTC  (2+ messages)

[PATCH] test: enable JSON web token support in full.config
 2024-10-18  8:43 UTC  (2+ messages)

[PATCH 0/7] rockchip: add RK808 support
 2024-10-18  8:42 UTC  (19+ messages)
` [PATCH 1/7] spi: add rockchip spi controller support
` [PATCH 2/7] mfd: mx13xxx: drop unnecessary ifdefs
` [PATCH 3/7] mfd: rk808: factor out common probe function
` [PATCH 4/7] mfd: rk808: update header file from kernel
` [PATCH 5/7] mfd: rk808: add support for RK806
` [PATCH 6/7] regulator: add regulator_register()
` [PATCH 7/7] regulator: rk808: update from kernel

[PATCH 0/6] dma: give dma_alloc_coherent a device parameter
 2024-10-18  8:39 UTC  (9+ messages)
` [PATCH 1/6] dma: make DMA_ADDRESS_BROKEN type-safe
` [PATCH 2/6] video: stm: use DMA_ADDRESS_BROKEN instead of NULL
` [PATCH 3/6] crypto: caam - pbl-init: "
` [PATCH 4/6] net: designware: don't use dma_mapping_error for non-streaming DMA
` [PATCH 5/6] net: macb: fix DMA_ADDRESS_BROKEN in the coherent ring allocations
` [PATCH 6/6] dma: give dma_alloc_coherent a device parameter

v2024.10.0
 2024-10-18  8:32 UTC 

[PATCH 00/12] include: common.h: make it include only headers
 2024-10-16 10:25 UTC  (19+ messages)
` [PATCH 01/12] include: common.h: move barebox startup functions into separate header
` [PATCH 02/12] include: common.h: move ctrlc() functions into stdio.h
` [PATCH 03/12] include: common.h: move out integer string parsing functions
` [PATCH 04/12] include: common.h: move out endianness macro sanity check
` [PATCH 05/12] include: common.h: move out user interface functions into stdio.h
` [PATCH 06/12] include: common.h: move out memory option parsing prototypes
` [PATCH 07/12] include: common.h: move out RW_BUF_SIZE definition
` [PATCH 08/12] commands: add macro to simplify defining one shot commands
` [PATCH 09/12] commands: reginfo: make command mpc5xxx-specific
` [PATCH 10/12] include: common.h: move out get_ram_size
` [PATCH 11/12] include: align: reword STACK_ALIGN_ARRAY macro parameter for clarity
` [PATCH 12/12] ARM: bcm283x: remove common.h include in mbox.h

[PATCH 00/13] Remove dependency on ld --gc-section in PBL
 2024-10-16  9:40 UTC  (16+ messages)
` [PATCH 01/13] kconfig: add IS_PROPER helper
` [PATCH 02/13] lib: random: add stubs for PBL
` [PATCH 03/13] bootsource: stub out when in PBL
` [PATCH 04/13] crypto: provide crypto_memneq for PBL
` [PATCH 05/13] cdev: stub out cdev_read/write "
` [PATCH 06/13] libfile: stub out file descriptor API "
` [PATCH 07/13] environment: stub out environment "
` [PATCH 08/13] of: stub out live tree API when using PBL
` [PATCH 09/13] errno: stub out perror/strerror API when built for PBL
` [PATCH 10/13] xfuncs: stub out "
` [PATCH 11/13] stdio: stub out basprintf and friends "
  ` [PATCH] fixup! errno: stub out perror/strerror API "
` [PATCH 12/13] memory: stub out request_barebox_region "
` [PATCH 13/13] malloc: add PBL stubs

[PATCH] uimage: fix CRC32 verification on NFS
 2024-10-15  8:17 UTC  (6+ messages)

[PATCH] input: usb_kbd: make polling interval configurable
 2024-10-15  7:47 UTC  (2+ messages)

[PATCH 1/3] keytoc: check for memory allocation failures
 2024-10-15  7:33 UTC  (4+ messages)
` [PATCH 2/3] crypto: fix compile with empty CONFIG_CRYPTO_PUBLIC_KEYS
` [PATCH 3/3] FIT: add dependency on CRYPTO_BUILTIN_KEYS for signature verification

[PATCH 1/2] net: r8169: use lower/upper_32_bits for clarity
 2024-10-15  7:19 UTC  (3+ messages)
` [PATCH 2/2] usb: gadget: fix static analysis false positive

[PATCH] ARM: SMCCC: make header usable for compile test
 2024-10-15  7:18 UTC  (2+ messages)

[PATCH] usb: gadget: fix static analysis false positive
 2024-10-15  7:17 UTC  (2+ messages)

[PATCH master 00/13] Misc compile test fixes
 2024-10-15  6:59 UTC  (15+ messages)
` [PATCH master 01/13] clk: add stub definition for of_clk_get_from_provider
` [PATCH master 02/13] tee: add missing header for BIT macro definition
` [PATCH master 03/13] tee: shm: include missing header for basprintf
` [PATCH master 04/13] net: dsa: realtek: fix CONFIG_SANDBOX build
` [PATCH master 05/13] pmdomain: imx8mp-blk-ctrl: add missing definition of ARRAY_SIZE
` [PATCH master 06/13] PWM: rockchip: fix compile testing with CONFIG_SANDBOX
` [PATCH master 07/13] watchdog: imxulp: drop unused include of asm/system.h
` [PATCH master 08/13] include: import uapi/linux/kernel.h header from Linux
` [PATCH master 09/13] usb: typec: fix compile test with CONFIG_SANDBOX
` [PATCH master 10/13] bitops: fix missing defintion for DIV_ROUND_UP definitions
` [PATCH master 11/13] mci: am654-sdhci: drop dummy redefinition of MMC_CAP2_HS200/400
` [PATCH master 12/13] hw_random: fix compilation with 64-bit size_t
` [PATCH master 13/13] optee: make OP-TEE OF fixup ARM-specific

[PATCH master] sandbox: lds: fix relocation in read-only section warning
 2024-10-15  6:55 UTC  (2+ messages)

[PATCH 0/5] ARM64: make barebox compatible with KVM
 2024-10-15  6:54 UTC  (10+ messages)
` [PATCH 1/5] ARM64: io: implement I/O accessors in assembly
` [PATCH 2/5] ARM64: board-dt-2nd: grow stack down from start of binary
` [PATCH 3/5] mtd: cfi-flash: use I/O accessors for reads/writes of MMIO regions
` [PATCH 4/5] ARM64: mmu: flush cacheable regions prior to remapping
` [PATCH 5/5] virtio: don't use DMA API unless required
  ` [PATCH] fixup! "

[PATCH] uimage: use read_full where appropriate
 2024-10-14 12:59 UTC  (2+ messages)

[PATCH v2] test: pytest: introduce pytest for network, test tftp notfound
 2024-10-14 12:58 UTC  (2+ messages)

[PATCH 1/2] ARM64: mmuinfo: comment the if clauses decoding PAR_ELx
 2024-10-14 12:49 UTC  (2+ messages)

[PATCH] FIT: improve error message when uncompressing non-compressed files
 2024-10-14 12:21 UTC  (2+ messages)

[PATCH 0/6] crypto: ecdsa: fix fallout
 2024-10-14 11:31 UTC  (8+ messages)
` [PATCH 1/6] crypto: reorder ECDSA Kconfig entries
` [PATCH 2/6] crypto: rsa: support RSA keys with CONFIG_CRYPTO_BUILTIN_KEYS disabled
` [PATCH 3/6] keytoc: return error on failure to set PKCS#11 pin
` [PATCH 4/6] crypto: ecdsa: make crypto/ecdsa.h header self-containing
` [PATCH 5/6] test: self: jwt: regenerate jwt_test.pem.c_shipped
` [PATCH 6/6] test: self: rename REGENERATE_RSATOC to REGNERATE_KEYTOC

[PATCH] commands: mmc: write_reliability: bail out early if already set
 2024-10-14 11:22 UTC  (2+ messages)

[PATCH] net: designware: let phy_resume handle fixed link phys
 2024-10-14 11:14 UTC  (2+ messages)

[PATCH] sandbox: defconfig: activate CONFIG_CONSOLE_ACTIVATE_ALL
 2024-10-14 11:13 UTC  (3+ messages)

[PATCH] mdio_bus: add NULL check to mdiobus_read/mdiobus_write
 2024-10-14 11:13 UTC  (3+ messages)

[PATCH 1/2] fixup! video: add dw-hdmi driver
 2024-10-14 11:12 UTC  (3+ messages)
` [PATCH 2/2] "

page:  |  | latest

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