mail archive of the barebox mailing list
 help / color / mirror / Atom feed
Adding IPv4 multicast support
 2014-07-16  6:48 UTC  (15+ messages)
    ` picotcp tftp support [was Adding IPv4 multicast support]

Update/include some functions from the Kernel
 2014-07-15 18:42 UTC  (7+ messages)
` [PATCH 1/5] include: Add DECLARE_BITMAP from kernel
` [PATCH 2/5] include: Add round_up/round_down macros "
` [PATCH 3/5] include: Add foreign endianess adding functions "
` [PATCH 4/5] lib: Add bitmap "
` [PATCH 5/5] include: update bitop "

[PATCH] introduce verbose debug
 2014-07-15 13:45 UTC 

[PATCH] mtd: atmel_nand: add SOFT_BCH support
 2014-07-15  9:16 UTC 

[PATCH RESEND] i2c: omap: fix typo in dt_ids
 2014-07-15  9:06 UTC 

[PATCH v3] ARM: i.MX6Q: Add support for Embedsky E9 board
 2014-07-15  7:16 UTC 

[RFC v3 0/5] add rtc support
 2014-07-14 20:48 UTC  (6+ messages)
` [RFC v3 1/5] lib: import 'bcd' from linux-3.15
` [RFC v3 2/5] add rtc support
` [RFC v3 3/5] rtc: import ds1307 driver from linux-3.15
` [RFC v3 4/5] commands: add hwclock
` [RFC v3 5/5] ARM: versatilepb_defconfig: enable RTC support

[RFC v2 0/5] add rtc support
 2014-07-14 12:48 UTC  (8+ messages)
` [RFC v2 1/5] lib: import 'bcd' from linux-3.15
` [RFC v2 2/5] add rtc support
` [RFC v2 3/5] rtc: import ds1307 driver from linux-3.15
` [RFC v2 4/5] commands: add hwclock
` [RFC v2 5/5] ARM: versatilepb_defconfig: enable RTC support

[PATCH] Documentation: use command groups
 2014-07-14  8:42 UTC  (2+ messages)

[PATCH] Documentation: add virt2real barebox mini-howto
 2014-07-14  8:42 UTC  (2+ messages)

[PATCH v2] ARM: i.MX6Q: Add support for Embedsky E9 board
 2014-07-14  7:23 UTC  (2+ messages)

Nand with 256 oob
 2014-07-14  6:21 UTC  (2+ messages)

Initial EFI Support
 2014-07-14  6:05 UTC  (32+ messages)
` [PATCH 01/21] Make IPaddr_t a 32bit type
` [PATCH 02/21] oftree command: Use size_t for size
` [PATCH 03/21] fat: Use correct format specifier
` [PATCH 04/21] readkey: keys are unsugned char
` [PATCH 05/21] of: platform: Use PRINTF_CONVERSION_RESOURCE for printing resources
` [PATCH 06/21] console: Add puts callback to console devices
` [PATCH 07/21] Add hex_byte_pack and hex_byte_pack_upper from kernel
` [PATCH 08/21] vsprintf: Support pU for printing UUIDs
` [PATCH 09/21] Add beginning wchar support
` [PATCH 10/21] block: Add flush callback
` [PATCH 11/21] Move efi.h to include/
` [PATCH 12/21] filetype: Add DOS EXE file detection support
` [PATCH 13/21] efi: Add more error codes
` [PATCH 14/21] serial: ns16550: Add mmiobase to private data
` [PATCH 15/21] serial: ns16550: Add register read/write function pointers "
` [PATCH 16/21] Documentation: Add EFI documentation
` [PATCH 17/21] Add initial EFI architecture support
` [PATCH 18/21] net: Add EFI Simple Network Protocol Driver
` [PATCH 19/21] serial: Add EFI stdio driver
` [PATCH 20/21] fs: implement EFI filesystem driver
` [PATCH 21/21] fs: implement EFI variable "
` [PATCH 1/2] EFI: enable printf UUID support
  ` [PATCH 2/2] EFI: introduce efi_strguid to convert GUID to human readable names

[PATCH 1/2] fixup! gpio: add driver for PCA95[357]x, PCA9698, TCA64xx, and MAX7310 SMBus I/O expanders
 2014-07-14  6:04 UTC  (3+ messages)
` [PATCH 2/2] fixup! i2c: import SMBus stuff from linux

[PATCH] ARM: i.MX6Q: Add support for Embedsky E9 board
 2014-07-11 20:50 UTC  (3+ messages)

[PATCH] ppc: 85xx: CCSRBAR mapping moved to start-up code
 2014-07-11 15:48 UTC 

[RFC 0/5] add rtc support
 2014-07-11 11:27 UTC  (17+ messages)
` [RFC 1/5] lib: import 'bcd' from linux-3.15
` [RFC 2/5] add rtc support
` [RFC 3/5] i2c: import SMBus stuff from linux
` [RFC 4/5] rtc: add ds1307 support
` [RFC 5/5] commands: add hwclock

[PATCH] persistent device names for console devices
 2014-07-11  8:02 UTC  (5+ messages)
` [PATCH 1/4] console: Allow persistent device names
` [PATCH 2/4] serial: imx: Determine device name from device tree
` [PATCH 3/4] netconsole: rename console to "netconsole"
` [PATCH 4/4] usb: usbserial gadget: Add persistent device name

[PATCH] regulator: fixed: add always-on property
 2014-07-11  7:56 UTC  (2+ messages)

[PATCH v2] Initial EFI support
 2014-07-11  7:36 UTC  (7+ messages)
` [PATCH 1/7] Documentation: Add EFI documentation
` [PATCH 3/7] net: Add EFI Simple Network Protocol Driver
` [PATCH 4/7] serial: Add EFI stdio driver
` [PATCH 5/7] fs: implement EFI filesystem driver
` [PATCH 6/7] fs: implement EFI variable "
` [PATCH 7/7] EFI: introduce efi_strguid to convert GUID to human readable names

[PATCH 0/3] some i2c patches
 2014-07-11  5:41 UTC  (5+ messages)
` [PATCH 1/3] commands: i2c: verbose option doesn't need argument
` [PATCH 2/3] commands: i2c: simplify i2c wide access logic
` [PATCH 3/3] commands: i2c: add message if write is not successful

[PATCH v2 0/2] add driver for PCA95[357]x, PCA9698, TCA64xx, and MAX7310 SMBus I/O expanders
 2014-07-10 21:34 UTC  (4+ messages)
` [PATCH v2 1/2] i2c: import SMBus stuff from linux
` [PATCH v2 2/2] gpio: add driver for PCA95[357]x, PCA9698, TCA64xx, and MAX7310 SMBus I/O expanders

AM335x MLO images broken
 2014-07-10 21:28 UTC  (2+ messages)

AM335x MLO images broken
 2014-07-09 16:47 UTC  (2+ messages)

[PATCH] ARM: am335x Phytec phyCORE: Enable ethernet
 2014-07-09 14:15 UTC 

Problems with pyhBoard-Wega-AM335x
 2014-07-09 12:32 UTC  (12+ messages)

[PATCH] ARM: dts: Remove skeleton.dtsi
 2014-07-09  5:39 UTC  (3+ messages)

[PATCH] Documentation: add uemd mb7707 barebox mini-howto
 2014-07-09  5:33 UTC  (2+ messages)

[PATCH] pci: pci_alloc_bus(): use xzalloc() instead of kzalloc()
 2014-07-09  5:32 UTC  (2+ messages)

[PATCH] fix mtd_part_lock/unlock
 2014-07-09  5:31 UTC  (3+ messages)
` [PATCH] drivers/mtd: fix NULL pointer dereference in partition lock/unlock

[PATCH 1/1] command: crc32: fix BAREBOX_CMD_HELP(cmd_crc_help)
 2014-07-08 13:34 UTC 

[PATCH v5 0/7] barebox PCI support
 2014-07-08  9:53 UTC  (9+ messages)
` [PATCH v5 3/7] PCI: initial commit

[PATCH] crc32: Proper name of command is "crc32"
 2014-07-08  9:18 UTC  (4+ messages)

[PATCH 1/2] dlmalloc: remove unused functions
 2014-07-08  6:34 UTC  (2+ messages)
` [PATCH 2/2] malloc.h: fix codingstyle

[PATCH] Do not use macros in command help
 2014-07-08  5:56 UTC 

[PATCH 1/1] hush: Fix error code returned value
 2014-07-08  5:45 UTC  (2+ messages)

[PATCH 1/2] sama5d3x: fix HSMC MODE register offset and add TIMINGS register
 2014-07-08  5:39 UTC  (5+ messages)

[PATCH] Clean up Kconfig and source for a couple device tree commands
 2014-07-07 21:11 UTC  (9+ messages)

does beaglebone black device tree need to specify amount of eMMC flash?
 2014-07-07 21:05 UTC  (6+ messages)

[PATCH] ARM: OMAP: Do not show MLO/SPI image options with OMAP_MULTI_BOARDS
 2014-07-07 12:15 UTC 

device trees, dtc and beaglebone black
 2014-07-07 10:16 UTC  (3+ messages)

generated doc "Options" for dhcp command drops last line
 2014-07-07  9:05 UTC  (3+ messages)

[PATCH] at91mux: Fix both help info and Kconfig info
 2014-07-07  8:02 UTC  (2+ messages)

"make menuconfig" entries related to device tree seem kind of disorganized
 2014-07-07  8:01 UTC  (2+ messages)

wanting to clarify terminology regarding kernel and device trees
 2014-07-07  6:48 UTC  (2+ messages)

is it "crc" or "crc32"?
 2014-07-07  6:41 UTC  (2+ messages)

[PATCH] bootm.c: "-o" option should refer to "DTB", not "DTS"
 2014-07-07  6:30 UTC  (2+ messages)

[PATCH] rtc.h: drop unused U-Boot stuff; fix whitespace
 2014-07-07  6:22 UTC  (2+ messages)

[PATCH] mmu: flush ttb in map_io_sections
 2014-07-06 21:43 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