mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH v1 0/6] add multiimage support for sama5d3 based microchip-ksz9477-evb board
 2021-04-13  4:58 UTC  (8+ messages)
` [PATCH v1 1/6] mci: atmel_mci: add PBL support
` [PATCH v1 2/6] ARM: at91: xload-mmc: add sama5d3_atmci_start_image() helper
` [PATCH v1 3/6] ARM: at91: ddramc: add sama5d3_barebox_entry() handler
` [PATCH v1 4/6] ARM: at91: add __sama5d3_stashed_bootrom_r4 helper
` [PATCH v1 5/6] ARM: at91: add sama5d3_lowlevel_init() helpers
` [PATCH v1 6/6] ARM: at91: sama5d3: add multiimage support for the microchip-ksz9477-evb

[PATCH 00/14] usb: gadget: refactor to allow easier extension
 2021-04-12 22:35 UTC  (15+ messages)
` [PATCH 01/14] show_progress: add system wide progress stage notifier
` [PATCH 02/14] common: console: add log_dprint to print to file descriptor
` [PATCH 03/14] string: implement strstarts along with strends
` [PATCH 04/14] vsprintf: introduce %m shorthand for "%s", strerror(errno)
` [PATCH 05/14] param: introduce file-list parameter type
` [PATCH 06/14] common: add generic machine partitions interface
` [PATCH 07/14] fastboot: handle ill-named partitions gracefully
` [PATCH 08/14] usb: gadget: dfu: change status message to info log level
` [PATCH 09/14] usbgadget: autostart: fix indeterminism around usbgadget.autostart
` [PATCH 10/14] usbgadget: allow DFU and Fastboot functions to coexist
` [PATCH 11/14] fastboot/dfu: use machine partitions as fall back
` [PATCH 12/14] bbu: add function to directly add handlers into file_list
` [PATCH 13/14] file_list: add file_list_detect_all()
` [PATCH 14/14] common: make FILE_LIST feature unconditional

[PATCH] ARM: i.MX7/8M: reliably detect serial boot
 2021-04-12 22:24 UTC 

[PATCH] ARM: i.MX: Kamstrup mx7 concentrator board support
 2021-04-12 14:20 UTC  (10+ messages)

[PATCH 1/5] gpiolib: add Linux-like gpiod_get() helper
 2021-04-12 12:14 UTC  (6+ messages)
` [PATCH 2/5] sound: gpio-beeper: simplify using new gpiod_get helper
` [PATCH 3/5] power: reset: add GPIO poweroff driver
` [PATCH 4/5] power: reset: add GPIO restart driver
` [PATCH 5/5] watchdog: add GPIO watchdog driver

[PATCH 00/17] add barebox in-tree testing infrastructure
 2021-04-12 10:12 UTC  (21+ messages)
` [PATCH 01/17] kbuild: add install target
` [PATCH 02/17] kbuild: add ARCH={i386, x86_64} as aliases for x86
` [PATCH 03/17] kbuild: add ARCH=um alias for sandbox
` [PATCH 04/17] MIPS: qemu-malta: generate swapped image as part of multi-image build
` [PATCH 05/17] MIPS: qemu-malta: replace board code with syscon-reboot
` [PATCH 06/17] MIPS: configs: qemu-malta: enable Virt I/O
` [PATCH 07/17] openrisc: set default KBUILD_IMAGE
` [PATCH 08/17] Documentation: boards: RISC-V: update TinyEMU support
` [PATCH 09/17] test: add basic barebox self-test infrastructure
` [PATCH 10/17] test: self: port Linux printf kselftest
` [PATCH 11/17] test: add labgrid configs for some emulated targets
` [PATCH 12/17] test: add first sample tests
` [PATCH 13/17] test: support running labgrid-pytest from out-of-tree build directory
` [PATCH 14/17] test: add emulate.pl, a runner for barebox on emulated targets
` [PATCH 15/17] test: self: run selftests as part of the pytest suite
` [PATCH 16/17] test: add bthread test
` [PATCH 17/17] [RFC] test: run ./test/emulate.pl in Github action

[PATCH] common: add option for shipping KCONFIG_CONFIG as /env/data/config
 2021-04-12  7:54 UTC  (4+ messages)
` [PATCH] fixup! "

[PATCH v2 1/4] PBL: fdt: implement fdt_device_get_match_data
 2021-04-10 11:06 UTC  (4+ messages)
` [PATCH v2 2/4] RISC-V: debug_ll: ns16550: split off debug_ll from generic parts
` [PATCH v2 3/4] RISC-V: board-dt-2nd: add PBL console support for virt
` [PATCH v2 4/4] RISC-V: delete unused mach-virt subdirectory

[PATCH] resource: enable use of iomem command on EFI systems
 2021-04-10 11:03 UTC 

[PATCH master] edit: don't change terminal mode if sedit would fail to read file
 2021-04-10 11:02 UTC 

[PATCH] gpio: pl061: implement gpio_ops::get_direction
 2021-04-10 10:51 UTC 

[PATCH master 1/2] virtio: pci: fix 64-bit incompatibility
 2021-04-10 10:49 UTC  (2+ messages)
` [PATCH master 2/2] virtio: pci: remove inaccurate comment on 64-bit bar addr incompatibility

[PATCH master] video: bochs: pci: fix unterminated PCI device table
 2021-04-10 10:48 UTC 

[PATCH RESEND] doc: qemu-virt64: fix reST literal block syntax
 2021-04-09 10:16 UTC 

[PATCH 1/2] of: fix up /chosen node even when there are no bootargs
 2021-04-09  8:15 UTC  (2+ messages)
` [PATCH 2/2] of: introduce global.linux.bootargs_overwrite

[PATCH 1/1] added support for zynq7000-fpga-manager
 2021-04-08 15:28 UTC  (5+ messages)
  ` AW: "

[PATCH] Documentation: Add qemu instructions for OpenRISC
 2021-04-07 23:19 UTC  (3+ messages)

[PATCH 1/2] sandbox: env: set nv.autoboot=abort to drop to shell
 2021-04-07 10:59 UTC  (3+ messages)
` [PATCH 2/2] sandbox: state: reword warning about initial state errors

[PATCH] ARM: fix typo in sxb state variable
 2021-04-07  7:05 UTC  (2+ messages)

[PATCH] Documentation: fix sucessfuly -> successfully typo
 2021-04-06 15:01 UTC 

[PATCH master 1/3] RISC-V: cpu: request stack memory region
 2021-04-04 11:26 UTC  (10+ 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 1/4] PBL: fdt: implement fdt_device_get_match_data
 2021-04-04 11:22 UTC  (7+ 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
` [PATCH] fixup! PBL: fdt: implement fdt_device_get_match_data

[PATCH master] RISC-V: boot: uncompress: determine piggy data bounds before relocation
 2021-04-03  8:22 UTC  (2+ messages)

[PATCH] ARM: pbl: uncompress: add comment explaining order of operations
 2021-04-03  7:03 UTC 

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] 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  (7+ messages)
` [PATCH v3 14/21] RISC-V: implement PBL and relocation support
  ` [PATCH] fixup! "
` [PATCH v3 15/21] RISC-V: erizo: migrate to PBL

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 v3 20/21] power: reset: add drivers for generic syscon reset and poweroff
 2021-03-22  7:39 UTC  (3+ messages)
` [PATCH] fixup! clocksource: add driver for RISC-V and CLINT timers

[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  (2+ messages)

[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  (2+ messages)

[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  (10+ messages)
` [PATCH v2 14/20] RISC-V: erizo: migrate to PBL

[PATCH] fixup! RISC-V: erizo: migrate to PBL
 2021-03-21 15:14 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