mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 1/1] command: add read command
 2013-09-27  8:15 UTC  (2+ messages)

Wrong barebox_image_size value
 2013-09-27  8:05 UTC  (3+ messages)

[PATCH] arm: Update mach-types
 2013-09-27  7:34 UTC 

[PATCH] lib: Fix copy_file when filesize is FILESIZE_MAX
 2013-09-27  7:33 UTC 

OMAP patches
 2013-09-27  7:17 UTC  (5+ 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 0/8] more serial cleanup
 2013-09-27  7:14 UTC  (9+ 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: "

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)

[PATCH 1/1] fs: add uimagefs
 2013-09-25 10:49 UTC  (3+ messages)
` [PATCH 1/1 v2] "

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  (11+ messages)
` [PATCH 2/2] bootm: add "

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 

[PATCH 0/3] Enable devicetree for Ritmix RZX-50 board
 2013-09-19  6:54 UTC  (6+ messages)
` [PATCH 1/3] Add missing dependency ENV_HANDLING for OF_BAREBOX_DRIVER option
` [PATCH 2/3] MIPS: rxz50: add initial devicetree support
` [PATCH 3/3] MIPS: rzx50_defconfig: enable devicetree

[PATCH] Altera SoCFPGA support
 2013-09-18  8:06 UTC  (8+ messages)
` [PATCH 07/11] ARM: Add "
` [PATCH 08/11] ARM: socfpga: Add FPGA programming command
` [PATCH 09/11] ARM: SoCFPGA: Add Terasic SoCkit board support

[PATCH 1/1] command: crc: add -V option to check the crc store in a file
 2013-09-18  7:30 UTC  (2+ messages)

[PATCH 0/5 v3] defaultenv-2: add login support
 2013-09-18  7:25 UTC  (5+ messages)
` [PATCH 1/5] globalvar: add globalvar_add_simple_int/bool/enum/ip support
  ` [PATCH 3/5] login: disable input console if password wrong
  ` [PATCH 4/5] login/passwd: add default password support

[PATCH 1/2] filetype: add Somfy BPK2 type
 2013-09-18  7:08 UTC  (3+ messages)
` [PATCH 2/2] fs: add Somfy BPK2 support

[PATCH 1/1] command: ubiattach: add option to pass VID offset
 2013-09-18  6:55 UTC  (2+ messages)

[PATCH 1/1] process_escape_sequence: add support to \$?
 2013-09-18  6:54 UTC  (2+ messages)

[PATCH 1/1] atmel_mci: add devname pdata support
 2013-09-18  6:48 UTC  (2+ messages)

[PATCH 1/1] animeo_ip: fix macb pin mux and set phy interface as MII
 2013-09-18  6:47 UTC  (2+ messages)

[PATCH 1/1] Fix lseek on fat filesystems
 2013-09-18  6:46 UTC  (2+ messages)

[PATCH 1/1] at91: add irq fixup
 2013-09-18  6:43 UTC  (2+ 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