mail archive of the barebox mailing list
 help / color / mirror / Atom feed
usbgadget: fastboot: Allow to automatically export bbu handlers
 2017-09-27 12:09 UTC  (12+ messages)
` [PATCH 01/12] file_list: Add function to add an entry to the list
` [PATCH 02/12] file_list: Add function to get entry by its name
` [PATCH 03/12] file_list: Allow only unique names on list
` [PATCH 04/12] file_list: Fix memory leak in failure path
` [PATCH 06/12] file_list: Add error messages
` [PATCH 07/12] usbgadget: fastboot: Use function to find file_list entry by name
` [PATCH 08/12] bbu: Add function to iterate over registered handlers
` [PATCH 09/12] usbgadget command: catch errors when parsing the file list
` [PATCH 10/12] usbgadget: fastboot: Allow to automatically export the bbu handlers
` [PATCH 11/12] fastboot command: Add -b option to export "
` [PATCH 12/12] usbgadget autostart: add usbgadget.fastboot_bbu to automatically "

usbgadget fix some crashes
 2017-09-27  9:12 UTC  (5+ messages)
` [PATCH 1/4] usbgadget: autostart: Handle errors in file list gracefully
` [PATCH 2/4] usbgadget: do not register when no functions present
` [PATCH 3/4] usbgadget: only set to peripheral mode when error checking is done
` [PATCH 4/4] usbgadget: unregister when usb_composite_probe() fails

barebox on an intel efi system
 2017-09-27  8:28 UTC  (3+ messages)

[PATCH 0/3] gpiolib: introduce gpio initializer
 2017-09-26 21:26 UTC  (4+ messages)
` [PATCH 1/3] gpiolib: reorder functions
` [PATCH 2/3] gpiolib: introduce helper functions working on gpio_info structs
` [PATCH 3/3] gpiolib: introduce gpio initializer

[PATCH 0/2] state: add support for pre-mainline state format
 2017-09-26 20:58 UTC  (3+ messages)
` [PATCH 1/2] state: new backend format "rawcompat"
` [PATCH 2/2] state: storage: direct: skip writing meta data if this makes data fit

[PATCH 1/2] scripts: imx imx-usb-loader: Add support for i.MX6ull
 2017-09-26  7:23 UTC  (2+ messages)
` [PATCH 2/2] scripts: imx imx-usb-loader: Fix last transfer error message

[PATCH v1 1/3] net: ag71xx: define parent devices
 2017-09-26  7:09 UTC  (4+ messages)
` [PATCH v1 2/3] MIPS: dts: tl_wdr4300: add Atheros ART partition
` [PATCH v1 3/3] MIPS: ath79: provide driver for "

[PATCH] mmc: allow skipping SD card initialization
 2017-09-26  6:53 UTC  (2+ messages)

[PATCH] remove checks for xzalloc() returning NULL
 2017-09-26  6:51 UTC  (2+ messages)

[PATCH] pinctrl: mxs: fix error message to mention right property name
 2017-09-26  6:50 UTC  (2+ messages)

[PATCH] imx-bbu-nand-fcb: read_firmware_all(): Spell "Secondary firmware" with a capital "S"
 2017-09-26  6:49 UTC  (2+ messages)

[PATCH] console_countdown: ignore errors in getchar()
 2017-09-26  6:48 UTC  (2+ messages)

[PATCH] ARM: i.MX53 QSB: drop phy reset handling in board file
 2017-09-26  6:47 UTC  (2+ messages)

[PATCH v2] gpiolib: check validity for gpio_info in *_active()
 2017-09-26  6:47 UTC  (2+ messages)

[PATCH] gpiolib: check validity for gpio_info in *_active()
 2017-09-26  6:46 UTC  (2+ messages)

[PATCH] lib,ratp: avoid too verbose info messages
 2017-09-20  6:53 UTC  (2+ messages)

[PATCH 1/2] ARM: imx: santaro: select i2c
 2017-09-20  6:50 UTC  (4+ messages)
` [PATCH 2/2] imx-bbu-nand-fcb: fix build on MX28 only

[PATCH v3 00/10] provide ethernet support for ar9344 and ar9331
 2017-09-20  6:30 UTC  (14+ 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] memtest: fix list iteration in region setup
 2017-09-20  6:23 UTC  (2+ messages)

[PATCH v1] net: ag71xx: disable eth interface on barebox shutdown
 2017-09-20  6:22 UTC  (2+ messages)

[PATCH] bootm: bootm_open_initrd_uimage(): propagate error if initrd verification fails
 2017-09-20  6:21 UTC  (2+ messages)

[PATCH 00/12] Vexpress rework
 2017-09-20  6:20 UTC  (16+ 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

move to github
 2017-09-19 12:48 UTC  (6+ messages)

bootm_open_initrd_uimage: result of uimage_verify() is ignored
 2017-09-19  6:44 UTC  (2+ messages)

Load environment variables earlier
 2017-09-18  7:18 UTC  (3+ messages)

[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-18  7:07 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 

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

[PATCH v1 00/10] provide ethernet support for ar9344 and TP-LINK TL-WDR4300
 2017-09-12  6:20 UTC  (13+ messages)
` [PATCH v1 01/10] net: ath79: add ar9344 support
` [PATCH v1 02/10] MIPS: dts: ar9331: update compatible for mac0 node
` [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 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  (2+ messages)

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

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

[PATCH 1/3] state: provide an error message when an error occurs
 2017-09-06 12:18 UTC  (2+ messages)

[PATCH 1/2] state: use the given backend storage type name
 2017-09-06 12:11 UTC  (2+ messages)

[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  (3+ messages)
` [PATCH v2 2/4] asm-generic: partially sync io.h with linux kernel

[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)

page:  |  | latest

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