mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH v3 00/10] Barebox Deep-Probe
 2020-10-22  7:23 UTC  (12+ messages)
` [PATCH v3 01/10] imx53: remove unused imx53_add_nand
` [PATCH v3 02/10] of: platform: remove check of already added devices
` [PATCH v3 03/10] of: platform: Keep track of populated platform devices
` [PATCH v3 04/10] of: base: move memory init from DT to initcall
` [PATCH v3 05/10] of: base: move clock init from of_probe() to barebox_register_of()
` [PATCH v3 06/10] initcall: add of_populate_initcall
` [PATCH v3 07/10] common: add initial barebox deep-probe support
` [PATCH v3 08/10] ARM: i.MX: esdctl: add "
` [PATCH v3 09/10] ARM: stm32mp: ddrctrl: "
` [PATCH v3 10/10] ARM: boards: mx6-sabrelite: "

ARM bootm regression
 2020-10-22  6:13 UTC  (5+ messages)

[PATCH] MIPS: dtb: remove unused variable ``root''
 2020-10-22  1:56 UTC 

[PATCH] usb: i.MX: improve regulator handling
 2020-10-21 19:05 UTC  (13+ messages)

[PATCH v3 1/2] ARM: mmu64: allow to disable null pointer trap on zero page
 2020-10-21 14:51 UTC  (2+ messages)
` [PATCH v3 2/2] uimage: disable zero page when loading to SDRAM at address 0x0

[PATCH v2] MIPS: ls1b: enable pbl support for ls1bdev board
 2020-10-21 10:21 UTC  (2+ messages)

[PATCH] mci: stm32_sdmmc2: add support for SDMMC v2.0 as well
 2020-10-21 10:00 UTC  (2+ messages)

[PATCH] mfd: mc34704: fix register reading
 2020-10-21  9:56 UTC  (2+ messages)

[PATCH 1/2] commands: bootchooser: migrate menu entry to boot menu
 2020-10-21  9:52 UTC  (3+ messages)
` [PATCH 2/2] x86: configs: efi: enable some more useful options

[PATCH master 1/5] Documentation: smhfs: fix some typos
 2020-10-21  9:51 UTC  (6+ messages)
` [PATCH master 2/5] Documentation: boards: stm32mp: search engine optimization
` [PATCH master 3/5] Documentation: glossary: add some extra info
` [PATCH master 4/5] Documentation: x86: note EFI support
` [PATCH master 5/5] Documentation: aarch64-qemu-virt: note physical target support

Mini UART on RaspberryPi CM3/CM3+
 2020-10-21  8:21 UTC  (15+ messages)

[PATCH v2 0/8] Barebox Deep-Probe
 2020-10-20 20:08 UTC  (6+ messages)
` [PATCH v2 4/8] initcall: add of_populate_initcall

[PATCH 1/2] Regenerate defconfig files
 2020-10-20  7:35 UTC  (5+ messages)
` [PATCH 2/2] x86/config/efi: drop DRIVER_SERIAL_NS16550

[PATCH 1/3] net: macb: reduce DEBUG output to make it more useful
 2020-10-19  8:10 UTC  (8+ messages)
` [PATCH 2/3] net: macb: adjust clk_tx rate for link speed changes
` [PATCH 3/3] net: macb: fix compiler warning for 64 bit systems

[PATCH 1/3] sandbox: fix link error when UBSAN is selected without ASAN
 2020-10-19  7:58 UTC  (4+ messages)
` [PATCH 2/3] kbuild: force compiler to assume two's complement
` [PATCH 3/3] Revert "common: ubsan: ignore shifting one into sign bit"

[PATCH 1/2] doc: at91: delete done TODOs
 2020-10-19  7:56 UTC  (4+ messages)
` [PATCH 2/2] ARM: at91: define new at91_multi_defconfig

[PATCH 0/2] AT91: Update partition tables
 2020-10-19  7:47 UTC  (3+ messages)
` [PATCH 1/2] ARM: at91sam9263ek: Update NAND partitioning
` [PATCH 2/2] ARM: at91sam9x5ek: "

[PATCH v2 1/2] ARM: mmu64: allow to disable null pointer trap on zero page
 2020-10-15 14:34 UTC  (2+ messages)
` [PATCH v2 2/2] uimage: disable zero page when loading to SDRAM at address 0x0

[PATCH 1/2] ARM: mmu64: allow to disable null pointer trap on zero page
 2020-10-15  9:12 UTC  (10+ messages)
` [PATCH 2/2] uimage: disable zero page when loading to SDRAM at address 0x0

v2020.10.0
 2020-10-14  7:31 UTC 

[PATCH v3] ARM: imx: Add Support for Webasto ccbv2
 2020-10-14  6:45 UTC  (2+ messages)

[PATCH] imx6ul/imx6ull: include imx6ul-phytec-state.dtsi and enable state
 2020-10-14  6:38 UTC  (2+ messages)

[PATCH] console: add new write-only option
 2020-10-13  9:17 UTC  (3+ messages)

[PATCH v2 01/12] sandbox: dts: retire skeleton.dtsi
 2020-10-12 14:36 UTC  (13+ messages)
` [PATCH v2 02/12] of: implement of_property_read_u64_array
` [PATCH v2 03/12] sandbox: hostfile: unify --image and direct device tree probe
` [PATCH v2 04/12] sandbox: hostfile: support anonymous hostfiles in device tree
` [PATCH v2 05/12] sandbox: hostfile: maintain created temp files over reset
` [PATCH v2 06/12] sandbox: dts: define default environment node
` [PATCH v2 07/12] sandbox: poweroff: migrate to driver probed from device tree
` [PATCH v2 08/12] sandbox: power: implement reset source support
` [PATCH v2 09/12] sandbox: dts: implement reboot mode
` [PATCH v2 10/12] sandbox: add watchdog driver
` [PATCH v2 11/12] sandbox: dts: include state node by default
` [PATCH v2 12/12] sandbox: defconfig: enable new generic features

[PATCH] logo: Makefile: fix indentation of LOGO.S in quiet output
 2020-10-12 12:16 UTC  (2+ messages)

[PATCH master v2] logo: Makefile: fix Inkscape >= v1.0 Wayland GUI opening on LOGO.S
 2020-10-12 12:13 UTC  (2+ messages)

[PATCH master] logo: Makefile: fix inkscape Wayland GUI opening on LOGO.S
 2020-10-12 12:07 UTC  (2+ messages)

[PATCH 01/11] sandbox: dts: retire skeleton.dtsi
 2020-10-11 22:12 UTC  (11+ messages)
` [PATCH 02/11] of: implement of_property_read_u64_array
` [PATCH 03/11] sandbox: hostfile: unify --image and direct device tree probe
` [PATCH 04/11] sandbox: hostfile: support anonymous hostfiles in device tree
` [PATCH 05/11] sandbox: dts: define default environment node
` [PATCH 06/11] sandbox: poweroff: migrate to driver probed from device tree
` [PATCH 07/11] sandbox: power: implement reset source support
` [PATCH 08/11] sandbox: dts: implement reboot mode
` [PATCH 09/11] sandbox: add watchdog driver
` [PATCH 10/11] sandbox: dts: include state node by default
` [PATCH 11/11] sandbox: defconfig: enable new generic features

[PATCH v2 1/2] ARM: i.MX6UL: add iomux header for i.MX6UL
 2020-10-10 14:03 UTC  (6+ messages)
` [PATCH v2 2/2] ARM: imx: Add Support for Webasto ccbv2

[PATCH 1/2] README: update to reflect current state
 2020-10-10 13:34 UTC  (2+ messages)

[PATCH v1] ARM: protonic: disable on-die termination to fix PHY bootstrapping
 2020-10-09  7:25 UTC  (2+ messages)

[PATCH] usb: dwc2: Uninitialize host and device on remove
 2020-10-09  7:21 UTC  (2+ messages)

[PATCH v1] ARM: dts: imx6q-prti6q: add pstore/ramoops node
 2020-10-09  7:19 UTC  (2+ messages)

[PATCH] Documentation: efi: update SnpDxe build instructions
 2020-10-09  6:49 UTC  (2+ messages)

[PATCH v2 1/7] driver: introduce less error-prone dev_get_drvdata alternative
 2020-10-09  6:48 UTC  (8+ messages)
` [PATCH v2 2/7] led: pca955x: fix probing from device tree
` [PATCH v2 3/7] dma: apbh: fix out-of-bounds write on 64-bit SoCs
` [PATCH v2 4/7] aiodev: lm75: "
` [PATCH v2 5/7] mtd: nand-mxs: "
` [PATCH v2 6/7] video: imx-hdmi: fix dev_get_drvdata misuse
` [PATCH v2 7/7] driver: migrate some from dev_get_drvdata to device_get_match_data

[PATCH 1/2] gen-dtb-s: support x86 and other platforms with 16-bit .word
 2020-10-08  6:33 UTC  (5+ messages)
` [PATCH 2/2] sandbox: compile in a fallback device tree

[PATCH] arch/x86: Replace license and copyright boilerplate by SPDX identfiers
 2020-10-07 14:01 UTC  (2+ messages)

[PATCH v2020.09.0] fixup! UPSTREAM: ARM: dts: imx6ul: phycore: Add phyCORE i.MX6 UL with eMMC
 2020-10-07 12:47 UTC  (2+ messages)

[PATCH v2] ARM: dts: imx6ul: phycore: Add phyCORE i.MX6 UL with eMMC
 2020-10-07 12:29 UTC  (3+ messages)

[PATCH v2] kbuild: add dtbs target for building all dtbs of an ARCH
 2020-10-07  8:48 UTC  (3+ messages)

[PATCH 1/7] driver: introduce less error-prone dev_get_drvdata alternative
 2020-10-07  8:43 UTC  (7+ messages)

[PATCH 09/10] power: reset: syscon-reboot-mode: support multi-word reboot modes
 2020-10-07  8:18 UTC  (2+ messages)

[PATCH 1/3] ARM: stm32mp: migrate board initcalls to board drivers
 2020-10-07  8:08 UTC  (5+ messages)
` [PATCH 2/3] ARM: stm32mp: dk2: rename to dkx to make dk1 support clearer
` [PATCH 3/3] ARM: stm32mp: defconfig: enable more useful options
` [PATCH] fixup! ARM: stm32mp: migrate board initcalls to board drivers

[PATCH] bootm: propagate register_image_handler return value
 2020-10-07  8:06 UTC  (2+ messages)

[PATCH 1/2] drivers/ddr/imx8: remove leftover DEBUG defines
 2020-10-07  8:05 UTC  (3+ messages)
` [PATCH 2/2] ARM: i.MX: nxp-imx8mm-evk: adjust DDR training order

[PATCH 0/7] remoteproc: Add i.MX8M Cortex-M[47] support
 2020-10-07  7:07 UTC  (12+ messages)
` [PATCH 1/7] remoteproc: imx: Fix off-by-one error
` [PATCH 2/7] remoteproc: imx: Change SoC order in code
` [PATCH 3/7] remoteproc: imx: use function hooks in SoC data
` [PATCH 4/7] remoteproc: imx: Add i.MX8M support
` [PATCH 5/7] clk: i.MX8MQ: Add Cortex-M4 clk
` [PATCH 6/7] ARM: dts: i.MX8MQ: Add Cortex-M4 Coprocessor node
` [PATCH 7/7] ARM: dts: i.MX8MP: Add Cortex-M7 "

imx6ul: fec: stuck on ifup after ifdown
 2020-10-06  9:58 UTC  (4+ messages)

[PATCH] fixup! magicvar: Replace BAREBOX_MAGICVAR_NAMED with BAREBOX_MAGICVAR
 2020-10-05  8:07 UTC 

page:  |  | latest

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