mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 00/15] ARM: dts: fix regressions from not using phandles
 2020-06-18  9:11 UTC  (15+ messages)
` [PATCH 01/15] ARM: i.MX50: fix renamed node reference
` [PATCH 02/15] ARM: dts: fix now duplicate memory nodes
` [PATCH 03/15] ARM: dts: align all applicable memory nodes with spec and convention
` [PATCH 04/15] ARM: vexpress: dts: fix barebox partitioning breakage
` [PATCH 05/15] ARM: at91: dts: extend, don't create anew, pinctrl node
` [PATCH 06/15] ARM: dts: reference nodes to extend by phandles instead
` [PATCH 07/15] ARM: i.MX7: warp: drop duplicate memory node
` [PATCH 08/15] ARM: mvebu: remove reference to non-existant node
` [PATCH 09/15] ARM: i.MX6UL: dts: remove defunct override of pico-hobbit memory node
` [PATCH 10/15] ARM: layerscape: dts: combine fsl-ls1046a-rdb.dts aliases nodes
` [PATCH 11/15] ARM: i.MX7: dts: replace commented-out code with status = "disabled"
` [PATCH 12/15] ARM: i.MX: mx53-qsrb: dts: remove now-superfluous override
` [PATCH 13/15] ARM: zynqmp: dts: drop now superfluous zynqmp.dtsi
` [PATCH 15/15] Documentation: devicetree: codify extension of upstream DTS by phandles

[PATCH] Documentation: devicetree: hint at libfdt being available
 2020-06-18  8:44 UTC 

eMMC partitions kernel comand line
 2020-06-18  8:21 UTC 

[PATCH v4 00/19] Slices and fastboot over UDP
 2020-06-18  7:26 UTC  (27+ messages)
` [PATCH 01/19] Introduce slices
` [PATCH 02/19] Add workqueues
` [PATCH 03/19] ratp: Switch to workqueues
` [PATCH 04/19] net: Add a slice to struct eth_device
` [PATCH 05/19] net: mdiobus: Add slice
` [PATCH 06/19] usb: Add a slice to usb host controllers
` [PATCH 07/19] usbnet: Add slice
` [PATCH 08/19] net: Call net_poll() in a poller
` [PATCH 09/19] net: reply to ping requests
` [PATCH 10/19] usbnet: Be more friendly in the receive path
` [PATCH 11/19] defconfigs: update renamed fastboot options
` [PATCH 12/19] globalvar: Add helper for deprecated variable names
` [PATCH 13/19] fastboot: rename usbgadget.fastboot_* variables to fastboot.*
` [PATCH 14/19] fastboot: remove double print
` [PATCH 15/19] fastboot net: implement fastboot over UDP
` [PATCH 16/19] usb: fastboot: execute commands in command context
` [PATCH 17/19] Add WARN_ONCE() macro
` [PATCH 18/19] fs: Warn when filesystem operations are called from a poller
` [PATCH 19/19] Documentation: Add document for parallel execution in barebox

[RFC PATCH 0/8] Module and ARM Module updates and fixes
 2020-06-18  1:54 UTC  (12+ messages)
` [RFC PATCH 1/8] Makefile: Initialize and export KBUILD variables
` [RFC PATCH 2/8] module: Add init macros to module.h
` [RFC PATCH 3/8] module: Fix adding module to list after layout
` [RFC PATCH 4/8] module: Fix module command registration
` [RFC PATCH 5/8] module: Implement HAVE_MOD_ARCH_SPECIFIC
` [RFC PATCH 6/8] arm: makefile: Fix compiler flag variable
` [RFC PATCH 7/8] arm: elf: Add THM relocation types
` [RFC PATCH 8/8] arm: module: Allow modules outside of bl range

[PATCH] common: avoid bootchooser double watchdog configuration
 2020-06-17 22:48 UTC 

[PATCH] ARM: rpi: dts: fix MMIO resources clash breaking boot
 2020-06-17 14:50 UTC 

[PATCH v2] MIPS: AR9331: OKUD Max9331
 2020-06-17 14:21 UTC 

[PATCH v1 1/2] net: phy: port phy_interface_is_rgmii() from kernel
 2020-06-17  8:38 UTC  (3+ messages)
` [PATCH v1 2/2] net: phy: micrel: backport ksz9031 phy-mode support

[PATCH] kbuild: remove package targets
 2020-06-17  8:30 UTC  (2+ messages)

[PATCH] kbuild: remove AS variable
 2020-06-17  8:29 UTC  (2+ messages)

[PATCH] watchdog: f71808e: maintain watchdog timeout occurred flag
 2020-06-17  8:28 UTC  (2+ messages)

[PATCH v3 00/14] Slices and fastboot over UDP
 2020-06-17  7:00 UTC  (16+ messages)
` [PATCH v3 01/14] Introduce slices
` [PATCH v3 02/14] Introduce idle slice
` [PATCH v3 03/14] net: Add a slice to struct eth_device
` [PATCH v3 04/14] net: mdiobus: Add slice
` [PATCH v3 05/14] usb: Add a slice to usb host controllers
` [PATCH v3 06/14] usbnet: Add slice
` [PATCH v3 07/14] net: Call net_poll() in a poller
` [PATCH v3 08/14] net: reply to ping requests
` [PATCH v3 09/14] usbnet: Be more friendly in the receive path
` [PATCH v3 10/14] poller: Allow to run pollers inside of pollers
` [PATCH v3 11/14] defconfigs: update renamed fastboot options
` [PATCH v3 12/14] globalvar: Add helper for deprecated variable names
` [PATCH v3 13/14] fastboot: rename usbgadget.fastboot_* variables to fastboot.*
` [PATCH v3 14/14] fastboot net: implement fastboot over UDP

[PATCH 1/2] fastboot: Use make_temp() to create temporary file
 2020-06-17  5:11 UTC  (2+ messages)
` [PATCH 2/2] fastboot: Drop support for downloading to buffer

[PATCH] tlsf: Update to v3.1
 2020-06-17  5:10 UTC 

[PATCH 1/2] ratp: Fix closing connections
 2020-06-16  9:29 UTC  (2+ messages)
` [PATCH 2/2] ratp: Straighten ratp deregistration

[PATCH v2 0/2] transfer Protonic barebox development to the mainline
 2020-06-16  5:52 UTC  (3+ messages)
` [PATCH v2 1/2] ARM: dts: imx6: add Protonic boards
` [PATCH v2 2/2] ARM: add imx6 based Protonic boads

[PATCH v2 00/20] Slices and fastboot over UDP
 2020-06-15 16:36 UTC  (5+ messages)
` [PATCH 20/20] fastboot net: remove may_send

[PATCH v6 0/8] elf: add better bootm support
 2020-06-15 14:15 UTC  (12+ messages)
` [PATCH v6 1/8] common: elf: add computation of elf boundaries
` [PATCH v6 2/8] common: elf: fix warning on 32 bits architectures
` [PATCH v6 3/8] common: elf: use calloc instead of xzalloc
` [PATCH v6 4/8] common: elf: check number of elf program headers
` [PATCH v6 5/8] common: elf: load elf directly from file
` [PATCH v6 6/8] common: elf: add elf_open, elf_close and elf_load
` [PATCH v6 7/8] common: bootm: add support for elf file loading
` [PATCH v6 8/8] mips: lib: bootm: use bootm elf loading capabilities

[PATCH 1/2] fastboot: Use make_temp() to create temporary file
 2020-06-15  6:08 UTC  (2+ messages)
` [PATCH 2/2] fastboot: Drop support for downloading to buffer

[PATCH 00/11] ramfs: Use dynamically sized chunks
 2020-06-15  6:02 UTC  (12+ messages)
` [PATCH 01/11] update list.h from Linux-5.7
` [PATCH 02/11] fs: Add destroy_inode callbacks to filesystems
` [PATCH 03/11] fs: Make iput() accept NULL pointers
` [PATCH 04/11] fs: free inodes we no longer need
` [PATCH 05/11] digest: Drop usage of memmap
` [PATCH 06/11] fs: ramfs: Return -ENOSPC
` [PATCH 07/11] fs: ramfs: Drop dead code
` [PATCH 08/11] fs: ramfs: Use dynamically sized chunks
` [PATCH 09/11] fs: ramfs: Implement memmap
` [PATCH 10/11] libfile: copy_file: Fix calling discard_range
` [PATCH 11/11] libfile: copy_file: explicitly truncate to final size

[PATCH] MIPS: AR9331: OKUD Max9331
 2020-06-14 12:40 UTC 

[PATCH] fastboot: Use make_temp() to create temporary file
 2020-06-12  8:45 UTC 

[PATCH v5 0/7] elf: add better bootm support
 2020-06-12  6:57 UTC  (11+ messages)
` [PATCH v5 1/7] common: elf: fix warning on 32 bits architectures
` [PATCH v5 2/7] common: elf: use calloc instead of xzalloc
` [PATCH v5 3/7] common: elf: check number of elf program headers
` [PATCH v5 4/7] common: elf: load elf directly from file
` [PATCH v5 5/7] common: elf: add elf_open, elf_close and elf_load
` [PATCH v5 6/7] common: bootm: add support for elf file loading
` [PATCH v5 7/7] mips: lib: bootm: use bootm elf loading capabilities

[PATCH v1] ARM: add imx6 based Protonic boads
 2020-06-11 12:10 UTC  (4+ messages)

v2020.06.0
 2020-06-10  7:52 UTC 

[PATCH] fixup! mci: sdhci: add Atmel SDHCI (sama5d2, sam9x60) support
 2020-06-10  7:16 UTC  (2+ messages)

[PATCH 1/3] common: restart: number unnamed restart handlers
 2020-06-08  5:20 UTC  (7+ messages)
` [PATCH 2/3] restart: give all restart handlers a descriptive name
` [PATCH 3/3] commands: reset: allow specifying reset by name

[PATCH v1] startup: allow to abort dryrun just before starting the OS
 2020-06-08  5:06 UTC  (2+ messages)

[PATCH] MIPS: correctly work with disabled CONFIG_MMU
 2020-06-08  4:56 UTC  (2+ messages)

[PATCH v4 0/7] elf: add better bootm support
 2020-06-06 11:16 UTC  (8+ messages)

Mini UART support for Raspberry Pi CM3 ?
 2020-06-04  6:22 UTC  (7+ messages)

[RFC] inkscape 1.0 issue
 2020-06-03 10:19 UTC  (5+ messages)

[PATCH] ARM: MXS: duckbill: set duart to serial0
 2020-06-03  8:20 UTC  (4+ messages)

[PATCH v2 00/25] sandbox: support COMPILE_TESTing drivers
 2020-06-03  8:04 UTC  (27+ messages)
` [PATCH v2 01/25] scripts: import Linux Kconfig.include
` [PATCH v2 02/25] sandbox: define CONFIG_64BIT as appropriate
` [PATCH v2 03/25] sandbox: asm: bitsperlong.h: detect bitness according to 64BIT symbol
` [PATCH v2 04/25] sandbox: support forcing 32-bit x86
` [PATCH v2 05/25] include: asm-generic: provide (in|out)_(le|be)(16|32) helpers for all archs
` [PATCH v2 06/25] ARM: asm/io.h: fall back to <asm-generic/bitio.h> out_be32 and friends
` [PATCH v2 07/25] sandbox: <asm/io.h>: include bitio accessors
` [PATCH v2 08/25] clocksource: arm_global_timer.c: remove unused asm/ header
` [PATCH v2 09/25] mtd: nand: orion: depend on ARM
` [PATCH v2 10/25] ddr: fsl: "
` [PATCH v2 11/25] net: fec_imx: depend on HAS_DMA
` [PATCH v2 12/25] net: macb: "
` [PATCH v2 13/25] sandbox: implement stub physical virtual translation
` [PATCH v2 14/25] sandbox: asm: implement stub DMA functions
` [PATCH v2 15/25] sandbox: select HAS_DMA
` [PATCH v2 16/25] ARM: atomic.h: move generic implementation to asm-generic
` [PATCH v2 17/25] include: <asm-generic/atomic.h>: remove stub IRQ save/restore
` [PATCH v2 18/25] sandbox: asm: implement <asm/atomic.h>
` [PATCH v2 19/25] usb: xhci-hcd: remove unused #include <asm/cache.h>
` [PATCH v2 20/25] usb: xhci-hcd: replace opencoded non-atomic 64-bit MMIO with lo_hi helper
` [PATCH v2 21/25] include: bitops: fix dead increment in fls() and ffs()
` [PATCH v2 22/25] commands: tftp: drop unused variable
` [PATCH v2 23/25] commands: test: drop dead assignment
` [PATCH v2 24/25] sandbox: os: add_image: fix memory leak
` [PATCH v2 25/25] mtd: nand: base: fix use of uninitialized struct member

[PATCH] logo: Makefile: make it possible to use inkscape 1.0
 2020-06-03  7:34 UTC  (2+ messages)

[PATCH 1/3] mci: define fall-back hw_dev->detect for all MCIs
 2020-06-03  7:20 UTC  (4+ messages)
` [PATCH 2/3] mci: remove now-duplicate dev->detect implementations in host drivers
` [PATCH 3/3] mci: reword MCI_STARTUP text

[PATCH] scripts: .gitignore: ignore mvebuimg binary
 2020-06-03  7:13 UTC  (2+ messages)

[PATCH] fixup! blspec: Allow the "options" key to be given multiple times
 2020-06-03  6:57 UTC  (2+ messages)

[PATCH] serial: stm: set linux_console_name
 2020-06-03  6:18 UTC  (3+ messages)

[PATCH] serial: amba-pl011: set linux_console_name
 2020-06-03  6:17 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