mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 1/4] firmware: Add request/release_firmware() calls
 2023-03-30 12:02 UTC  (9+ messages)
` [PATCH 2/4] video: Add of_get_display_timing
` [PATCH 3/4] video: add MIPI DBI framebuffer helpers
` [PATCH 4/4] video: Add MIPI DBI compatible SPI driver

LS1021A performance
 2023-03-30 11:45 UTC  (2+ messages)

[PATCH master] ARM: dts: i.MX8MP: snps,dis-u2-freeclk-exists-quirk
 2023-03-30 11:38 UTC 

[PATCH 1/4] spi: add per-driver bits-per-word mask
 2023-03-30 10:33 UTC  (4+ messages)
` [PATCH 2/4] spi: stm32: support per-transfer bits per word switching
` [PATCH 3/4] video: mipi_dbi: disable byte swapping if 16-bit SPI transfers are supported
` [PATCH 4/4] spi: update spi_board_info FIXME comment

[PATCH] mci: sdhci: Add and use common sdhci_wait_for_done()
 2023-03-28 12:33 UTC  (4+ messages)

[PATCH 1/2] mci: rockchip-dwcmshc-sdhci: use sdhci_reset()
 2023-03-28 12:32 UTC  (3+ messages)
` [PATCH 2/2] mci: arasan: "

[PATCH] arm: rockchip: radxa-rock3: Fix SD/eMMC device numbers
 2023-03-28 11:55 UTC 

[PATCH] scripts: imx: Ignore ';' and '\n' in quotes
 2023-03-28  8:22 UTC  (2+ messages)

[PATCH v2 0/6] ARM: Rockchip: Read amount of memory from DDR controller
 2023-03-28  8:18 UTC  (8+ messages)
` [PATCH v2 1/6] ARM: dts: rk356x: Add DMC controller node
` [PATCH v2 2/6] ARM: Rockchip: implement memory read out from controller
` [PATCH v2 3/6] ARM: Rockchip: Add rk3568 specific barebox entry function
` [PATCH v2 4/6] ARM: Rockchip: rk3568: use rk3568_barebox_entry()
` [PATCH v2 5/6] ARM: Rockchip: make bootsource logic generic to all SoCs
` [PATCH v2 6/6] ARM: Rockchip: Do not pass device tree to TF-A

[PATCH] common: improve CONFIG_DEFAULT_COMPRESSION_* documentation
 2023-03-28  8:00 UTC  (2+ messages)

[PATCH] Documentation: booting-linux: document booting specific FIT configuration
 2023-03-28  7:46 UTC  (2+ messages)

[PATCH] Documentation: barebox environment: recommend a partition type GUID for GPT partitions
 2023-03-27 13:12 UTC 

[PATCH 0/5] ARM: Rockchip: Read amount of memory from DDR controller
 2023-03-27  8:31 UTC  (10+ messages)
` [PATCH 1/5] ARM: dts: rk356x: Add DMC controller node
` [PATCH 2/5] ARM: Rockchip: implement memory read out from controller
` [PATCH 3/5] ARM: Rockchip: Add rk3568 specific barebox entry function
` [PATCH 4/5] ARM: Rockchip: rk3568: use rk3568_barebox_entry()
` [PATCH 5/5] ARM: Rockchip: make bootsource logic generic to all SoCs

[PATCH 0/3] ARM: straighten 32bit/64bit Kconfig options
 2023-03-25  4:46 UTC  (5+ messages)
` [PATCH 1/3] ARM: remove freescale-mx21-ads_defconfig
` [PATCH 2/3] ARM: update defconfigs
` [PATCH 3/3] ARM: cleanup 32bit/64bit support in Kconfig

[PATCH] mmc: fix calculation of Max Enhanced Area
 2023-03-24 12:21 UTC  (2+ messages)

[PATCH] ARM: dts: i.MX8MP: add dual-role usb-type-c PORT1 support
 2023-03-24 12:19 UTC  (2+ messages)

[PATCH] ARM: Rockchip: let boards depend on 32/64bit
 2023-03-24 10:45 UTC  (3+ messages)

[PATCH] usb: gadget: fastboot: Do not dequeue idle request
 2023-03-24  8:48 UTC  (2+ messages)

[PATCH] usb: dwc3: gadget: lower informal user notifaction dequeue operation
 2023-03-24  8:39 UTC  (3+ messages)

[PATCH] clk: clk-gpio: Add Kconfig symbol
 2023-03-23 12:04 UTC 

[PATCH] pbl: Implement dev_printf()
 2023-03-23 11:51 UTC 

[PATCH] ARM: ZynqMP: Move ZynqMP feature selection into submenu
 2023-03-22 14:15 UTC 

[PATCH] usb: xhci-hcd: Give it some more time to stop
 2023-03-22 13:50 UTC 

[PATCH 0/4] Allow to probe clks added in overlays
 2023-03-22  9:25 UTC  (6+ messages)
` [PATCH 1/4] clk: clk-gpio: Turn into driver
` [PATCH 2/4] clk: of: drop arguments from of_clk_init()
` [PATCH 3/4] clk: of: make of_clk_init() safe for being called multiple times
` [PATCH 4/4] commands: of_overlay: Allow to register clocks from overlay

[PATCH] ARM: dts: rockchip: remove unused rk3568 dtsi files
 2023-03-22  8:40 UTC 

[PATCH 00/18] USB gadget overhaul
 2023-03-22  8:28 UTC  (22+ messages)
` [PATCH 01/18] usb: gadget: fastboot: Allocate IN requests when needed
` [PATCH 02/18] usb: gadget: drop gadget_chips.h
` [PATCH 03/18] usb: gadget: move files to place where Linux has them
` [PATCH 04/18] usb: move include "
` [PATCH 05/18] usb: ch9: Update from Linux Kernel
` [PATCH 06/18] phy: Add mode setting support
` [PATCH 07/18] driver: Add unregister_driver()
` [PATCH 08/18] usb: gadget: Update core to Linux-6.3-rc2
` [PATCH 09/18] uuid.h: sync with Linux-6.3-rc2
` [PATCH 10/18] usb: gadget: Add super-speed-plus descriptors
` [PATCH 11/18] usb: gadget: update composite.c from Linux-6.3-rc2
` [PATCH 12/18] Add dev_WARN_ONCE()
` [PATCH 13/18] usb: dwc3: sync with Linux-6.3-rc2
` [PATCH 14/18] usb: gadget: dfu: Assign super speed descriptors
` [PATCH 15/18] usb: gadget: fastboot: Add "
` [PATCH 16/18] usb: gadget: mass storage: "
` [PATCH 17/18] usb: gadget: u_serial: Put back to list if shutdown
` [PATCH 18/18] usb: gadget multi: support USB Super Speed

[PATCH 0/3] mtd: nand: atmel: legacy: fix boot on USB-A9G20
 2023-03-22  7:41 UTC  (15+ messages)
` [PATCH 1/3] mtd: nand: atmel: legacy: add 'algo' to use
` [PATCH 2/3] mtd: nand: atmel: legacy: use proper ecc_shift
` [PATCH 3/3] mtd: nand: atmel: legacy: remove superfluous code

[PATCH] net: macb: Adjust zynq compatibles to upstream device trees
 2023-03-21 14:58 UTC 

[PATCH] Documentation: imx: improve reboot mode section
 2023-03-21  8:13 UTC  (2+ messages)

[PATCH] commands: nand: add missing parameters to help
 2023-03-21  8:13 UTC  (2+ messages)

[PATCH] commands: edit: fix typo in Kconfig help text
 2023-03-21  8:12 UTC  (2+ messages)

[PATCH v2] Documentation: devicetree: list automatic boot argument fixups
 2023-03-21  8:10 UTC  (3+ messages)

[PATCH v1 1/3] net: dsa: add adjust_link support
 2023-03-21  8:09 UTC  (4+ messages)
` [PATCH v1 2/3] net: dsa: sja1105: move port enable to adjust link code
` [PATCH v1 3/3] net: dsa: sja1105: fall back to default speed configuration if no link was detected

[PATCH] arm: rockchip: add support for CM3 on IO board
 2023-03-20  8:19 UTC  (2+ messages)

Autoboot when idling at prompt possible?
 2023-03-17 17:35 UTC  (3+ messages)

[PATCH] Documentation: devicetree: list automatic boot argument fixups
 2023-03-17 11:15 UTC  (2+ messages)

[PATCH v1] ARM: boards: protonic-imx6: fix board probe for LANMCU
 2023-03-17 11:12 UTC  (2+ messages)

[PATCH v2 00/23] FlexSPI image/boot/update support
 2023-03-17 11:11 UTC  (16+ messages)
` [PATCH v2 07/23] mci: imx-esdhc-pbl: move imx_load_image into common xload code
` [PATCH v2 10/23] ARM: i.MX8MM bootsource: fix QSPI boot source detection
` [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

v2023.03.0
 2023-03-17 11:09 UTC 

[PATCH] ARM: i.MX: boards: Use imx6_cpu_lowlevel_init()
 2023-03-17  9:44 UTC 

imx8 - gpc: Support IMX8 Lite
 2023-03-16 15:09 UTC  (4+ messages)

[PATCH] common: elf: use proper field to get segment memory size
 2023-03-16  9:51 UTC  (2+ messages)

[PATCH] imx-usb-loader: Don't try to transfer more data than contained in the image
 2023-03-16  9:00 UTC  (2+ messages)

[PATCH 0/3] MIPS: bootm: tiny fixes in do_bootm_elf()
 2023-03-16  8:59 UTC  (5+ messages)
` [PATCH 1/3] MIPS: bootm: do not free fdt pointer that contains an error
` [PATCH 2/3] MIPS: bootm: do not leak memory on error in of_overlay_load_firmware()
` [PATCH 3/3] MIPS: bootm: remove unnecessary phys/virt conversions

[PATCH v3 0/7] support overlays to the barebox live tree
 2023-03-16  8:58 UTC  (7+ messages)
` [PATCH v3 7/7] of_overlay: Add option to apply overlay to "

[PATCH master] net: dsa: abort registration when master is unresolvable
 2023-03-16  8:42 UTC  (2+ messages)

[PATCH] lib: string: remove duplicated function
 2023-03-16  8:41 UTC  (2+ messages)

[PATCH] fs: tftp: Fix NULL pointer deref in file upload
 2023-03-15  9:53 UTC 

[PATCH] Let NET_USB select PHYLIB
 2023-03-15  8:05 UTC  (2+ messages)

[PATCH v3 0/2] Initial LS1021-IOT board support
 2023-03-14 17:37 UTC  (3+ messages)

[PATCH] ARM: dts: i.MX8MP: remove memory node
 2023-03-14 14:08 UTC  (9+ messages)

[PATCH master 1/2] of: partition: skip NVMEM partition setup partition parsing fails
 2023-03-14  9:02 UTC  (3+ messages)
` [PATCH master 2/2] commands: stat: fix UUID print

[PATCH v3 0/3] boards: qemu-virt: support passing in FIT public key
 2023-03-14  8:05 UTC  (6+ messages)
` [PATCH v3 1/3] boards: qemu-virt: apply overlay at postcore_initcall level
` [PATCH v3 2/3] boards: qemu-virt: compile overlay as such
` [PATCH v3 3/3] boards: qemu-virt: support passing in FIT public key

[PATCH 2/2] ARM: Layerscape: Add LS1021A IOT board support
 2023-03-13 14:43 UTC 

[PATCH 1/2] ARM: add LS1021A to Layerscape machine support
 2023-03-13 14:43 UTC 

[PATCH v2 1/4] of: base: factor out of_merge_nodes from of_copy_node
 2023-03-13 14:43 UTC  (6+ messages)
` [PATCH v2 2/4] of: support of_ensure_probed for top-level machine device

page:  |  | latest

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