mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH v1] drivers: net: convert drivers to spdx
 2018-12-04  8:56 UTC  (4+ messages)

[PATCH v2 1/2] drivers: caam: add RNG software self-test
 2018-12-04  8:20 UTC  (8+ messages)
` [PATCH v2 2/2] i.MX: HABv4: always print HAB status at boot time
  ` [PATCH] fixup! drivers: caam: add RNG software self-test

[PATCH v1] defaultenv-2: add bnet script to second stage barebox over net
 2018-12-04  7:59 UTC  (2+ messages)

[PATCH] net: macb: dma_sync_* receive buffers
 2018-12-04  7:58 UTC  (3+ messages)

[PATCH 00/15] Makefile: sync with linux v4.13 and add thin archives support
 2018-12-04  7:56 UTC  (19+ messages)
` [PATCH 01/15] Makefile: replace LINUXINCLUDE with BAREBOXINCLUDE
` [PATCH 02/15] Makefile: Correctly deal with make options which contain an "s"
` [PATCH 03/15] scripts/Kbuild.include: Fix portability problem of "echo -e"
` [PATCH 04/15] scripts/Kbuild.include: replace KBUILD_CPPFLAGS with CPPFLAGS
` [PATCH 05/15] debug: Add CONFIG_DEBUG_READABLE_ASM
` [PATCH 06/15] Makefile: improve line wrapping
` [PATCH 07/15] Makefile: link of barebox moved to script
` [PATCH 08/15] scripts: link-barebox: fix bash-ism
` [PATCH 09/15] scripts: link-barebox: force error on kallsyms failure
` [PATCH 10/15] scripts: link-barebox: allow architectures to use thin archives instead of ld -r
` [PATCH 11/15] scripts: link-barebox: kallsyms allow 3-pass generation
` [PATCH 12/15] scripts: link-barebox: minor improvement for thin archives build
` [PATCH 13/15] scripts: link-barebox: close thin archives --whole-archives option
` [PATCH 14/15] scripts: link-barebox: thin archives use P option to ar
` [PATCH 15/15] ARM: Kconfig: select THIN_ARCHIVES for ARM

[PATCH] serdev: select POLLER
 2018-12-04  7:33 UTC  (3+ messages)

ubifs
 2018-12-03 13:35 UTC  (5+ messages)

[PATCH 1/2] drivers: caam: add RNG software self-test
 2018-12-03 10:17 UTC  (10+ messages)
` [PATCH 2/2] i.MX: HABv4: always print HAB status at boot time

[PATCH 1/6] ARM: mmu64: include dma.h
 2018-12-03  8:22 UTC  (7+ messages)
` [PATCH 2/6] ARM: nxp-imx8mq-evk: add missing prototype for nxp_imx8mq_evk_ddr_cfg_phy
` [PATCH 3/6] ARM: ptrace: add mssing show_regs prototype in aarch64 path
` [PATCH 4/6] ARM: interrupts64: add missing prototypes
` [PATCH 5/6] ARM: add prototype for mmu_early_disable
` [PATCH 6/6] ARM64: backtrace: fix missing prototypes

[PATCH] kconfig: include common Kconfig files from top-level Kconfig
 2018-12-03  7:43 UTC  (2+ messages)

[PATCH 1/3] memory_display: Print whole line at once
 2018-12-03  7:37 UTC  (3+ messages)
` [PATCH 2/3] memory_display: move prototype to include/printk.h
` [PATCH 3/3] Add pr_memory_display

[PATCH 0/3] ARM: images: Use piggydata
 2018-12-01  0:34 UTC  (5+ messages)
` [PATCH 2/3] ARM: i.MX: Add max_load_size option to boards that will need it

[PATCH] fixup! ARM: i.MX: Add max_load_size option to boards that will need it
 2018-11-30 21:22 UTC  (2+ messages)

imx6 usb update
 2018-11-30 21:16 UTC  (3+ messages)

[PATCH] clocksource: Add dw_apb_timer driver
 2018-11-30 19:20 UTC  (2+ messages)

[PATCH v3 00/10] MIPS: migrate to multiimage support
 2018-11-30  9:41 UTC  (14+ messages)
` [PATCH v3 01/10] images: piggy: use "a" instead of #alloc flag
` [PATCH v3 02/10] MIPS: add arch/mips/lib/pbl.lds.S
` [PATCH v3 03/10] pbl: enable MIPS for PBL_RELOCATABLE
` [PATCH v3 04/10] MIPS: start: preserve DTB pointer for later use
` [PATCH v3 05/10] MIPS: multiimage: add ENTRY_FUNCTION macros
` [PATCH v3 06/10] MIPS: mutliimage: pass devicetree from PBL to the main_entry
` [PATCH v3 07/10] MIPS: put main_entry to __bare_init section
` [PATCH v3 08/10] MIPS: port all mach* to multiimage
` [PATCH v3 09/10] MIPS: remove HAS_NO_BOARD_HL_CODE support
` [PATCH v3 10/10] MIPS: remove useless board files

[PATCH 1/3] net: dns: Use pr_debug
 2018-11-30  9:25 UTC  (4+ messages)
` [PATCH 2/3] ping command: Print which host is pinged
` [PATCH 3/3] net: dns: return error codes

[PATCH 1/4] net: designware: socfpga: return error value
 2018-11-30  9:15 UTC  (5+ messages)
` [PATCH 2/4] net: designware: refactor wait loop to own function
` [PATCH 3/4] net: designware: reorder execution of write and busy check
` [PATCH 4/4] net: designware: return error value in mii_write

imx6ul (phytec Segin board) USB/DFU
 2018-11-29 11:28 UTC  (4+ messages)

Transferring files over tftp
 2018-11-29 11:02 UTC  (4+ messages)

CONFIG_AUTOBOOT_STOP_STR to stop autoboot in barebox
 2018-11-29 10:50 UTC  (2+ messages)

[PATCH v2 0/4] Xilinx Zynq Ultrascale+ MPSoC support
 2018-11-29 10:37 UTC  (9+ messages)
` [PATCH v2 1/4] ARM: lib64: .gitignore barebox.lds
` [PATCH v2 2/4] ARM: aarch64: compile with general-regs-only
` [PATCH v2 3/4] ARM: aarch64: add ENTRY_PROC macro for arm64
` [PATCH v2 4/4] ARM: zynqmp: add support for Xilinx ZCU104 board

[PATCH] Kconfig: drop duplicate PHYS_ADDR_T_64BIT definitions
 2018-11-29 10:13 UTC  (2+ messages)

[PATCH] Kconfig: Add clocksource menu
 2018-11-29  8:07 UTC  (2+ messages)

[PATCH] imd: fix missing error message
 2018-11-29  8:06 UTC  (2+ messages)

[PATCH 1/2] mach-bcm283x/core: fix clkdev uarts for raspberry pi
 2018-11-29  7:50 UTC  (5+ messages)
` [PATCH 2/2] rpi-common: fix sdhci clkdev "
` [PATCH v2] multiple/raspberry-pi: fix clkdevs "

[PATCH] mtd: nand: denali: quiet down driver
 2018-11-29  7:49 UTC  (2+ messages)

[PATCH v2 00/10] MIPS: migrate to multiimage support
 2018-11-27 10:15 UTC  (15+ messages)
` [PATCH v2 01/10] images: piggy: use "a" instead of #alloc flag
` [PATCH v2 02/10] MIPS: add arch/mips/lib/pbl.lds.S
` [PATCH v2 03/10] pbl: enable MIPS for PBL_RELOCATABLE
` [PATCH v2 04/10] MIPS: start: preserve DTB pointer for later use
` [PATCH v2 05/10] MIPS: multiimage: add ENTRY_FUNCTION macros
` [PATCH v2 06/10] MIPS: mutliimage: pass devicetree from PBL to the main_entry
` [PATCH v2 07/10] MIPS: put main_entry to __bare_init section
` [PATCH v2 08/10] MIPS: port all mach* to multiimage
` [PATCH v2 09/10] MIPS: remove HAS_NO_BOARD_HL_CODE support
` [PATCH v2 10/10] MIPS: remove useless board files

[PATCH] arch: *: cpuinfo: harmonize command description
 2018-11-27  8:59 UTC  (3+ messages)

[PATCH 1/3] hush: Add pr_fmt define
 2018-11-27  8:51 UTC  (3+ messages)
` [PATCH 2/3] hush: Add extra define for hush debugging
` [PATCH 3/3] getopt: Add pr_fmt

[PATCH v1 00/10] MIPS: migrate to multiimage support
 2018-11-26 14:15 UTC  (20+ messages)
` [PATCH v1 01/10] images: piggy: use "a" instead of #alloc flag
` [PATCH v1 02/10] MIPS: add arch/mips/lib/pbl.lds.S
` [PATCH v1 03/10] pbl: enable MIPS for PBL_RELOCATABLE
` [PATCH v1 04/10] MIPS: start: preserve DTB pointer for later use
` [PATCH v1 05/10] MIPS: multiimage: add ENTRY_FUNCTION macros
` [PATCH v1 06/10] MIPS: mutliimage: pass devicetree from PBL to the main_entry
` [PATCH v1 07/10] MIPS: put main_entry to __bare_init section
` [PATCH v1 08/10] MIPS: port all mach* to multiimage
` [PATCH v1 09/10] MIPS: remove HAS_NO_BOARD_HL_CODE support
` [PATCH v1 10/10] MIPS: multiimage: remove useless board files

[PATCH] ubimkvol: add support for `volume_id` parameter
 2018-11-26 11:40 UTC  (2+ messages)

[PATCH 0/3] Xilinx Zynq Ultrascale+ MPSoC support
 2018-11-26 10:37 UTC  (11+ messages)
` [PATCH 1/3] ARM: lib64: .gitignore barebox.lds
` [PATCH 2/3] ARM: aarch64: compile with general-regs-only
` [PATCH 3/3] ARM: zynqmp: add support for Xilinx ZCU104 board

powerfail safe env save
 2018-11-26  9:48 UTC  (4+ messages)

[PATCH] ARM: socfpga: generate smaller images when multiple boards are selected
 2018-11-26  9:46 UTC  (3+ messages)

[PATCH] clk: fix NULL deref without OF node in debug message
 2018-11-26  7:46 UTC  (8+ messages)
` [PATCH] environment: do not attempt to erase devices with MTD_NO_ERASE
        ` [PATCH v2] mtd: return EOPNOTSUPP when attempting to erase an MTD_NO_ERASE device

[PATCH] FIT: look for hash-1 as well as hash@1 nodes in signature check
 2018-11-22 10:41 UTC  (2+ messages)
` [PATCH v2] FIT: support hash-1/signature-1 "

[PATCH] mount command: Fix "mount /dev/<devname>"
 2018-11-21 11:59 UTC 

[PATCH v1 0/9] random fixes
 2018-11-21 10:01 UTC  (6+ messages)
` [PATCH v1 2/9] pinctrl: tegra30: fix "Possible null pointer dereference: group" warning

[PATCH] Add Raspberry Pi Zero W Board
 2018-11-21  8:55 UTC  (2+ messages)

[PATCH] memory_display: add padding to simplify counting
 2018-11-21  8:55 UTC  (2+ messages)

[PATCH] printk: make line continuation not result in stray emergency errors
 2018-11-21  8:51 UTC  (4+ 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