mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH] scripts: imx: add support for additional hab Blocks
 2021-03-22 12:06 UTC  (2+ messages)

[PATCH 1/2] of: Return copy of live tree as fixed tree
 2021-03-22 11:50 UTC  (4+ messages)
` [PATCH 2/2] reboot-mode: drop now unnecessary check

[PATCH] gpio: pl061: Fix driver registration
 2021-03-22 11:31 UTC 

[PATCH] ARM: remove Calxeda Highbank support
 2021-03-22 10:56 UTC 

[PATCH master 1/3] commands: readline: fix memory leak on wrong usage
 2021-03-22  9:18 UTC  (4+ messages)
` [PATCH master 2/3] common: readline: fix possible buffer overflows
` [PATCH master 3/3] sandbox: fix use of initialized variable in error path

[PATCH] fixup! ARM64: board-dt-2nd: adopt kernel image header
 2021-03-22  9:16 UTC  (2+ messages)

[PATCH v3 00/21] RISC-V: erizo: migrate to PBL
 2021-03-22  7:39 UTC  (26+ messages)
` [PATCH v3 01/21] partitions: don't allocate dma capable memory
` [PATCH v3 02/21] images: make BOARD_ARM_GENERIC_DT available for other arches
` [PATCH v3 03/21] ARM: make ARM_USE_COMPRESSED_DTB "
` [PATCH v3 04/21] ARM: aarch64: omit unused label in assembly
` [PATCH v3 05/21] serial: virtio-console: depend on, but don't select VIRTIO
` [PATCH v3 06/21] RISC-V: <asm/unaligned.h>: don't do unaligned accesses
` [PATCH v3 07/21] RISC-V: debug_ll: ns16550: align C access size with assembly's
` [PATCH v3 08/21] RISC-V: drop duplicate or unneeded cflags
` [PATCH v3 09/21] RISC-V: add cacheless HAS_DMA support
` [PATCH v3 10/21] RISC-V: erizo: move to arch/riscv/boards/erizo
` [PATCH v3 11/21] RISC-V: import Linux' optimized string functions
` [PATCH v3 12/21] filetype: detect RISC-V images
` [PATCH v3 13/21] RISC-V: implement PBL image header
` [PATCH v3 14/21] RISC-V: implement PBL and relocation support
  ` [PATCH] fixup! "
` [PATCH v3 15/21] RISC-V: erizo: migrate to PBL
` [PATCH v3 16/21] RISC-V: support symbol names in barebox image
` [PATCH v3 17/21] RISC-V: add 64-bit support
` [PATCH v3 18/21] RISC-V: add generic DT image
` [PATCH v3 19/21] clocksource: add driver for RISC-V and CLINT timers
` [PATCH v3 20/21] power: reset: add drivers for generic syscon reset and poweroff
  ` [PATCH] fixup! clocksource: add driver for RISC-V and CLINT timers
` [PATCH v3 21/21] RISC-V: add Qemu virt support

[PATCH] scripts: imx: add support for additional hab Blocks
 2021-03-22  6:26 UTC  (3+ messages)

[PATCH v2] fixup! common: introduce bthreads, co-operative barebox threads
 2021-03-22  6:26 UTC 

[PATCH 1/2] nand: nand-mxs: Fix marking BBT blocks as bad
 2021-03-22  5:59 UTC  (6+ messages)
` [PATCH 2/2] mtd: nand_bbt: Skip bad blocks when searching for the BBT in NAND

[PATCH 1/2] kbuild: add '-fno-stack-check' to barebox build options
 2021-03-22  5:12 UTC  (4+ messages)

[PATCH] net: macb: add tx clock rate for 10 MBit link
 2021-03-22  5:03 UTC  (2+ messages)

[PATCH 0/7] net: phy: dp83867: cleanup and link downshift support
 2021-03-22  5:02 UTC  (9+ messages)
` [PATCH 1/7] net: phy: dp83867: convert driver to spdx
` [PATCH 2/7] net: phy: dp83867: fix checkpatch checks and warnings
` [PATCH 3/7] net: phy: dp83867: remove useless call to genphy_config_aneg
` [PATCH 4/7] net: phy: dp83867: simplify dp83867_config_init
` [PATCH 5/7] net: phy: dp83867: remove explicit setting of cfg2
` [PATCH 6/7] net: phy: dp83867: read status from PHY status register PHYSTS
` [PATCH 7/7] net: phy: dp83867: enable link downshift by default

[PATCH] fixup! common: introduce bthreads, co-operative barebox threads
 2021-03-22  4:54 UTC  (2+ messages)

[PATCH master 1/3] glob: use empty globfree when compiling without CONFIG_GLOB
 2021-03-22  4:47 UTC  (4+ messages)
` [PATCH master 2/3] common: boot: select dependency CONFIG_GLOB
` [PATCH master 3/3] common: shell: select dependency GLOB for SHELL_SIMPLE

[PATCH] Documentation: mips: fixup qemu-system-mipsel cmdline
 2021-03-22  4:40 UTC  (2+ messages)

[PATCH v1] ARM: dts: protonic: drop all devictree copies and start to use mainlined kernel versions
 2021-03-22  4:39 UTC  (2+ messages)

[PATCH] dts: zcu104: remove unnecessary ZynqMP clock dtsi
 2021-03-22  4:38 UTC  (2+ messages)

[PATCH] bthread: disable ASan accounting for fibers on 32-bit sandbox
 2021-03-22  4:38 UTC  (2+ messages)

[PATCH v2 00/20] RISC-V: rework for PBL, VIRT and 64-Bit support
 2021-03-21 15:16 UTC  (29+ messages)
` [PATCH v2 01/20] partitions: don't allocate dma capable memory
` [PATCH v2 02/20] images: make BOARD_ARM_GENERIC_DT available for other arches
` [PATCH v2 03/20] ARM: make ARM_USE_COMPRESSED_DTB "
` [PATCH v2 04/20] ARM: aarch64: ommit unused label in assembly
` [PATCH v2 05/20] serial: virtio-console: depend on, but don't select VIRTIO
` [PATCH v2 06/20] filetype: detect RISC-V Linux kernel image
` [PATCH v2 07/20] asm: unaligned: don't do unaligned accesses
` [PATCH v2 08/20] RISC-V: debug_ll: ns16550: align C access size with assembly's
` [PATCH v2 09/20] RISC-V: drop duplicate or unneeded cflags
` [PATCH v2 10/20] RISC-V: add cacheless HAS_DMA support
` [PATCH v2 11/20] RISC-V: erizo: move to arch/riscv/boards/erizo
` [PATCH v2 12/20] RISC-V: import Linux' optimized string functions
` [PATCH v2 13/20] RISC-V: implement PBL and relocation support
` [PATCH v2 14/20] RISC-V: erizo: migrate to PBL
` [PATCH v2 15/20] RISC-V: support symbol names in barebox image
` [PATCH v2 16/20] RISC-V: add 64-bit support
` [PATCH v2 17/20] RISC-V: add generic DT image
` [PATCH v2 18/20] clocksource: add driver for RISC-V and CLINT timers
` [PATCH v2 19/20] power: reset: add drivers for generic syscon reset and poweroff
` [PATCH v2 20/20] RISC-V: add Qemu virt support

[PATCH] fixup! RISC-V: erizo: migrate to PBL
 2021-03-21 15:14 UTC  (2+ messages)

[PATCH] fixup! ARM64: qemu-virt64: migrate to generic DT image
 2021-03-17 10:57 UTC  (2+ messages)

[PATCH 0/8] <asm/setjmp.h>: Don't use __noreturn without header
 2021-03-17 10:56 UTC  (10+ messages)
` [PATCH 1/8] fixup! ARM: asm: setjmp: implement coroutine dependency initjmp()
` [PATCH 2/8] fixup! kvx: Implement setjmp/longjmp/initjmp
` [PATCH 3/8] fixup! mips: Implement setjmp/longjmp/initjmp for 32BIT
` [PATCH 4/8] fixup! openrisc: Implement setjmp/longjmp/initjmp
` [PATCH 5/8] fixup! powerpc: Implement initjmp/setjmp/longjmp
` [PATCH 6/8] fixup! riscv: Implement setjmp/longjmp/initjmp for RV32I
` [PATCH 7/8] fixup! sandbox: asm: implement setjmp/longjmp/initjmp
` [PATCH 8/8] fixup! x86: "

[PATCH] mtd: Notify user when erasure of a block failed during erase op
 2021-03-17  9:47 UTC  (2+ messages)

[PATCH] fs: Fix default mount when device already mounted
 2021-03-17  9:31 UTC  (2+ messages)

[PATCH 1/3] phy: stm32: sync with upstream
 2021-03-17  8:39 UTC  (4+ messages)
` [PATCH 2/3] ARM: stm32mp: add support for STM32MP157-EV1 board
` [PATCH 3/3] ARM: stm32mp: defconfig: enable DWC2 USB OTG controller

[PATCH] fixup! commands: add new bthread test command
 2021-03-17  8:34 UTC  (2+ messages)

[PATCH] nvmem: ocotp: add support to revoke keys
 2021-03-16  8:11 UTC  (6+ messages)

[PATCH 00/20] RISC-V: rework for PBL, VIRT and 64-Bit support
 2021-03-15 17:03 UTC  (36+ messages)
` [PATCH 01/20] partitions: don't allocate dma capable memory
` [PATCH 02/20] images: make BOARD_ARM_GENERIC_DT available for other arches
` [PATCH 03/20] ARM: rename CONFIG_ARM_USE_COMPRESSED_DTB to CONFIG_USE_COMPRESSED_DTB
` [PATCH 04/20] ARM: aarch64: ommit unused label in assembly
` [PATCH 05/20] serial: virtio-console: depend on, but don't select VIRTIO
` [PATCH 06/20] filetype: detect RISC-V Linux kernel image
` [PATCH 07/20] asm: unaligned: don't do unaligned accesses
` [PATCH 08/20] RISC-V: debug_ll: ns16550: align C access size with assembly's
` [PATCH 09/20] RISC-V: drop duplicate or unneeded cflags
` [PATCH 10/20] RISC-V: add cacheless HAS_DMA support
` [PATCH 11/20] RISC-V: erizo: move to arch/riscv/boards/erizo
` [PATCH 12/20] RISC-V: import Linux' optimized string functions
` [PATCH 13/20] RISC-V: implement PBL and relocation support
` [PATCH 14/20] RISC-V: erizo: migrate to PBL
  ` MIPS RELOCATABLE: "
` [PATCH 15/20] RISC-V: support symbol names in barebox image
` [PATCH 16/20] RISC-V: add 64-bit support
  ` [PATCH 1/2] fixup! "
    ` [PATCH 2/2] "
` [PATCH 17/20] RISC-V: add generic DT image
` [PATCH 18/20] clocksource: add driver for RISC-V CLINT timer
` [PATCH 19/20] power: reset: add drivers for generic syscon reset and poweroff
` [PATCH 20/20] RISC-V: add Qemu virt support
  ` [PATCH] fixup! "

[RFC PATCH] reset: Remove WARN_ON when CONFIG_RESET_CONTROLLER=n
 2021-03-15 11:03 UTC  (3+ messages)

[PATCH 00/17] Apply device tree overlays to kernel tree
 2021-03-15 10:25 UTC  (4+ messages)
` [PATCH 12/17] blspec: Rework firmware load

[PATCH] sandbox: add Xterm escape sequence backed LED driver
 2021-03-15  9:27 UTC  (2+ messages)

[PATCH] net: phy: fix waiting for link
 2021-03-15  9:24 UTC  (3+ messages)

[PATCH] bootm: add RISC-V image type
 2021-03-15  9:23 UTC  (2+ messages)

[PATCH 1/5] usb: dwc2: Make dwc2_wait_bit_set wait all bits in mask
 2021-03-15  8:51 UTC  (6+ messages)
` [PATCH 2/5] usb: dwc2: Replace pr_info with dev_warn
` [PATCH 3/5] usb: dwc2: Rework dwc2_wait_for_mode to use wait_on_timeout
` [PATCH 4/5] usb: dwc2: Move wait_for_mode and iddig_filter_enabled to core
` [PATCH 5/5] usb: dwc2: Rework wait for host mode during core reset

[PATCH] image-fit: ignore rsa by image selection
 2021-03-15  8:46 UTC  (2+ messages)

[PATCH v2 1/5] kvx: Implement setjmp/longjmp/initjmp
 2021-03-15  8:35 UTC  (2+ messages)

[PATCH v3 00/16] common: introduce bthreads, co-operative
 2021-03-15  8:34 UTC  (2+ messages)

[PATCH] bcm283X: Select OF clock providers
 2021-03-15  8:07 UTC  (2+ messages)

[PATCH] fs: delete unused members in <linux/stat.h>
 2021-03-15  8:06 UTC  (2+ messages)

[PATCH] scripts: imx-image: add error handling for pwrite
 2021-03-15  8:06 UTC  (2+ messages)

[PATCH master] of: base: probe simple-pm-bus children as well
 2021-03-15  8:05 UTC  (2+ messages)

[PATCH master] ARM: mmu64: fix build for non-MMU configurations
 2021-03-15  7:50 UTC  (2+ messages)

[PATCH] param: drop unused left-over struct members
 2021-03-15  7:48 UTC  (2+ messages)

[PATCH v2 00/11] common: introduce bthreads, co-operative
 2021-03-14 12:40 UTC  (7+ messages)
` [PATCH v2 10/11] mips: Implement setjmp/longjmp/initjmp

[PATCH] net: e1000: Fix mtd compilation
 2021-03-12 15:14 UTC 

Aarch64 Qemu virt - crash
 2021-03-12 12:34 UTC  (4+ messages)
  ` AW: "

[PATCH] arch: arm: mach-imx: print HAB ROM code version
 2021-03-12 11:33 UTC  (3+ 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