mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH] ARM: dts: i.MX8MP: remove memory node
 2023-03-13 13:46 UTC  (4+ messages)

[PATCH v2 00/23] FlexSPI image/boot/update support
 2023-03-13 13:42 UTC  (24+ messages)
` [PATCH v2 01/23] spi: remove flash_platform_data support
` [PATCH v2 02/23] bbu: make it possible to check multiple of-compatibles
` [PATCH v2 03/23] ARM: i.MX8MM: add missing IMD_USED_OF image metadata entry
` [PATCH v2 04/23] ARM: i.MX8MN: add missing IMD_USED_OF image metadata entries
` [PATCH v2 05/23] mci: imx-esdhc-pbl: fix number of read blocks
` [PATCH v2 06/23] mci: imx-esdhc-pbl: refactor the esdhc_load_image function
` [PATCH v2 07/23] mci: imx-esdhc-pbl: move imx_load_image into common xload code
` [PATCH v2 08/23] ARM: i.MX8M: Add QSPI image load support
` [PATCH v2 09/23] ARM: i.MX bootsource: set QSPI instance
` [PATCH v2 10/23] ARM: i.MX8MM bootsource: fix QSPI boot source detection
` [PATCH v2 11/23] ARM: i.MX8M: Add QSPI boot support
` [PATCH v2 12/23] scripts: imx-image: convert flag variables into bool
` [PATCH v2 13/23] scripts: imx-image: header_v2: factor out offset parameter
` [PATCH v2 14/23] scripts: imx-image: header_v2: add header_len parameter
` [PATCH v2 15/23] scripts: imx-image: add FlexSPI image support
` [PATCH v2 16/23] filetype: add NXP FlexSPI filetype
` [PATCH v2 17/23] ARM: i.MX: bbu: rename IMX_INTERNAL_FLAG_ERASE to IMX_BBU_FLAG_ERASE
` [PATCH v2 18/23] ARM: i.MX: bbu: add filetype offset
` [PATCH v2 19/23] ARM: i.MX: bbu: add FlexSPI update handler
` [PATCH v2 20/23] ARM: i.MX8M: enable FlexSPI image support
` [PATCH v2 21/23] ARM: i.MX8M: add qspi barebox and barebox-environment partitions
` [PATCH v2 22/23] ARM: i.MX8M: add QSPI update handler
` [PATCH v2 23/23] Documentation: i.MX8M: add EVK QSPI NOR barebox installation documentation

[PATCH 0/3] MIPS: dma-default: fix dma_sync_single_for_*
 2023-03-13 10:53 UTC  (4+ messages)
` [PATCH 1/3] dma: use dma/cpu conversions correctly in dma_map/unmap_single
` [PATCH 2/3] MIPS: dma-default: use virtual addresses when flushing caches
` [PATCH 3/3] MIPS: dma-default: do not flush caches in dma_sync_single_* excessively

[PATCH v2 1/4] of: base: factor out of_merge_nodes from of_copy_node
 2023-03-13  7:05 UTC  (10+ messages)
` [PATCH v2 2/4] of: support of_ensure_probed for top-level machine device
` [PATCH v2 4/4] boards: qemu-virt: support passing in FIT public key

[RESEND PATCH] kconfig: Proposed language extension for multiple builds
 2023-03-12 11:05 UTC  (5+ messages)

[PATCH v3 0/7] support overlays to the barebox live tree
 2023-03-10  9:42 UTC  (8+ messages)
` [PATCH v3 1/7] kbuild: Add target to build dtb overlay files
` [PATCH v3 2/7] driver: Add rescan hook to struct device
` [PATCH v3 3/7] i2c: implement rescan
` [PATCH v3 4/7] spi: Directly register SPI device
` [PATCH v3 5/7] spi: reduce scope of 'chip'
` [PATCH v3 6/7] spi: implement rescan
` [PATCH v3 7/7] of_overlay: Add option to apply overlay to live tree

[PATCH v2 0/7] support overlays to the barebox live tree
 2023-03-10  8:37 UTC  (20+ messages)
` [PATCH v2 1/7] kbuild: Add target to build dtb overlay files
` [PATCH v2 2/7] driver: Add rescan hook to struct device
` [PATCH v2 3/7] i2c: implement rescan
` [PATCH v2 4/7] spi: Directly register SPI device
` [PATCH v2 5/7] spi: reduce scope of 'chip'
` [PATCH v2 6/7] spi: implement rescan
` [PATCH v2 7/7] of_overlay: Add option to apply overlay to live tree

SPI NOR w25q128 "flash operation timed out"
 2023-03-09 17:52 UTC  (4+ messages)

[PATCH] ARM: Do not print exception stacktrace in panic
 2023-03-09 14:26 UTC 

[PATCH] ARM: Enable frame pointers for arm64
 2023-03-09 14:07 UTC  (2+ messages)

[PATCH 00/21] FlexSPI image/boot/update support
 2023-03-09 11:41 UTC  (24+ messages)
` [PATCH 01/21] spi: remove flash_platform_data support
` [PATCH 02/21] bbu: make it possible to check multiple of-compatibles
` [PATCH 03/21] ARM: i.MX8MM: add missing IMD_USED_OF image metadata entry
` [PATCH 04/21] ARM: i.MX8MN: add missing IMD_USED_OF image metadata entries
` [PATCH 05/21] mci: imx-esdhc-pbl: fix number of read blocks
` [PATCH 06/21] mci: imx-esdhc-pbl: refactor the esdhc_load_image function
` [PATCH 07/21] mci: imx-esdhc-pbl: move imx_load_image into common xload code
` [PATCH 08/21] ARM: i.MX8M: Add QSPI image load support
` [PATCH 09/21] ARM: i.MX8MM bootsource: fix QSPI boot source detection
` [PATCH 10/21] ARM: i.MX8M: Add QSPI boot support
` [PATCH 11/21] scripts: imx-image: convert flag variables into bool
` [PATCH 12/21] scripts: imx-image: header_v2: factor out offset parameter
` [PATCH 13/21] scripts: imx-image: header_v2: add header_len parameter
` [PATCH 14/21] scripts: imx-image: add FlexSPI image support
` [PATCH 15/21] filetype: add NXP FlexSPI filetype
` [PATCH 16/21] ARM: i.MX: bbu: rename IMX_INTERNAL_FLAG_ERASE to IMX_BBU_FLAG_ERASE
` [PATCH 17/21] ARM: i.MX: bbu: add target device offset
` [PATCH 18/21] ARM: i.MX: bbu: add FlexSPI update handler
` [PATCH 19/21] ARM: i.MX8M: enable FlexSPI image support
` [PATCH 20/21] ARM: i.MX8M: add qspi barebox and barebox-environment partitions
` [PATCH 21/21] ARM: i.MX8M: add QSPI update handler

[PATCH 0/7] support overlays to the barebox live tree
 2023-03-09 11:36 UTC  (9+ messages)
` [PATCH 1/7] kbuild: Add target to build dtb overlay files
` [PATCH 2/7] driver: Add rescan hook to struct device
` [PATCH 3/7] i2c: implement rescan
` [PATCH 4/7] spi: Directly register SPI device
` [PATCH 5/7] spi: reduce scope of 'chip'
` [PATCH 6/7] spi: implement rescan
` [PATCH 7/7] of_overlay: Add option to apply overlay to live tree

[PATCH 1/4] ARM: i.MX8M: add option to install OP-TEE
 2023-03-09 11:04 UTC  (5+ messages)
` [PATCH 2/4] drivers: implement of_optee_fixup helper function
` [PATCH 3/4] ARM: i.MX8M: fixup op-tee nodes
` [PATCH 4/4] drivers: drop unneeded CONFIG_CRYPTO_HW guard

[PATCH] blspec: support higher verbosity levels for boot
 2023-03-09 10:52 UTC  (2+ messages)

[PATCH 1/3] gpio: gpioinfo: use dev_name to get device name
 2023-03-09 10:51 UTC  (4+ messages)
` [PATCH 2/3] gpio: pca953x: sync DT compatibles with Linux
` [PATCH 3/3] gpio: pca953x: add optional support for regulator and reset GPIO

[PATCH master 1/5] net: dsa: realtek: rtl8365mb: add missing new line to log print
 2023-03-09 10:50 UTC  (6+ messages)
` [PATCH master 2/5] net: dsa: realtek: mdio: fix out-of-bounds memory write
` [PATCH master 3/5] crypto: caam - pbl-init: fix null pointer check
` [PATCH master 4/5] ARM: i.MX8M: silence warning accessing bootrom log in zero page
` [PATCH master 5/5] ARM: i.MX8M: fix outdated comment about imx-atf

Subject: [PATCH 1/1] ARM:lib32: add architected timer
 2023-03-09 10:48 UTC  (2+ messages)

[PATCH] clk: Rockchip: Fix arrays out of bounds access
 2023-03-09 10:47 UTC 

[PATCH] arm: rockchip_v8_defconfig: disable DEBUG_LL
 2023-03-08 14:39 UTC 

[PATCH] power: reset: Fix array out of bounds access
 2023-03-08  9:34 UTC 

Subject: [PATCH V2 0/1] ARM: lib32: add architected timer
 2023-03-07 16:17 UTC 

[RFC 0/2] dma: clean up streaming DMA API
 2023-03-06 13:56 UTC  (4+ messages)
` [RFC 1/2] dma: rework dma_sync_single interface

Subject: [PATCH 1/1] ARM:lib32: add architected timer
 2023-03-06 13:13 UTC  (4+ messages)

Subject: [PATCH 0/1] ARM: lib32: add architected timer
 2023-03-03 17:05 UTC 

Subject: [PATCH 1/3] ARM:lib32: add architected timer
 2023-03-03 14:44 UTC  (5+ messages)

[PATCH] serial: ns16550: Fix device-tree probe and add proper teardown
 2023-03-03 13:52 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] usb: dwc2: Fix memory leak in probe error path
 2023-03-03 13:50 UTC  (2+ messages)

[PATCH] usb: dwc3: Use clk_bulk_get_all()
 2023-03-03 13:45 UTC 

[PATCH 0/2] i.MX: Remove support for old boards
 2023-03-03 11:53 UTC  (3+ messages)

[PATCH 00/50] ARM: multi-arch support
 2023-03-03  9:21 UTC  (51+ messages)
` [PATCH 01/50] ARM: i.MX: Move mach header files to include/mach/imx
` [PATCH 02/50] ARM: Rockchip: Move mach header files to include/mach/rockchip
` [PATCH 03/50] ARM: Zynqmp: Move mach header files to include/mach/zynqmp
` [PATCH 04/50] ARM: mvebu: Move mach header files to include/mach/mvebu
` [PATCH 05/50] ARM: davinci: Move mach header files to include/mach/davinci
` [PATCH 06/50] ARM: bcm283x: Move mach header files to include/mach/bcm283x
` [PATCH 07/50] ARM: stm32mp: Move mach header files to include/mach/stm32mp
` [PATCH 08/50] ARM: zynq: Move mach header files to include/mach/zynq
` [PATCH 09/50] ARM: vexpress: Move mach header files to include/mach/vexpress
` [PATCH 10/50] ARM: versatile: Move mach header files to include/mach/versatile
` [PATCH 11/50] ARM: layerscape: Move mach header files to include/mach/layerscape
` [PATCH 12/50] ARM: tegra: Move mach header files to include/mach/tegra
` [PATCH 13/50] ARM: uemd: Move mach header files to include/mach/uemd
` [PATCH 14/50] ARM: socfpga: Move mach header files to include/mach/socfpga
` [PATCH 15/50] ARM: pxa: Move mach header files to include/mach/pxa
` [PATCH 16/50] ARM: omap: Move mach header files to include/mach/omap
` [PATCH 17/50] ARM: nomadik: Move mach header files to include/mach/nomadik
` [PATCH 18/50] ARM: mxs: Move mach header files to include/mach/mxs
` [PATCH 19/50] ARM: ep93xx: Move mach header files to include/mach/ep93xx
` [PATCH 20/50] ARM: digic: Move mach header files to include/mach/digic
` [PATCH 21/50] ARM: clps711x: Move mach header files to include/mach/clps711x
` [PATCH 22/50] ARM: at91: Move mach header files to include/mach/at91
` [PATCH 23/50] ARM: Drop mach dir include path
` [PATCH 24/50] include/mach/: use unique double inclusion protectors
` [PATCH 25/50] ARM: i.MX: Only provide PUTC_LL() when activated
` [PATCH 26/50] debug_ll ns16550: Do not define PUTC_LL()
` [PATCH 27/50] debug_ll ns16550: Use CONFIG_BAUDRATE
` [PATCH 28/50] ARM: Rockchip: Use ns16550 debug_ll helper
` [PATCH 29/50] ARM: Rockchip: Only provide PUTC_LL() when activated
` [PATCH 30/50] ARM: omap: Use ns16550 debug_ll helper
` [PATCH 31/50] ARM: omap: Only provide PUTC_LL() when activated
` [PATCH 32/50] ARM: omap: usbboot: Enable USB communication when needed
` [PATCH 33/50] ARM: omap: Make multi-arch safe
` [PATCH 34/50] ARM: Rockchip: Make safe for multi-arch
` [PATCH 35/50] pm_domains: Enable explicitly when we have power-domain providers
` [PATCH 36/50] ARM: add multi-arch support
` [PATCH 37/50] ARM: omap: Add support for multi-arch
` [PATCH 38/50] ARM: zynqmp: Add multi-arch support
` [PATCH 39/50] ARM: i.MX: Add missing include
` [PATCH 40/50] ARM: i.MX: move board selection into menu
` [PATCH 41/50] ARM: stm32mp: Only provide PUTC_LL() when activated
` [PATCH 42/50] ARM: stm32mp: Make safe for multi-arch
` [PATCH 43/50] ARM: stm32mp: Add multi-arch support
` [PATCH 44/50] ARM: vexpress: Drop unnecessary initcall
` [PATCH 45/50] ARM: vexpress: Only provide PUTC_LL() when activated
` [PATCH 46/50] ARM: vexpress: Add multi-arch support
` [PATCH 47/50] ARM: bcm283x: Only provide PUTC_LL() when activated
` [PATCH 48/50] ARM: bcm283x: Add multi-arch support
` [PATCH 49/50] ARM: Add multi_v7_defconfig
` [PATCH 50/50] ARM: Add multi_v8_defconfig

page:  |  | latest

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