mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH] firmware: fix SoC variant in help text of FIRMWARE_IMX93_OPTEE
 2024-03-18 16:35 UTC 

[PATCH v1 1/2] ARM: i.MX8MP: skov: add fallback for unsupported HW
 2024-03-18 12:39 UTC  (3+ messages)
` [PATCH v1 2/2] ARM: i.MX8MP: skov: add new bd500 variant support

[PATCH v4 00/15] mci: add HS200 support for eMMCs
 2024-03-18 12:17 UTC  (17+ messages)
` [PATCH v4 01/15] mci: arasan: fix dma support
` [PATCH v4 02/15] ARM: zynqmp: add sd_dll_reset call
` [PATCH v4 03/15] zynqmp: firmware: add functions to set tap delay
` [PATCH v4 04/15] mci: arasan: implement 25MHz quirk for zynqmp
` [PATCH v4 05/15] include: mci: sync mci_timing with linux
` [PATCH v4 06/15] mci: arasan: read clk phases from DT
` [PATCH v4 07/15] mci: core: save the set clock as actual_clock
` [PATCH v4 08/15] mci: arasan: register sdcard/sampleclk
` [PATCH v4 09/15] include: mci: add more EXT_CSD_CARD_TYPE_*
` [PATCH v4 10/15] mci: core: parse more host capabilities from DT
` [PATCH v4 11/15] mci: mci-core: add HS200 support
` [PATCH v4 12/15] mci: mci-core: replace value with define
` [PATCH v4 13/15] mci: sdhci: add tuning support
` [PATCH v4 14/15] mci: arasan-sdhci: add HS200 tuning support on ZynqMP
` [PATCH v4 15/15] mci: sdhci: replace sdhci_wait_idle

[PATCH v3 00/14] mci: add HS200 support for eMMCs
 2024-03-15 14:00 UTC  (15+ messages)
` [PATCH v3 01/14] ARM: zynqmp: add sd_dll_reset call
` [PATCH v3 02/14] zynqmp: firmware: add functions to set tap delay
` [PATCH v3 03/14] mci: arasan: implement 25MHz quirk for zynqmp
` [PATCH v3 04/14] include: mci: sync mci_timing with linux
` [PATCH v3 05/14] mci: arasan: read clk phases from DT
` [PATCH v3 06/14] mci: core: save the set clock as actual_clock
` [PATCH v3 07/14] mci: arasan: register sdcard/sampleclk
` [PATCH v3 08/14] include: mci: add more EXT_CSD_CARD_TYPE_*
` [PATCH v3 09/14] mci: core: parse more host capabilities from DT
` [PATCH v3 10/14] mci: mci-core: add HS200 support
` [PATCH v3 11/14] mci: mci-core: replace value with define
` [PATCH v3 12/14] mci: sdhci: add tuning support
` [PATCH v3 13/14] mci: arasan-sdhci: add HS200 tuning support on ZynqMP
` [PATCH v3 14/14] mci: sdhci: replace sdhci_wait_idle

[PATCH v2 00/14] mci: add HS200 support for eMMCs
 2024-03-15 12:41 UTC  (25+ messages)
` [PATCH v2 01/14] ARM: zynqmp: add sd_dll_reset call
` [PATCH v2 02/14] zynqmp: firmware: add functions to set tap delay
` [PATCH v2 03/14] mci: arasan: implement 25MHz quirk for zynqmp
` [PATCH v2 04/14] include: mci: sync mci_timing with linux
` [PATCH v2 05/14] mci: arasan: read clk phases from DT
` [PATCH v2 06/14] mci: core: save the set clock as actual_clock
` [PATCH v2 07/14] mci: arasan: register sdcard/sampleclk
` [PATCH v2 08/14] include: mci: add more EXT_CSD_CARD_TYPE_*
` [PATCH v2 09/14] mci: core: parse more host capabilities from DT
` [PATCH v2 10/14] mci: mci-core: add HS200 support
` [PATCH v2 11/14] mci: mci-core: replace value with define
` [PATCH v2 12/14] mci: sdhci: add tuning support
` [PATCH v2 13/14] mci: arasan-sdhci: add HS200 tuning support on ZynqMP
` [PATCH v2 14/14] mci: sdhci: replace sdhci_wait_idle

v2024.03.0
 2024-03-15  8:18 UTC 

[PATCH 1/4] fastboot: add support to set fastboot_bbu from board code
 2024-03-15  7:20 UTC  (5+ messages)
` [PATCH 2/4] boot: add helper to set default boot source from board file
` [PATCH 3/4] startup: fix autoboot_state in case of abort
` [PATCH 4/4] common: barebox_banner: fix missing newline

[PATCH] ARM: i.MX: define MUX_MODE_SION for use in board code
 2024-03-15  7:12 UTC  (2+ messages)

[PATCH] net: cpsw: map/unmap buffers used for DMA
 2024-03-15  7:12 UTC  (2+ messages)

[PATCH] ddr: imx8m: add deprecation warnings for ddrphy_trained_csr
 2024-03-15  7:11 UTC  (2+ messages)

[PATCH master 1/2] ARM: i.MX8MQ: fix early boot hang
 2024-03-15  7:09 UTC  (3+ messages)
` [PATCH master 2/2] pmdomain: imx: gpc2: ignore missing regulators

[PATCH 00/12] hw_random: add 6 more RNG drivers
 2024-03-15  7:07 UTC  (14+ messages)
` [PATCH 01/12] hw_random: support ctrlc()
` [PATCH 02/12] ARM: io: read 32 bits at once for aligned I/O memcpy/memset
` [PATCH 03/12] driver: implement dev_platform_get_and_ioremap_resource
` [PATCH 04/12] hw_random: add struct hwrng::priv member
` [PATCH 05/12] hw_random: remove confusing left-overs from kernel help texts
` [PATCH 06/12] hw_random: remove reference to undefined CONFIG_HW_RANDOM
` [PATCH 07/12] hw_random: add Atmel RNG driver
` [PATCH 08/12] hw_random: add BCM2835 "
` [PATCH 09/12] hw_random: add IPROC RNG200 driver for BCM2711
` [PATCH 10/12] hw_random: add Rockchip RNG support
` [PATCH 11/12] hw_random: add timeriomem_rng driver
` [PATCH 12/12] hw_random: add OMAP RNG driver

[PATCH 1/4] string: add isempty helper
 2024-03-14  6:15 UTC  (5+ messages)
` [PATCH 2/4] common: env: make use of isempty()
` [PATCH 3/4] common: hostname: validate the provided hostname
` [PATCH 4/4] bootm: add global.bootm.provide_hostname option

[PATCH v2] console: flush consoles on newline when debugging
 2024-03-13 11:46 UTC  (3+ messages)

[PATCH 0/7] net: replace global NetRxPackets arrays with per-interface allocation
 2024-03-13 11:38 UTC  (9+ messages)
` [PATCH 1/7] net: add net_alloc_packets helper
` [PATCH 2/7] net: ep93xx: replace global NetRxPackets with per-interface allocation
` [PATCH 3/7] net: enc28j60: "
` [PATCH 4/7] net: gianfar: "
` [PATCH 5/7] net: ethoc: "
` [PATCH 6/7] net: cpsw: "
` [PATCH 7/7] net: retire global NetRxPackets arrays

[PATCH v2 0/6] arm: imx8mp: add karo electronics qsxp imx8mp som support
 2024-03-13 11:11 UTC  (8+ messages)
` [PATCH v2 1/6] of: introduce of_property_read_s32
` [PATCH v2 2/6] net: phy: micrel: update id table from Linux kernel
` [PATCH v2 3/6] net: phy: micrel: add support for ksz9131 phy
` [PATCH v2 4/6] arm: dts: karo: import dts for karo-qsxp-ml81
` [PATCH v2 5/6] arm: dts: karo: add karo imx8mp-karo-qsxp-ml81-qsbase4
` [PATCH v2 6/6] arm: imx8mp: add karo electronics qsxp-ml81 som support

[PATCH] of: fdt: justify fdt_machine_is_compatible parsing only the root node
 2024-03-13 10:52 UTC  (2+ messages)

[PATCH] nvmem: imx-ocotp-ele: fix fuse types on i.MX93
 2024-03-13 10:50 UTC  (2+ messages)

[PATCH master] common: console_common: handle NULL dev gracefully in dev_printf
 2024-03-13 10:50 UTC  (2+ messages)

[PATCH] console: flush consoles on newline when debugging
 2024-03-13  9:40 UTC 

[PATCH] MIPS: add generic device tree 2nd stage support
 2024-03-13  7:55 UTC  (3+ messages)

[PATCH] mci: arasan: add dma write support
 2024-03-13  7:45 UTC  (3+ messages)

[PATCH 1/5] ARM: i.MX: ele: move ELE_READ_SHADOW_REQ definition
 2024-03-13  7:42 UTC  (6+ messages)
` [PATCH 2/5] ARM: i.MX: ele: add function comments
` [PATCH 3/5] ARM: i.MX: ele: add ele_write_shadow_fuse
` [PATCH 4/5] nvmem: add nvmem_device_get_device()
` [PATCH 5/5] nvmem: imx-ocotp-ele: implement permanent write support

[PATCH v2] ARM: i.MX8MP: add König+Bauer AlphaJet board
 2024-03-13  7:41 UTC  (3+ messages)

[PATCH] imx25: Feed the unique id to machine_id_set_hashable()
 2024-03-13  7:41 UTC  (2+ messages)

[PATCH 0/2] ddr_spd: extend spd_decode to cover DDR3
 2024-03-13  6:39 UTC  (4+ messages)
` [PATCH 1/2] ddr_spd: add DDR3 Load Reduced module specific data
` [PATCH 2/2] ddr_spd: add routine for printing DDR3 SPD contents

[PATCH] of: partition: Also add partitions created by addpart to the boot dtb
 2024-03-13  6:34 UTC  (2+ messages)

[PATCH v2] ARM: i.MX8MP: skov: add MAC address assignment support
 2024-03-13  6:31 UTC  (2+ messages)

[PATCH v1] ARM: i.MX8MP: skov: add MAC address assignment support
 2024-03-12 13:51 UTC  (2+ messages)

[PATCH 00/12] mci: add HS200 support for eMMCs
 2024-03-12  8:34 UTC  (26+ messages)
` [PATCH 01/12] ARM: zynqmp: add sd_dll_reset call
` [PATCH 02/12] zynqmp: firmware: add functions to set tap delay
` [PATCH 03/12] mci: arasan: implement 25MHz quirk for zynqmp
` [PATCH 04/12] mci: arasan: read clk phases from DT
` [PATCH 05/12] mci: arasan: register sdcard/sampleclk
` [PATCH 06/12] include: mci: sync mci_timing with linux
` [PATCH 07/12] include: mci: add more EXT_CSD_CARD_TYPE_*
` [PATCH 08/12] mci: core: parse more host capabilities from DT
` [PATCH 09/12] mci: mci-core: add HS200 support
` [PATCH 10/12] mci: sdhci: add tuning support
` [PATCH 11/12] mci: arasan-sdhci: add HS200 tuning support on ZynqMP
` [PATCH 12/12] mci: arasan: use sdhci_wait_idle2

[PATCH 0/6] arm: imx8mp: add karo electronics qsxp imx8mp som support
 2024-03-11 14:48 UTC  (17+ messages)
` [PATCH 1/6] of: introduce of_property_read_s32
` [PATCH 2/6] net: phy: micrel: update id table from Linux kernel
` [PATCH 3/6] net: phy: micrel: add support for ksz9131 phy
` [PATCH 4/6] arm: dts: karo: import dts for karo-qsxp-ml81
` [PATCH 5/6] arm: dts: karo: add karo imx8mp-karo-qsxp-qsbase4
` [PATCH 6/6] arm: imx8mp: add karo electronics qsxp imx8mp som support

Documentation/boards/riscv.rst: can't rebuild image for BeagleV
 2024-03-11 11:50 UTC  (2+ messages)

[PATCH 1/2] ARM: i.MX8MM: set SION bits for i2c2, i2c3, i2c4 mux options
 2024-03-11 10:57 UTC  (3+ messages)
` [PATCH 2/2] ARM: i.MX8MN: set SION bits for i2c "

[PATCH] ARM: i.MX93: ele: start TRNG on i.MX93 rev a1
 2024-03-11 10:45 UTC  (4+ messages)

barebox + picotcp-1.7.0
 2024-03-10 20:19 UTC  (3+ messages)

NFSv4 boot support?
 2024-03-09 10:01 UTC  (8+ messages)

[PATCH] fs: fix overlap of O_RWSIZE with new O_PATH/O_CHROOT flags
 2024-03-08 14:20 UTC 

page: 

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