[PATCH master 1/3] RISC-V: cpu: request stack memory region
2021-04-03 7:09 UTC (8+ messages)
` [PATCH master 2/3] RISC-V: board-dt-2nd: ensure FDT doesn't overlap with early mem regions
` [PATCH master 3/3] RISC-V: boot: move stack top to very end of memory
[PATCH] ARM: pbl: uncompress: add comment explaining order of operations
2021-04-03 7:03 UTC
[PATCH master] RISC-V: boot: uncompress: determine piggy data bounds before relocation
2021-04-03 7:03 UTC
[PATCH 1/4] PBL: fdt: implement fdt_device_get_match_data
2021-04-03 7:02 UTC (4+ messages)
` [PATCH 2/4] RISC-V: debug_ll: ns16550: split off debug_ll from generic parts
` [PATCH 3/4] RISC-V: board-dt-2nd: add PBL console support for virt
` [PATCH 4/4] RISC-V: delete unused mach-virt subdirectory
RFC: barebox-x86 as a coreboot payload
2021-04-02 5:23 UTC (5+ messages)
[PATCH 0/2] Documentation: MIPS: update dlink-dir-320 board stuff
2021-04-01 12:27 UTC (4+ messages)
` [PATCH 1/2] Documentation: dlink-dir-320: update image file name
` [PATCH 2/2] Documentation: dlink-dir-320: update device links
[PATCH 1/4] commands: Kconfig: Remove HW ECC dependency from nandtest
2021-04-01 8:26 UTC (5+ messages)
` [PATCH 2/4] nandtest: Fix status print for NAND which size exceeds 4 GB
` [PATCH 3/4] mtd: nand_msx: Implement ooblayout ops
` [PATCH 4/4] imx-bbu-nand-fcb: Inform user if the barebox partition is too small
[ANNOUNCEMENT] Presenting The All-New Barebox Killer App
2021-04-01 8:04 UTC
[PATCH 1/5] fixup! input: add virtio input driver
2021-04-01 6:46 UTC (5+ messages)
` [PATCH 2/5] Documentation: virtio: Fix virtio reference
` [PATCH 3/5] Documentation: reboot-mode: fix headings
` [PATCH 4/5] Documentation: reference reboot-mode Documentation
` [PATCH 5/5] Documentation: add barebox porter's guide
[PATCH 1/1] added support for zynq7000-fpga-manager
2021-03-30 12:05 UTC (4+ messages)
` AW: "
[PATCH] net: eth: of_fixup_node: Use reproducible node name for fixup
2021-03-30 5:40 UTC (2+ messages)
[PATCH 0/3] RISC-V cycle timer fixes
2021-03-30 5:36 UTC (5+ messages)
` [PATCH 1/3] clocksource: timer-riscv: adapt riscv_timer_get_count_rdcycle() for RV32
` [PATCH 2/3] RISC-V: erizo.dtsi: set timebase-frequency = <24000000>
` [PATCH 3/3] RISC-V: drop old timer handling code
[PATCH 1/3] input: console: skip unmappable keys
2021-03-30 5:27 UTC (4+ messages)
` [PATCH 2/3] input: add virtio input driver
` [PATCH 3/3] input: virtio_input: add sound support
[PATCH master] fs: ext4: fix bogus behavior on failure to read ext4 block
2021-03-29 7:47 UTC (4+ messages)
[PATCH 1/2] nand: nand-mxs: Fix marking BBT blocks as bad
2021-03-29 7:20 UTC (7+ messages)
` [PATCH 2/2] mtd: nand_bbt: Skip bad blocks when searching for the BBT in NAND
[PATCH 1/4] clock: Change cyc2ns return type to uint64_t
2021-03-25 13:38 UTC (4+ messages)
` [PATCH 2/4] clock: Update cs->cycle_last when switching clock
` [PATCH 3/4] clock: Remove time_beginning
` [PATCH 4/4] common: common_console: Rework log_print
[PATCH 1/4] net: phy: at803x: fix incorrect use of FIELD_PREP
2021-03-25 12:46 UTC (5+ messages)
` [PATCH 2/4] clk: imx: clk-pllv1: fix wrong PLL recalc on i.MX1/i.MX21
` [PATCH 3/4] kbuild: add -Wtype-limits to compile flags
` [PATCH 4/4] mtd: fix possible overflow during mtd size multiplication
[PATCH 1/3] common: drop done TODO about 4G partitions
2021-03-25 12:26 UTC (4+ messages)
` [PATCH 2/3] x86: drop legacy (PC BIOS) boot in favor of EFI
` [PATCH 3/3] doc: fix note about disassembling PBL
[PATCH v3 00/21] RISC-V: erizo: migrate to PBL
2021-03-24 8:27 UTC (28+ 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
bareboxenv-target
2021-03-23 15:47 UTC (4+ messages)
v2021.03.0
2021-03-22 13:51 UTC (2+ messages)
[PATCH 1/2] of: Return copy of live tree as fixed tree
2021-03-22 12:31 UTC (5+ messages)
` [PATCH 2/2] reboot-mode: drop now unnecessary check
[PATCH] scripts: imx: add support for additional hab Blocks
2021-03-22 12:06 UTC (2+ messages)
[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] 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] 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 (27+ messages)
` [PATCH v2 02/20] images: make BOARD_ARM_GENERIC_DT available for other arches
` [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)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox