mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH] ARM: i.MX: add barebox,bootsource-mmc aliases
 2024-02-20  7:13 UTC 

NFSv4 boot support?
 2024-02-19 21:43 UTC  (8+ messages)

[PATCH v2 2/2] raspi: fixup additional vc created nodes
 2024-02-19 21:42 UTC  (3+ messages)

[PATCH] boot/barebox: install all barebox images if none were specified
 2024-02-19 21:06 UTC 

[PATCH v2 1/5] driver: refactor probe return value handling into switch statement
 2024-02-19 17:29 UTC  (5+ messages)
` [PATCH v2 2/5] deep-probe: treat any probe deferral as permanent
` [PATCH v2 3/5] deep-probe: use IS_ERR_OR_NULL() instead of opencoding
` [PATCH v2 4/5] deep-probe: return -EPROBE_DEFER when ensuring probe fails
` [PATCH v2 5/5] phy: freescale: imx8mq-usb: make i.MX8MP support more explicit

[PATCH] treewide: use dev_err_probe instead of comparisons against EPROBE_DEFER
 2024-02-19 17:26 UTC 

[PATCH] usb: core: replace calls to strerror with %pe format specifier
 2024-02-19 17:21 UTC 

[PATCH 0/3] use environment partitions in GPT
 2024-02-19 15:21 UTC  (8+ messages)
` [PATCH 1/3] partitions: efi: Allow to create barebox environment partition
` [PATCH 2/3] bootsource: add function to get device_node we booted from
` [PATCH 3/3] environment: use barebox environment from GPT partitions

[PATCH 00/15] usb: xhci: pull in fixes from U-Boot v2024.01
 2024-02-19 13:38 UTC  (16+ messages)
` [PATCH 01/15] usb: xhci: usb: xhci: avoid type conversion of void *
` [PATCH 02/15] usb: xhci: add various debugging prints
` [PATCH 03/15] usb: xhci: call xhci_flush_cache where appropriate
` [PATCH 04/15] usb: xhci: use macros for formatting values
` [PATCH 05/15] usb: xhci: Add missing endian conversions (cpu_to_leXX / leXX_to_cpu)
` [PATCH 06/15] usb: xhci: Add missing xhci_readl()
` [PATCH 07/15] usb: xhci: don't use xhci_writeq for normal SDRAM
` [PATCH 08/15] usb: xhci: support non-1:1 mapped xHCI
` [PATCH 09/15] usb: xhci: reset endpoint on USB stall
` [PATCH 10/15] usb: xhci: Fix root hub descriptor
` [PATCH 11/15] usb: xhci: Guard all calls to xhci_wait_for_event
` [PATCH 12/15] usb: xhci: Better error handling in abort_td()
` [PATCH 13/15] usb: xhci: Allow context state errors when halting an endpoint
` [PATCH 14/15] usb: xhci: Recover from halted bulk endpoints
` [PATCH 15/15] usb: xhci: Do not panic on event timeouts

[PATCH] ARM: Layerscape: TQMLS1046a: switch to upstream DT
 2024-02-19 13:33 UTC 

[PATCH master] ddr: fsl: fix possible use of uninitalized variable
 2024-02-19 13:30 UTC 

[PATCH] default environment: make string arguments const
 2024-02-19 10:55 UTC 

[PATCH 00/12] Partition table manipulation support
 2024-02-19  9:38 UTC  (14+ messages)
` [PATCH 01/12] partitions: dos: save indention level
` [PATCH 02/12] partition: allocate struct partition_desc in parser
` [PATCH 03/12] partition: allocate struct partition "
` [PATCH 04/12] partition: efi: keep raw data
` [PATCH 05/12] uuid: implement random uuid/guid
` [PATCH 06/12] linux/sizes.h: add more defines
` [PATCH 07/12] partition: add PARTITION_LINUX_DATA_GUID define
` [PATCH 08/12] partitions: move parser.h to include/partitions.h
` [PATCH 09/12] partitions: implement partition manipulation support
` [PATCH 10/12] partitions: dos: "
` [PATCH 11/12] partitions: efi: "
` [PATCH 12/12] commands: add parted

[PATCH master] i2c: don't return error pointers from of_find_i2c_adapter_by_node
 2024-02-19  8:01 UTC  (3+ messages)

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

Booting from NFSv4 file system?
 2024-02-17  9:12 UTC  (4+ messages)

[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  (2+ messages)

[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  (9+ messages)
` [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

page:  |  | latest

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