mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 0/8] Tegra multi image support
 2013-09-29 19:59 UTC  (2+ messages)
` [PATCH 1/8] images: correctly linebreak built images output

Wrong barebox_image_size value
 2013-09-29 12:30 UTC  (5+ messages)

strtoull_suffix
 2013-09-29 11:57 UTC 

[PATCH v2] introduce runtime loglevel
 2013-09-29 10:18 UTC  (2+ messages)

fs mounting patches
 2013-09-29 10:05 UTC  (10+ messages)
` [PATCH 1/9] copy_file: Add missing O_TRUNC
` [PATCH 2/9] fs: cleanup backingstore handling
` [PATCH 3/9] mount: print backingstore instead of dev_name
` [PATCH 4/9] fs: use bus_for_each_driver
` [PATCH 5/9] fs: remove unused field 'name' from struct fs_driver_d
` [PATCH 6/9] mount: implement -v option to print available filesystems
` [PATCH 7/9] fs: add cdev mount helpers
` [PATCH 8/9] mount: Allow to mount all available partitions
` [PATCH 9/9] mount: use standard mountpath if path is ommitted

[PATCH] introduce runtime loglevel
 2013-09-27 14:36 UTC  (2+ messages)

[PATCH] lib: Fix copy_file when filesize is FILESIZE_MAX
 2013-09-27 14:20 UTC  (2+ messages)

[PATCH] scripts/omap_signGP: add getopt
 2013-09-27 14:14 UTC 

[PATCH] scripts/bareboxenv: Make locally used functions static
 2013-09-27 14:08 UTC 

[PATCH] mci: omap: Fix default value of mci.f_max
 2013-09-27 13:52 UTC  (8+ messages)

[PATCH 0/8] more serial cleanup
 2013-09-27  9:20 UTC  (19+ messages)
` [PATCH 1/8] console_simple: fix: set f_active
  ` [PATCH 2/8] console: factorise function to get the first enabled console
  ` [PATCH 3/8] console: factorise function to get the console by name
  ` [PATCH 4/8] console: introduce startup and shutdown
  ` [PATCH 5/8] loadbxy: use console_open/close
  ` [PATCH 6/8] animeo_ip: update to use console_open/close for rs485 crossed detection
  ` [PATCH 7/8] serial: amba-pl011: add start and shutdown support
  ` [PATCH 8/8] serial: atmel: "
` [PATCH 9/9] console: console_get_by_name pass flags

[PATCH] arm: Update mach-types
 2013-09-27  8:57 UTC  (2+ messages)

[PATCH 1/1] omap: xload: switch to generic bootstrap
 2013-09-27  8:47 UTC 

[PATCH 1/1] fs: add uimagefs
 2013-09-27  8:40 UTC  (4+ messages)
` [PATCH 1/1 v2] "

OMAP patches
 2013-09-27  8:37 UTC  (7+ messages)
` [PATCH 1/4] ARM: OMAP: Add missing include
` [PATCH 2/4] ARM: OMAP: register OMAP specific barebox bootm handler
` [PATCH 3/4] ARM: OMAP: unconditionally use /boot/barebox.env
` [PATCH 4/4] i2c: omap: remove unncessary printf

[PATCH 1/1] command: add read command
 2013-09-27  8:21 UTC  (3+ messages)

misc patches
 2013-09-27  6:47 UTC  (12+ messages)
` [PATCH 01/11] ARM: pfla02: Fix compiler warning
` [PATCH 02/11] detect command: Add missing help text for -a option
` [PATCH 03/11] ata: ide-sff: Add missing wait for ready in write function
` [PATCH 04/11] move devinfo command to its own file
` [PATCH 05/11] usb: Turn some printf into pr_*
` [PATCH 06/11] globalvar: Do not modify already existing variables
` [PATCH 07/11] scripts/Makefile: cleanup
` [PATCH 08/11] scripts/Makefile: implement targetprogs-y
` [PATCH 09/11] scripts: Move omap4_usbboot to its own directory
` [PATCH 10/11] bootm needs uImage support. Select it
` [PATCH 11/11] defenv-2: Do not overwrite previously existing global variables

getenv helpers
 2013-09-27  6:30 UTC  (5+ messages)
` [PATCH 1/4] environment variables: introduce new helpers
` [PATCH 2/4] loads: use getenv_bool for 'loads_echo'
` [PATCH 3/4] bootm: Replace getenv_loadaddr with getenv_ul
` [PATCH 4/4] dhcp: replace dhcp_getenv_int with getenv_uint

[PATCH] i2c-omap: Update driver
 2013-09-26 11:40 UTC 

[SOLVED] how to copy barebox to flash?
 2013-09-25 21:46 UTC 

how to copy barebox to flash?
 2013-09-25 19:55 UTC  (2+ messages)

Porting to a new board
 2013-09-24 17:06 UTC  (6+ messages)

[PATCH] arm omap4: fix arguments in writel
 2013-09-24 17:02 UTC 

[PATCH] usb: make usb devices children of the corresponding host
 2013-09-24 16:39 UTC 

[PATCH 1/2 v2] filetype: add Binary PacKage BPK type
 2013-09-24 16:38 UTC  (12+ messages)
` [PATCH 2/2 v2] fs: add BPKFS support

[PATCH v2] bootm: update os_entry from uimage
 2013-09-24  9:26 UTC  (12+ messages)

[PATCH 1/1] console_simple: fix: set f_active
 2013-09-24  7:23 UTC  (2+ messages)

[PATCH 0/5] introduce basic rs485 support
 2013-09-24  7:22 UTC  (7+ messages)
` [PATCH 1/5] shutdown: add board call back
  ` [PATCH 2/5] console: introduce console_get_by_dev
  ` [PATCH 3/5] console: introduce new callback set_mode
  ` [PATCH 4/5] atmel_serial: add rs485 support
  ` [PATCH 5/5] Animeo IP: add rs485 crossing detection support

Bootm patches
 2013-09-24  7:08 UTC  (12+ messages)
` [PATCH 01/11] bootm: fix possible memory leak
` [PATCH 02/11] bootm: fix "
` [PATCH 03/11] bootm: check for os image file
` [PATCH 04/11] bootm: remove unused define
` [PATCH 05/11] bootm: move getenv_loadaddr from command to common
` [PATCH 06/11] bootm: move globalvars "
` [PATCH 07/11] bootm: separate bootm input data and internal data
` [PATCH 08/11] bootm: Add dryrun support
` [PATCH 09/11] ARM: compile bootm code depending on CONFIG_BOOTM
` [PATCH 10/11] command: Let builtin command take precedence
` [PATCH 11/11] defenv-2: replace boot script with command

[PATCH 0/4 v2] introduce bootcount support
 2013-09-23  8:52 UTC  (8+ messages)
` [PATCH 1/4] misc: add bootcount framework
  ` [PATCH 2/4] bootcount: add simple register support
  ` [PATCH 3/4] bootcount: add somfy bootcount support
  ` [PATCH 4/4] animeo_ip: add "

[PATCH 1/1] lzo: update to lzo-2013
 2013-09-23  6:47 UTC  (2+ messages)

[PATCH 0/3 v2] Animeo IP: macb support improvement
 2013-09-23  6:42 UTC  (9+ messages)
` [PATCH 1/3] introduce helper to generate mac address with OUI
  ` [PATCH 2/3] animeo_ip: ensure the phy is reset correctly
  ` [PATCH 3/3] animeo_ip: retrieve the mac from the macb and set private mac to asix

[PATCH 1/2] console_simple: set baudrate at register
 2013-09-22 18:29 UTC  (3+ messages)
` [PATCH 2/2] serial: do not set default baudrate at init

[PATCH 1/2 v3] smc91111: add fixup for qemu phy support
 2013-09-22 18:28 UTC  (3+ messages)
` [PATCH 2/2 v3] versatilepb: enable qemu fixup

[PATCH 1/1] smc91111: add phy flags support
 2013-09-21 15:42 UTC  (6+ messages)
` [PATCH 2/2] versatilepb: force net a 100Mpps

[PATCH 1/2] filetype: add arm u-boot support
 2013-09-21  8:10 UTC  (8+ messages)

Porting to a new board
 2013-09-21  7:50 UTC  (4+ messages)

[PATCH 0/3] introduce bootcount support
 2013-09-20 12:39 UTC  (7+ messages)
` [PATCH 1/3] misc: add bootcount framework
  ` [PATCH 2/3] misc: add somfy bootcount support
  ` [PATCH 3/3] animeo_ip: add "

[PATCH 1/1] bootm: update os_entry from uimage
 2013-09-20  7:57 UTC  (3+ messages)

[PATCH 1/1] animeo_ip: set uSD port devname to microsd
 2013-09-20  6:51 UTC  (2+ messages)

[PATCH 1/1] smc91111: add fixup for qemu phy support
 2013-09-20  6:50 UTC  (2+ messages)

[PATCH 1/1] console: drop f_caps and check the function pointer getc/putc instead
 2013-09-20  6:40 UTC  (2+ messages)

[PATCH 1/1] Animeo IP: add usb host support
 2013-09-20  6:35 UTC  (2+ messages)

[PATCH 1/1 V2] command: crc: add -V option to check the crc store in a file
 2013-09-20  6:34 UTC  (2+ messages)

[PATCH 0/3] Animeo IP: macb support improvement
 2013-09-20  5:40 UTC  (4+ messages)
` [PATCH 1/3] introduce helper to generate mac address with OUI
  ` [PATCH 2/3] animeo_ip: ensure the phy is reset correctly
  ` [PATCH 3/3] animeo_ip: retrieve the mac from the macb and set private mac to asix

[PATCH 1/1] animeo_ip: the env in nand is u-boot env not a barebox one
 2013-09-19 13:30 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