mail archive of the barebox mailing list
 help / color / mirror / Atom feed
imx8 - gpc: Support IMX8 Lite
 2023-04-14  7:59 UTC  (4+ messages)

[PATCH v3] kbuild: drop reliance on echo -e extension for DT fragments
 2023-04-14  7:31 UTC  (2+ messages)

[PATCH] commands: menu: enable help text parsing for sphinx docs
 2023-04-14  7:30 UTC  (2+ messages)

[PATCH v2] kbuild: use printf instead of echo -e extension
 2023-04-13  9:40 UTC  (3+ messages)

[PATCH v2 1/2] scripts: gen-dtb-s: reference OF IMD entries automatically
 2023-04-13  7:26 UTC  (7+ messages)
` [PATCH v2 2/2] treewide: remove no-longer needed IMD_USED_OF
  ` [PATCH] fixup! scripts: gen-dtb-s: reference OF IMD entries automatically

[PATCH] hush: Fix a memory leak in run_command()
 2023-04-12 11:29 UTC  (2+ messages)

[PATCH] Documentation: barebox environment: recommend a partition type GUID for GPT partitions
 2023-04-11 13:14 UTC  (3+ messages)

[PATCH] video: fbconsole: implement non-fullscreen fbconsole
 2023-04-11 13:14 UTC  (2+ messages)

[PATCH] clock: implement CLOCKSOURCE_MASK in terms of GENMASK_ULL
 2023-04-11 13:13 UTC  (2+ messages)

[PATCH v3 0/3] boards: qemu-virt: support passing in FIT public key
 2023-04-11 12:35 UTC  (3+ messages)

[PATCH] ARM: LS1021A: slow boot
 2023-04-11 12:34 UTC  (2+ messages)

[PATCH 0/3] scripts: imx: make imx-usb-loader compilable for MinGW
 2023-04-11 12:30 UTC  (5+ messages)
` [PATCH 1/3] imx-usb-loader: don't depend on arpa/inet.h for endianness conversion
` [PATCH 2/3] scripts: compiler.h: add Windows support
` [PATCH 3/3] scripts: common: drop unused mman.h include

[PATCH v2 1/3] video: fb: add optional damage tracking
 2023-04-11 12:02 UTC  (4+ messages)
` [PATCH v2 2/3] graphic_utils: "
` [PATCH v2 3/3] video: mipi_dbi: add damage tracking and partial updates

[PATCH master] treewide: add missing device tree artifact cleanup where needed
 2023-04-11 12:01 UTC  (2+ messages)

[PATCH v1 2/2] ARM: add sama5d4_wifx to at91_multi_defconfig
 2023-04-11 12:00 UTC  (2+ messages)

[PATCH v1 1/2] ARM: sama5d4_wifx: fix build with moved mach files
 2023-04-11 12:00 UTC  (2+ messages)

[PATCH] fixup! spi: add per-driver bits-per-word mask
 2023-04-11 11:58 UTC  (2+ messages)

[PATCH master 00/14] treewide: fixes for master
 2023-04-11 11:57 UTC  (17+ messages)
` [PATCH master 01/14] test: riscv: fix YAMLs after defconfig rename
` [PATCH master 02/14] RISC-V: board-dt-2nd: fix hang in startup
` [PATCH master 03/14] RISC-V: sifive: disable non-functional SPI nodes
` [PATCH master 04/14] video: qemu-ramfb: reduce -ENODEV lo level to debug
` [PATCH master 05/14] gpiolib: fix gpio label generation with gpiod_get
` [PATCH master 06/14] test: emulate.pl: fix firmware use with non-tuxmake out-of-tree build
` [PATCH master 07/14] RISC-V: restrict GCC optimization some more
` [PATCH master 08/14] RISC-V: configs: rv64i_defconfig: disable SBI serial
` [PATCH master 09/14] net: dsa: realtek: include needed headers directly
` [PATCH master 10/14] net: linux/mdio.h: add missing init.h header
` [PATCH master 11/14] Kbuild: export CROSS_PKG_CONFIG
` [PATCH master 12/14] treewide: fix includes missed by multiarch support
` [PATCH master 13/14] mci: dw_mmc: make reset optional
` [PATCH master 14/14] kbuild: remove useless use of /usr/bin/env

[PATCH 1/3] video: fb: add optional damage tracking
 2023-04-05 12:27 UTC  (7+ messages)
` [PATCH 2/3] video: fbconsole: "
` [PATCH 3/3] video: mipi_dbi: add damage tracking and partial updates

[PATCH] fastboot: avoid console_countdown_abort for getvar request
 2023-04-05  9:50 UTC 

[PATCH v2 0/6] ARM: Rockchip: Read amount of memory from DDR controller
 2023-04-05  6:48 UTC  (14+ 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 next v2] arm: rockchip: add support for CM3 on IO board
 2023-04-04 12:28 UTC  (3+ messages)

[PATCH] hush: pacify clang -Wparentheses-equality warning
 2023-04-04 10:46 UTC  (2+ messages)

[PATCH] ARM: i.MX: iim: Fix imx_iim_reg_write() return type
 2023-04-04 10:46 UTC 

[PATCH v2 00/23] FlexSPI image/boot/update support
 2023-04-04  9:05 UTC  (6+ messages)
` [PATCH v2 02/23] bbu: make it possible to check multiple of-compatibles

[PATCH] ARM: boards: protonic-imx6: fix bbu_handler device paths
 2023-04-04  7:05 UTC  (2+ messages)

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

[PATCH 1/4] spi: add per-driver bits-per-word mask
 2023-04-03  7:12 UTC  (6+ 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] of: implement of_property_present helper
 2023-04-03  7:05 UTC  (2+ messages)

[PATCH master] pinctrl: stm32: Remove check for pins-are-numbered
 2023-04-03  7:04 UTC  (2+ messages)

[PATCH] common: state: make barebox-state enabling in Kconfig easier
 2023-04-03  7:04 UTC  (2+ messages)

[PATCH v2 1/4] firmware: Add request/release_firmware() calls
 2023-04-03  7:03 UTC  (5+ messages)
` [PATCH v2 2/4] video: Add of_get_display_timing
` [PATCH v2 3/4] video: add MIPI DBI framebuffer helpers
` [PATCH v2 4/4] video: Add MIPI DBI compatible SPI driver

[PATCH master] ARM: dts: i.MX8MP: snps,dis-u2-freeclk-exists-quirk
 2023-03-31  5:48 UTC  (2+ messages)

LS1021A performance
 2023-03-30 15:17 UTC  (5+ messages)

[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

[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] 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 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  (3+ messages)
` [PATCH 15/18] usb: gadget: fastboot: Add super speed descriptors

[PATCH 0/3] mtd: nand: atmel: legacy: fix boot on USB-A9G20
 2023-03-22  7:41 UTC  (12+ messages)

[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)

page:  |  | latest

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