mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 1/2] ARM: i.MX8MP: Debix: refactor lowlevel setup functions
 2023-07-04  7:34 UTC  (3+ messages)
` [PATCH 2/2] ARM: i.MX8MP: Add DEBIX SOM A and SOM A I/O Board support

[PATCH 1/2] commands: test: simplify argv handling
 2023-07-04  7:33 UTC  (3+ messages)
` [PATCH 2/2] commands: test: add based support for bash-test style

[PATCH v2] firmware: use portable newline escape
 2023-07-03 18:55 UTC 

[PATCH master] firmware: use portable newline escape
 2023-07-03 17:21 UTC 

[PATCH 1/2] soc: imx: featctrl: add help text for CONFIG_IMX8M_FEATCTRL
 2023-07-03 17:20 UTC  (2+ messages)
` [PATCH 2/2] soc: imx: have IMX8M_FEATCTRL select IMX_OCOTP

v2023.07.0
 2023-07-03 14:44 UTC  (2+ messages)

[PATCH] firmware: fix alignment of firmware images
 2023-07-03 14:21 UTC 

[PATCH] nios2: remove arch remains from drivers
 2023-07-03 13:21 UTC  (5+ messages)

[PATCH master] kbuild: delete images with missing firmware instead of truncating
 2023-07-03 12:48 UTC  (2+ messages)

[PATCH master] sandbox: dts: skip reboot mode without hostfile
 2023-07-03 10:45 UTC  (2+ messages)

[PATCH] treewide: Print device nodes with %pOF
 2023-07-03 10:41 UTC 

[PATCH master v2 1/2] of: implement of_reparent_node helper
 2023-07-03  8:57 UTC  (4+ messages)
` [PATCH master v2 2/2] boards: qemu-virt: support older QEMU with /soc/flash

[PATCH master v1 0/6] firmware: optionally turn missing firmware errors into warnings
 2023-07-03  8:46 UTC  (14+ messages)
` [PATCH master v1 1/6] firmware: reference pointer alignment defined in <asm-generic/pointer.h>
` [PATCH master v1 2/6] firmware: turn missing firmware into linker error
` [PATCH master v1 3/6] firmware: optionally turn missing firmware errors into warnings
` [PATCH master v1 4/6] ARM: Rockchip: gracefully handle missing firmware
` [PATCH master v1 5/6] ARM64: unset CONFIG_MISSING_FIRMWARE_ERROR for Rockchip/i.MX
` [PATCH master v1 6/6] firmware: don't hardcode firmware paths in srctree for existence check

[PATCH v2 1/2] Kbuild: include arch/ Makefile before test/ directory
 2023-06-30 11:53 UTC  (3+ messages)
` [PATCH v2 2/2] ci: pytest: have CI build and test ARCH=openrisc

[PATCH 0/2] usb: small dma allocation fixes
 2023-06-30 11:52 UTC  (5+ messages)
` [PATCH 1/2] usb: storage: fix missing calls to free()
` [PATCH 2/2] usb: make sure dma buffers are properly allocated

Porting barebox to a new SoC
 2023-06-30  5:52 UTC  (22+ messages)
` [PATCH v2] "

[PATCH] Documentation: use current link to bootloader spec spec
 2023-06-29  6:52 UTC 

[PATCH 1/3] kvx: Add missing include/asm/mmu.h
 2023-06-28  8:46 UTC  (4+ messages)
` [PATCH 2/3] kvx: Replace dinval alias with d1inval
` [PATCH 3/3] kvx: Fix asm syntax in start.S

[PATCH master v2 0/7] firmware: optionally turn missing firmware errors into warnings
 2023-06-28  8:45 UTC  (10+ messages)
` [PATCH master v2 1/7] firmware: reference pointer alignment defined in <asm-generic/pointer.h>
` [PATCH master v2 2/7] firmware: mark firmware used in PBL as pbl-only
` [PATCH master v2 3/7] firmware: turn missing firmware into linker error
` [PATCH master v2 4/7] firmware: optionally turn missing firmware errors into warnings
` [PATCH master v2 5/7] ARM64: Rockchip: gracefully handle missing firmware
` [PATCH master v2 6/7] ARM64: unset CONFIG_MISSING_FIRMWARE_ERROR for Rockchip/i.MX
` [PATCH master v2 7/7] firmware: don't hardcode firmware paths in srctree for existence check

[PATCH] usb: gadget: dfu: Add missing get_alt callback
 2023-06-27 12:44 UTC 

[PATCH RESEND] usb: gadget: dfu: Add missing get_alt callback
 2023-06-27 12:44 UTC 

[PATCH] ARM: zynq: get ps_clk_rate from dt
 2023-06-26 10:37 UTC 

[PATCH RFT] blspec: support boot /dev/disk0.rootfs to mean boot disk0.rootfs
 2023-06-26 10:01 UTC  (4+ messages)

[PATCH] firmware: zynqmp: fix loading for PMU FWv1.1
 2023-06-26  9:59 UTC  (3+ messages)

[PATCH] pbl: allow #include <pbl.h> from assembly
 2023-06-26  9:56 UTC  (2+ messages)

[PATCH 0/5] test: teach pytest the emulate.pl tricks
 2023-06-26  9:55 UTC  (7+ messages)
` [PATCH 1/5] test: add pytest.ini with defaults
` [PATCH 2/5] test: have pytest --interactive start interactive Qemu session
` [PATCH 3/5] test: lookup qemu binary in path if no tools key exists
` [PATCH 4/5] test: add support for passing devices on command line
` [PATCH 5/5] test: don't hardcode origin of OVMF.fd

[PATCH] MAKEALL: source defconfig after determining correct CROSS_COMPILE
 2023-06-26  9:51 UTC  (2+ messages)

[PATCH] ARM: i.MX8M: iomux-mx8mm: add pad ctrl defines
 2023-06-23  9:38 UTC  (2+ messages)

[PATCH] usb: misc: onboard_hub: add support for Genesys USB3.1 hub
 2023-06-23  9:35 UTC  (2+ messages)

[PATCH v2 0/9] gpio: add proper gpiod API
 2023-06-23  9:34 UTC  (11+ messages)
` [PATCH v2 1/9] driver: include dev_print and family from <driver.h>
` [PATCH v2 2/9] include: linux/printk: define new dev_errp_probe
` [PATCH v2 3/9] gpio: have gpiod_ functions return and accept pointers
` [PATCH v2 4/9] gpio: gpiolib: rename struct gpio_info to gpio_desc
` [PATCH v2 5/9] gpiolib: export proper gpio descriptor API
` [PATCH v2 6/9] bitmap: implement bitmap_{to,from}_arr{32,64}
` [PATCH v2 7/9] gpiolib: factor out finding gpio property
` [PATCH v2 8/9] gpiolib: add support for requesting and setting gpiod arrays
` [PATCH v2 9/9] gpiolib: rename gpioinfo_ to gpiodesc_

[PATCH] fastboot: avoid console_countdown_abort for getvar request
 2023-06-22 16:53 UTC  (2+ messages)

v2023.06.0
 2023-06-21 12:26 UTC 

[PATCH] scripts: socfpga_import_preloader: Translate DOS line endings
 2023-06-21  9:34 UTC  (13+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH 00/10] gpio: add proper gpiod API and gpio-mux support
 2023-06-21  9:27 UTC  (18+ messages)
` [PATCH 01/10] driver: include dev_print and family from <driver.h>
` [PATCH 02/10] include: linux/printk: define new dev_errp_probe
` [PATCH 03/10] gpio: have gpiod_ functions return and accept pointers
` [PATCH 04/10] gpio: gpiolib: rename struct gpio_info to gpio_desc
` [PATCH 05/10] gpiolib: export proper gpio descriptor API
` [PATCH 06/10] bitmap: implement bitmap_{to,from}_arr{32,64}
` [PATCH 07/10] commands: help: ignore options after first regular argument
` [PATCH 08/10] gpiolib: factor out finding gpio property
` [PATCH 09/10] gpiolib: add support for requesting and setting gpiod arrays
` [PATCH 10/10] drivers: port Linux mux framework and gpio-mux driver

[PATCH v2 1/2] usb: add basic USB Type-C framework
 2023-06-21  9:16 UTC  (3+ messages)
` [PATCH v2 2/2] usb: add basic TUSB320 Type-C controller support

[PATCH master] of: define of_read_file/barebox_register_of when !CONFIG_OFTREE
 2023-06-21  8:47 UTC  (3+ messages)

[PATCH] scripts: socfpga_import_preloader: Use SDK-supplied Python
 2023-06-21  8:31 UTC  (2+ messages)

[PATCH] ci: test-defconfigs: build with -Werror
 2023-06-21  8:29 UTC  (2+ messages)

[PATCH v2 00/13] Add support for Allwinner (sunxi) A64 SoC
 2023-06-21  8:26 UTC  (6+ messages)
` [PATCH v2 02/13] scripts: Add Allwinner eGON image support

[PATCH] scripts: socfpga_get_sequencer: Update file paths and include paths
 2023-06-21  7:57 UTC  (2+ messages)

[PATCH] scripts: socfpga_import_preloader: Update include paths
 2023-06-21  7:57 UTC  (2+ messages)

[PATCH] scripts: container.sh: reexport KBUILD_OUTPUT LG_BUILDDIR envvars
 2023-06-21  7:56 UTC  (2+ messages)

[PATCH] MAKEALL: add incremental build support
 2023-06-21  7:54 UTC  (2+ messages)

[PATCH] ci: build: have CI build ARCH=openrisc
 2023-06-21  7:53 UTC  (2+ messages)

[PATCH v2] scripts: container.sh: don't add -v twice if unneeded
 2023-06-21  7:51 UTC  (2+ messages)

[PATCH] usb: add basic TUSB320 Type-C controller support
 2023-06-20 17:15 UTC  (2+ messages)
` [PATCH] fixup! "

[PATCH] scripts: container.sh: don't add -v twice if unneeded
 2023-06-19 10:25 UTC 

[PATCH v2 00/10] Fix gpio-hogs and sync with Linux gpiolib
 2023-06-16 12:13 UTC  (14+ messages)
` [PATCH v2 01/10] gpiolib: fix gpio-hog functionality
` [PATCH v2 02/10] gpiolib: simplify for loop break condition
` [PATCH v2 03/10] gpiolib: rename local gpio-line-names variable
` [PATCH v2 04/10] gpiolib: fix gpio name memory leak
` [PATCH v2 05/10] gpiolib: fix missing error check while query gpio-line-names
` [PATCH v2 06/10] gpiolib: refactor gpio-line-names parsing
` [PATCH v2 07/10] gpiolib: introduce of_gpiochip_add to bundle all of functions
` [PATCH v2 08/10] OF: gpio: sync of_get_named_gpio_flags variable with kernel
` [PATCH v2 09/10] OF: gpio: call of_node_put in of_get_named_gpio_flags
` [PATCH v2 10/10] gpiolib: add of_xlate support

[PATCH] Documentation: user: usb: bring up to date
 2023-06-16  6:24 UTC  (2+ messages)

[PATCH] commands: help: ignore options after first regular argument
 2023-06-14 14:27 UTC  (3+ messages)

[PATCH] video: panel-ilitek-ili9341: drop #define DEBUG
 2023-06-14 14:20 UTC  (2+ messages)

[PATCH] common: driver: fixes argument name mismatch in for_each_cdev
 2023-06-14 13:58 UTC  (2+ messages)

[PATCH][RFC] lib: zstd: resolve maybe-uninitialized warning
 2023-06-14  9:16 UTC  (5+ messages)

[PATCH v2] common: Kconfig: fix typo
 2023-06-14  8:19 UTC  (2+ messages)

[PATCH] common: Kconfig: fix typo
 2023-06-14  7:33 UTC  (2+ messages)

[PATCH 00/10] Fix gpio-hogs and sync with Linux gpiolib
 2023-06-13 13:05 UTC  (3+ messages)
` [PATCH 10/10] gpiolib: add of_xlate support

page:  |  | latest

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