mail archive of the barebox mailing list
 help / color / mirror / Atom feed
NFSv4 boot support?
 2024-02-17  8:51 UTC  (6+ messages)

Booting from NFSv4 file system?
 2024-02-17  8:01 UTC  (3+ messages)

[PATCH master] i2c: don't return error pointers from of_find_i2c_adapter_by_node
 2024-02-16 23:05 UTC  (2+ messages)

[PATCH 1/2] of: platform: return -EPROBE_DEFER when ensuring probe with driver missing
 2024-02-16 23:02 UTC  (3+ messages)
` [PATCH 2/2] phy: freescale: imx8mq-usb: make i.MX8MP support more explicit

[PATCH v3 00/15] ARM: at91: skov-arm9cpu (SAM9263) first stage support
 2024-02-16 13:15 UTC  (19+ messages)
` [PATCH v3 01/15] mci: atmel_mci: disable power save mode
` [PATCH v3 02/15] mci: atmel_mci: fix zeroing of block length on AT91SAM9263
` [PATCH v3 03/15] ARM: replace ENTRY_FUNCTION_HEAD with ENTRY_FUNCTION_WITHSTACK_HEAD
` [PATCH v3 04/15] ARM: at91: use AT91 header instead of generic barebox ARM's
` [PATCH v3 05/15] ARM: at91: implement SAM9_ENTRY_FUNCTION
` [PATCH v3 06/15] ARM: at91: sam9263_ll: drop PLL charge pump initialization
` [PATCH v3 07/15] ARM: at91: sam9263_ll: pass AT91_PMC_LL_AT91SAM9263 to PMC functions
` [PATCH v3 08/15] ARM: at91: sam9263_ll: refactor MCK switch to PLLA for clarity
` [PATCH v3 09/15] ARM: at91: sam9263_ll: support configuration of PLLB
` [PATCH v3 10/15] ARM: dts: AT91: skov-arm9cpu: remove barebox environment on NOR
` [PATCH v3 11/15] ARM: at91: skov-arm9cpu: Add SD-Card xload support
` [PATCH v3 12/15] ARM: at91: skov-arm9cpu: configure SMC for NOR flash use
` [PATCH v3 13/15] ARM: at91: skov-arm9cpu: configure more appropriate hostname
` [PATCH v3 14/15] ARM: AT91: skov-arm9cpu: support environment on SD-Card
` [PATCH v3 15/15] usb: ohci-at91: fix possible hang chainloading barebox

[PATCH 0/3] clk: at91: sync drivers with Linux
 2024-02-16 12:11 UTC  (5+ messages)
` [PATCH 1/3] clk: add dummy definitions for CLK_SET_RATE_GATE, CLK_SET_PARENT_GATE
` [PATCH 2/3] clk: define empty stub for clk_hw_unregister
` [PATCH 3/3] clk: at91: sync drivers with Linux

[PATCH 1/1] mci: bcm2835: support 8bit bus width
 2024-02-16 12:01 UTC  (2+ messages)

[PATCH 1/1] ARM: dts: rpi4: add DT for CM4S
 2024-02-16 12:01 UTC  (2+ messages)

[PATCH 1/3] driver: make CONFIG_DEBUG_PROBES more useful for removal
 2024-02-16 11:59 UTC  (4+ messages)
` [PATCH 2/3] drivers: drop simple bus remove in favor of common implementation
` [PATCH 3/3] firmware: arm_scmi: call device driver remove if defined

[PATCH 0/6] implement i.MX93 AHAB secure boot
 2024-02-16 11:58 UTC  (13+ messages)
` [PATCH 1/6] hab: drop incomplete i.MX28 support
` [PATCH 2/6] hab: drop i.MX35
` [PATCH 3/6] hab: cleanup hab status printing during boot
` [PATCH 4/6] hab: pass flags to lockdown_device()
` [PATCH 5/6] ARM: i.MX: ele: implement more ELE operations
` [PATCH 6/6] hab: implement i.MX9 support

[PATCH] partitions: dos: support root=PARTUUID= generation with zero NT signature
 2024-02-16 11:57 UTC  (2+ messages)

[PATCH 1/3] spi: atmel_spi: lower version log output from info to debug
 2024-02-16 11:56 UTC  (4+ messages)
` [PATCH 2/3] mci: atmel_mci: "
` [PATCH 3/3] mci: atmel_mci: mark atmci_setup_data very verbose debug print

[PATCH 0/7] Detect partition changes at runtime
 2024-02-16 11:16 UTC  (17+ messages)
` [PATCH 1/7] fs: move cdev open count to cdev_open()/cdev_close()
` [PATCH 2/7] common: partitions: efi: fix memory leak
` [PATCH 3/7] partition: allow to reparse a partition table
` [PATCH 4/7] block: reparse partition table when necessary
` [PATCH 5/7] fastboot: pass list to fb_addvar()
` [PATCH 6/7] fastboot: add function to free a list of fastboot variables
` [PATCH 7/7] fastboot: evaluate fastboot partitions when used

barebox environment raw partition on beaglebone black
 2024-02-15 14:29 UTC  (3+ messages)

[PATCH] fixup! common: add TQ EEPROM support
 2024-02-13 13:47 UTC 

[PATCH] ARM: at91: sama5d27-som1: autoping watchdog during barebox runtime
 2024-02-13  9:20 UTC  (2+ messages)

[PATCH master] mci: sdhci: atmel: fix truncation when reading out caps
 2024-02-13  9:19 UTC  (2+ messages)

[PATCH 0/3] habv4/ocotp: style fixes
 2024-02-13  9:11 UTC  (5+ messages)
` [PATCH 1/3] habv4: convert comments to common coding style
` [PATCH 2/3] nvmem: ocotp: use tab for indention only
` [PATCH 3/3] nvmem: ocotp: mark data as const

[PATCH] Documentation: Fix heading level of TFTP windowsize section
 2024-02-09 12:35 UTC  (2+ messages)

[PATCH 1/2] bbu: create a standard bbu handler for eMMC boot
 2024-02-09 12:34 UTC  (3+ messages)
` [PATCH 2/2] ARM: i.MX: bbu: fix i.MX9 eMMC boot bbu handler

[PATCH] Patch to fix bootm barebox load address alignment to acomodate ADRP instruction
 2024-02-09  1:44 UTC  (3+ messages)

[PATCH] gpio-vf610: always register 32 GPIOs
 2024-02-08  7:41 UTC  (2+ messages)

[PATCH] ddr: imx8m: add missing DDR clock rates
 2024-02-08  7:35 UTC  (2+ messages)

[PATCH v2 0/8] ARM: i.MX93: TQMA93xx: Add LGA variant
 2024-02-08  7:19 UTC  (12+ messages)
` [PATCH v2 1/8] i2c: lpi2c: determine clk rate during probe
` [PATCH v2 2/8] i2c: lpi2c: use udelay for timeout loops
` [PATCH v2 3/8] i2c: lpi2c: add PBL support
` [PATCH v2 4/8] pbl: eeprom: return error from eeprom_read()
` [PATCH v2 5/8] common: add TQ EEPROM support
` [PATCH v2 6/8] ARM: i.MX9: add i2c base address defines
` [PATCH v2 7/8] ARM: i.MX9: rename TQ i.MX93 board to TQMA93XX
` [PATCH v2 8/8] ARM: i.MX: tqma93xx: Add LGA board variant

[PATCH 0/2] serial: ns16550: support half duplex rs485
 2024-02-08  7:15 UTC  (4+ messages)
` [PATCH 1/2] serial: ns16550: add basic support for rs485
` [PATCH 2/2] serial: ns16550: add support for half duplex rs485

[PATCH] nvmem: imx-ocotp-ele: provide machine_id
 2024-02-08  7:13 UTC  (2+ messages)

[PATCH] ARM: i.MX: add Kconfig option for scratchmem
 2024-02-08  7:12 UTC  (3+ messages)

[PATCH] watchdog: restart handler: hang when watchdog cannot restart the machine
 2024-02-08  7:10 UTC  (2+ messages)

[PATCH] decompress: change length arguments to long
 2024-02-06 15:05 UTC  (5+ messages)

[PATCH] ARM: i.MX93: tqm93xx: add PMIC node
 2024-02-05 12:53 UTC 

[PATCH 1/2] vsprintf: add support for printing MAC addresses
 2024-02-05  7:47 UTC  (3+ messages)
` [PATCH 2/2] eth: replace ethaddr_to_string() with %pM

[PATCH] ARM: i.MX defconfigs: Enable ELE nvmem support
 2024-02-05  7:46 UTC  (2+ messages)

[PATCH 0/8] ARM: i.MX93: TQMA93xx: Add LGA variant
 2024-02-02 15:56 UTC  (11+ messages)
` [PATCH 1/8] i2c: lpi2c: determine clk rate during probe
` [PATCH 2/8] i2c: lpi2c: use udelay for timeout loops
` [PATCH 3/8] i2c: lpi2c: add PBL support
` [PATCH 4/8] pbl: eeprom: return error from eeprom_read()
` [PATCH 5/8] common: add TQ EEPROM support
` [PATCH 6/8] ARM: i.MX9: add i2c base address defines
` [PATCH 7/8] ARM: i.MX9: rename TQ i.MX93 board to TQMA93XX
` [PATCH 8/8] ARM: i.MX: tqma93xx: Add LGA board variant

[PATCH v2 0/2] of: fdt: fix memory leak and oob writes in fdt_ensure_space
 2024-02-01 15:10 UTC  (4+ messages)
` [PATCH v2 1/2] of: fdt: fix memory leak "
` [PATCH v2 2/2] of: fdt: fix oob writes with large fdt properties

[PATCH] mtd: spi-nor: fix format specifier in debug message
 2024-02-01 15:09 UTC  (2+ messages)

[PATCH master 0/4] ARM: socfpga: add HANDOFF_FPGA2SDR handling
 2024-02-01 15:08 UTC  (6+ messages)
` [PATCH master 1/4] ARM: socfpga: complete definitions of handoff registers
` [PATCH master 2/4] ARM: socfpga: populate HANDOFF_FPGA2SDR with Quartus value
` [PATCH master 3/4] fpga: socfpga-fpga2sdram-bridge: consult HANDOFF_FPGA2SDR register
` [PATCH master 4/4] fpga: socfpga-fpga2sdram-bridge: always populate "

[PATCH] fixup! bootm: add support to boot ZSTD compressed images
 2024-02-01 14:41 UTC 

Possible regression 2023.12 -> 2024.01
 2024-02-01 13:40 UTC  (2+ messages)

[PATCH 0/2] of: fdt: fix memory leak and oob writes in fdt_ensure_space
 2024-02-01 10:42 UTC  (10+ messages)
` [PATCH 1/2] of: fdt: fix memory leak "
` [PATCH 2/2] of: fdt: fix oob writes with large ftd properties

[PATCH] ARM: i.MX93: tqma9352-mba93xxca: use upstream device tree
 2024-01-30 14:45 UTC  (2+ messages)

barebox at FOSDEM
 2024-01-30  9:58 UTC 

barebox.org browser demo uses barebox-v2022.02
 2024-01-30  9:49 UTC  (7+ messages)

[PATCH 00/19] ARM: add Layerscape LS1028a support
 2024-01-30  7:11 UTC  (8+ messages)
` [PATCH 08/19] ARM: layerscape: cleanup erratum_a009008
` [PATCH 14/19] ARM: Layerscape: add tzc400 support
` [PATCH 18/19] mci: imx-esdhc-pbl: implement esdhc xload for ls1028a

[PATCH] barebox_imd: Add IMD sections to mpc-85xx
 2024-01-29 10:19 UTC  (3+ messages)

[PATCH v3 1/2] Port SoC framework from Linux
 2024-01-29 10:19 UTC  (4+ messages)
` [PATCH v3 2/2] ARM: i.MX8M: convert the machine init to the soc driver
  ` (subset) "

[PATCH v2 1/2] Documentation: usb: document bbu fastboot partition name
 2024-01-25  7:39 UTC  (4+ messages)
` [PATCH v2 2/2] usbgadget: add bbu fastboot partition naming scheme

[PATCH 0/3] Add bootm ZSTD support
 2024-01-25  7:38 UTC  (7+ messages)
` [PATCH 2/3] bootm: add support to boot ZSTD compressed images
` [PATCH 3/3] uncompress: add detected file type debug print

page:  |  | latest

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