mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH v3 00/10] provide ethernet support for ar9344 and ar9331
 2017-09-18  6:41 UTC  (12+ messages)
` [PATCH v3 01/10] net: ath79: add ag71xx Ethernet driver
` [PATCH v3 02/10] add ar9331.dtsi and enable mac0
` [PATCH v3 03/10] MIPS: dts: ar9344: add mac0 node
` [PATCH v3 04/10] MIPS: dts: tl_wdr4300: enable mac0
` [PATCH v3 05/10] MIPS: dts: tl_wdr4300: add alias for spiflash
` [PATCH v3 06/10] MIPS: dts: tl_wdr4300: remove RO flag from barebox partition
` [PATCH v3 07/10] add phy: ar8327 driver
` [PATCH v3 08/10] MIPS: dts: tl_wdr4300: rename it to tl_wdr4300 v1.7
` [PATCH v3 09/10] MIPS: tplink-wdr4300_defconfig: add network support
` [PATCH v3 10/10] MIPS: dts: ar9344: add APB bus

[PATCH 1/2] ARM: imx: santaro: select i2c
 2017-09-16 13:48 UTC  (3+ messages)
` [PATCH 2/2] imx-bbu-nand-fcb: fix build on MX28 only

[PATCH 00/12] Vexpress rework
 2017-09-16 13:37 UTC  (15+ messages)
` [PATCH 01/12] ARM: vexpress: always build relocatable image
` [PATCH 02/12] of: populate clock providers before other devices
` [PATCH 03/12] clk: versatile: add basic clocks
` [PATCH 04/12] clocksource: sp804: silently ignore secondary instaces
` [PATCH 05/12] mci: mmci: add DT support
` [PATCH 06/12] ARM: vexpress: switch to DT probe and multi-image build
` [PATCH 07/12] ARM: vexpress: regenerate config
` [PATCH 08/12] docs: add qemu vexpress
` [PATCH 09/12] vexpress: use device tree provided by QEMU if available
` [PATCH 10/12] vexpress: add bootstate node to the device tree
` [PATCH 11/12] of: base: add funtion to copy a device tree node
` [PATCH 12/12] ARM: vexpress: add fixup handler for 'virtio, mmio' devices

Load environment variables earlier
 2017-09-15  4:47 UTC  (2+ messages)

[PATCH v1 1/2] commands: writef write variable contents to file
 2017-09-14 13:54 UTC  (2+ messages)

[PATCH v1 3/3] yubikey authentication in login, ykpasswd command to manage the database
 2017-09-14 13:36 UTC 

[PATCH v1 2/2] command: ccrypt Crypt and Decrypt Files uses keystore for passwords compatible with https://sourceforge.net/projects/ccrypt/ keystore_init Simple Keystore initializer
 2017-09-14 12:29 UTC 

move to github
 2017-09-14 10:07 UTC  (3+ messages)

yubikey and aes support for barebox
 2017-09-14  8:06 UTC  (2+ messages)

[PATCH 0/5] Fixes for nv command handling
 2017-09-14  7:28 UTC  (9+ messages)
` [PATCH 1/5] commands: nv: argc cannot be < 1
` [PATCH 2/5] commands: nv: call nvvar_print() only if no argument is given
` [PATCH 3/5] commands: nv: assure error code will be returned when an error occurred
` [PATCH 4/5] commands: nv: fail if required var arguments are missing
` [PATCH 5/5] common: globvar: let nvvar_remove() report non-existing variable
` [PATCH] commands: nv: adjust command help

[PATCH v2 00/10] provide ethernet support for ar9344 and ar9331
 2017-09-14  6:44 UTC  (12+ messages)
` [PATCH v2 01/10] net: ath79: add ag71xx Ethernet driver
` [PATCH v2 02/10] add ar9331.dtsi and enable mac0
` [PATCH v2 03/10] MIPS: dts: ar9344: add mac0 node
` [PATCH v2 04/10] MIPS: dts: tl_wdr4300: enable mac0
` [PATCH v2 05/10] MIPS: dts: tl_wdr4300: add alias for spiflash
` [PATCH v2 06/10] MIPS: dts: tl_wdr4300: remove RO flag from barebox partition
` [PATCH v2 07/10] add phy: ar8327 driver
` [PATCH v2 08/10] MIPS: dts: tl_wdr4300: rename it to tl_wdr4300 v1.7
` [PATCH v2 09/10] MIPS: tplink-wdr4300_defconfig: add network support
` [PATCH v2 10/10] MIPS: dts: ar9344: add APB bus

boot problem w/ barebox
 2017-09-12  8:32 UTC  (4+ messages)
    ` [ptxdist] "

[PATCH v1 1/3] net: ath79: add ag71xx Ethernet driver
 2017-09-12  6:32 UTC  (4+ messages)
` [PATCH v1 2/3] net: ag71xx: bit 19 should be set to 1 for GE0
` [PATCH v1 3/3] add ar9331.dtsi and enable mac0

[PATCH v1 00/10] provide ethernet support for ar9344 and TP-LINK TL-WDR4300
 2017-09-12  6:20 UTC  (15+ messages)
` [PATCH v1 01/10] net: ath79: add ar9344 support
` [PATCH v1 02/10] MIPS: dts: ar9331: update compatible for mac0 node
` [PATCH v1 03/10] MIPS: dts: ar9344: add "
` [PATCH v1 04/10] MIPS: dts: tl_wdr4300: enable mac0
` [PATCH v1 05/10] MIPS: dts: tl_wdr4300: add alias for spiflash
` [PATCH v1 06/10] MIPS: dts: tl_wdr4300: remove RO flag from barebox partition
` [PATCH v1 07/10] add phy: ar8327 driver
` [PATCH v1 08/10] rename tplink devicetree
` [PATCH v1 09/10] MIPS: tplink-wdr4300_defconfig: add network support
` [PATCH v1 10/10] MIPS: dts: ar9344: add APB bus

PBL using xz
 2017-09-11  3:01 UTC 

v2017.09.0
 2017-09-08  6:51 UTC 

[PATCH v2 0/2] gpio: gpio-generic: add dt support
 2017-09-08  6:27 UTC  (4+ messages)
` [PATCH v2 1/2] gpio: gpio-generic: fix bgpio_map()
` [PATCH v2 2/2] gpio: gpio-generic: add dt support

[PATCH 0/4] privide ns16550 support for AR9344
 2017-09-08  6:25 UTC  (7+ messages)
` [PATCH 1/4] of: base: port of_device_is_big_endian from linux
` [PATCH 2/4] asm-generic: partially sync io.h with linux kernel
` [PATCH 3/4] x86: asm: include asm-generic.h
` [PATCH 4/4] serial: ns16550: provide big-endian support

[PATCH] efi: add iBASE MI991AF documentation
 2017-09-08  6:23 UTC  (2+ messages)

[PATCH] efi: make sure efi-fs is started in the right order
 2017-09-08  6:20 UTC  (2+ messages)

[PATCH] Documentation: efi: add example how to create EFI partition
 2017-09-08  6:19 UTC  (2+ messages)

[PATCH v1] usb: gadget: autostart: properly release f_multi_opts
 2017-09-06 13:43 UTC  (2+ messages)

Request for testing on beagleboard
 2017-09-06 13:33 UTC  (3+ messages)
` [PATCH] ARM: beagleboard: convert to devicetree

[PATCH] Phy: Check NULL bus case and undetected phy via of
 2017-09-06 12:46 UTC  (2+ messages)

[PATCH 1/2] at91: sync mach/barebox-arm-head.h
 2017-09-06 12:41 UTC  (2+ messages)

[PATCH] gpio: clps711x: clps711x_gpio_dt_ids: add missing sentinel entry
 2017-09-06 12:38 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/2] gpio: gpio-generic: add dt support
 2017-09-06 12:37 UTC  (4+ messages)
` [PATCH 1/2] gpio: gpio-generic: fix bgpio_map()
` [PATCH 2/2] gpio: gpio-generic: add dt support

[PATCH 1/4] arm: dts: am335x: Add emmc node to phycore-som
 2017-09-06 12:31 UTC  (5+ messages)
` [PATCH 2/4] arm: dts: Enable NAND in DTS instead of DTSI
` [PATCH 3/4] arm: dts: am335x: Add phycore emmc device tree
` [PATCH 4/4] arm: configs: AM335x: Enable mmc-extcsd command

[PATCH] regsubst.pl: fix typo in help text
 2017-09-06 12:30 UTC  (2+ messages)

[PATCH 0/6] Add DT support for at91_udc and atmel_lcdfb
 2017-09-06 12:29 UTC  (2+ messages)

Rework of the state/bootchooser feature documentaiton
 2017-09-06 12:19 UTC  (9+ messages)
` [PATCH 1/7] docs/DS1307: fix layout
` [PATCH 2/7] state: keep backward compatibility
` [PATCH 3/7] bootchooser: avoid a use after free
` [PATCH 4/7] bootchooser: allow an empty namespace
` [PATCH 5/7] docs: remove build warning
` [PATCH 6/7] state: add debugging help
` [PATCH 7/7] docs: rework and extend the 'state' and 'bootchooser' documentation

[PATCH 1/3] state: provide an error message when an error occurs
 2017-09-06 12:18 UTC  (6+ messages)
` [PATCH 2/3] state command: extend help part I
` [PATCH 3/3] state command: extend help part II

[PATCH 1/2] state: use the given backend storage type name
 2017-09-06 12:11 UTC  (3+ messages)
` [PATCH 2/2] state: don't use uninitialized variable

[PATCH] phy: don't crush if we have no parent
 2017-09-06 11:59 UTC  (2+ messages)

[PATCH] ARM: phycore-imx6ul: use MAC address from OCOTP
 2017-09-06 11:58 UTC  (2+ messages)

[PATCH] mtd: nand-mxs: improve error messages
 2017-09-06 11:57 UTC  (2+ messages)

[PATCH 1/2] mtd: nand: Only call ONFI get/set features on supported chips
 2017-09-05 12:28 UTC  (2+ messages)
` [PATCH 2/2] mtd: nand: nand_mxs: Don't call get/set features on chips which do not support it

Fix tftpd-hpa support
 2017-09-05  8:00 UTC  (3+ messages)
` [PATCH 1/2] fs: avoid pathes with '//' in __canonicalize_path()
` [PATCH 2/2] fs: Don't bother filesystems without link support with additional stat() calls

[PATCH v2 0/4] privide ns16550 support for AR9344
 2017-09-04  8:01 UTC  (6+ messages)
` [PATCH v2 1/4] of: base: port of_device_is_big_endian from linux
` [PATCH v2 2/4] asm-generic: partially sync io.h with linux kernel
` [PATCH v2 3/4] x86: asm: include asm-generic.h
` [PATCH v2 4/4] serial: ns16550: provide big-endian support

[BUG] TFTP: No access to subdirectories
 2017-09-03 18:28 UTC  (3+ messages)

nand dump
 2017-09-01 15:31 UTC  (2+ messages)

TCP
 2017-08-30 11:52 UTC  (4+ messages)

[PATCH v2] docs: mention the correct default values for the 'backend-storage-type'
 2017-08-23 10:19 UTC 

[PATCH] docs: mention the correct default values for the 'backend-storage-type'
 2017-08-23 10:18 UTC  (2+ messages)

[PATCH 1/1] TFTP: Add support for custom server and port
 2017-08-22  6:55 UTC  (3+ messages)

[PATCH] mtd: nand_mxs: fix NAND error when change clk rate
 2017-08-21 16:31 UTC  (4+ messages)

[PATCH] Add new command fs2bridge for socfpga
 2017-08-17 11:07 UTC  (10+ messages)

[PATCH] ARM: mvebu: armada-xp: configure PLL and PHY register
 2017-08-16 10:51 UTC  (3+ messages)

[PATCH] i2c: mv64xxx: add timeout waiting for bus ready
 2017-08-16 10:16 UTC 

Barebox and ext4 ? problems
 2017-08-16  8:31 UTC  (5+ messages)

[PATCH v3] MIPS: add virt_to_phys() and phys_to_virt()
 2017-08-11 14:26 UTC 

[PATCH v2] MIPS: add virt_to_phys() and phys_to_virt()
 2017-08-11 13:59 UTC  (2+ messages)

[PATCH 1/2] ARM: i.MX7: provide DDR register definitions
 2017-08-10 12:23 UTC  (4+ messages)

[PATCH 0/2] readline_simple: return -1 if getc fails
 2017-08-10  5:51 UTC  (5+ messages)

[PATCH v1 1/4] MIPS: tplink-mr3020: pbl: move WMAC init after flash addr test
 2017-08-09 16:52 UTC  (4+ messages)
` [PATCH v1 2/4] MIPS: tplink-mr3020: pbl: move hornet_mips24k_cp0_setup "
` [PATCH v1 3/4] MIPS: tplink-mr3020_defconfig: enable more options
` [PATCH v1 4/4] MIPS: tplink-mr3020.dts: add partition table

[PATCH v1] MIPS: ath79: add barebox update handler
 2017-08-09 15:59 UTC 

[PATCH v1] filetype: fix file type detection for Barebox MIPS
 2017-08-09 15:55 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox