mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 0/2] fix net console support
 2013-11-22  7:03 UTC  (4+ messages)
` [PATCH 1/2] console: add is_ready callbback support
  ` [PATCH 2/2] net: netconsole: add is_ready support

[PATCH 1/2] gpio: unify gpio direction macros names with Linux kernel
 2013-11-21 20:11 UTC  (2+ messages)
` [PATCH 2/2] gpiolib: import gpio_request_array() from linux 3.7

[PATCH] Added -j option to kwboot to allow just sending the boot preamble
 2013-11-21 15:58 UTC 

kwboot Preamble only feature
 2013-11-21 14:01 UTC  (2+ messages)

[RFC] [PATCH 0/3] ARM: machine struct support
 2013-11-21  8:05 UTC  (5+ messages)
` [PATCH 1/3] ARM: introduce machine description
  ` [PATCH 2/3] at91: detect SoC earlier
  ` [PATCH 3/3] AT91: usb-a926x: switch to machine description

[PATCH 0/3 v3] Support for Voipac X53-DMM-668 module and Voipac Baseboard
 2013-11-20 21:22 UTC  (4+ messages)
` [PATCH 1/3] ARM: dts: i.mx53: Internal keyboard controller + i2c pinmux
` [PATCH 2/3] ARM: i.mx53: Parse Reset GPIO pin in FEC driver from Devicetree
` [PATCH 3/3] ARM: i.mx53: Support for Voipac board with X53-DMM-668 module

[PATCH 1/2] scripts: fix kernel-install-target config
 2013-11-20  6:22 UTC  (4+ messages)
` [PATCH 2/2] common: add dependency !SANDBOX on target tools

[PATCH 1/6] ARM i.MX6: sabrelite: switch to multiboard support
 2013-11-20  6:20 UTC  (8+ messages)
` [PATCH 2/6] ARM i.MX6: sabrelite: switch to multi image support
` [PATCH 3/6] ARM i.MX6: sabrelite: use &uart2 instead of hard-coding path
` [PATCH 4/6] ARM i.MX6: sabrelite: usb is probed from device tree
` [PATCH 5/6] ARM i.MX6: sabrelite: move flash partitions into "
` [PATCH 6/6] ARM i.MX6: sabrelite: register SPI flash barebox update handler

Lowlevel questions
 2013-11-19 11:31 UTC  (5+ messages)

dt-bindings status
 2013-11-18 13:01 UTC  (4+ messages)

[PATCH 1/2] scripts: kwboot: fix missing soh initialization
 2013-11-18  9:53 UTC  (3+ messages)
` [PATCH 2/2] scripts: kwbimage: fix mis-sized payload

[PATCH 0/2] DA923RC: add PCI support
 2013-11-18  9:51 UTC  (4+ messages)
` [PATCH 1/2] ppc: mpc85xx: add fsl,mpic node frequency property
` [PATCH 2/2] ppc: DA923RC: update board initialisation

handling script/init errors
 2013-11-18  9:40 UTC  (6+ messages)

[PATCH] barebox: remove double semicolons
 2013-11-18  9:14 UTC  (3+ messages)

[PATCH] mmci: remove include of mmci.h header
 2013-11-18  9:12 UTC  (2+ messages)

[PATCH v2 0/6] BCM2835 / simple framebuffer support
 2013-11-14 11:44 UTC  (9+ messages)

(no subject)
 2013-11-13 13:36 UTC  (12+ messages)
` [PATCH 1/4] Add a Firmware programming framework
` [PATCH 2/4] Firmware: provide a handler to program Altera FPGAs
` [PATCH 3/4] DT: Add binding for Altera FPGAs in passive-serial mode
` [PATCH 4/4] Firmware: socfpga: Add SoCFPGA FPGA program support

[PATCH 0/3 v2] Support for Voipac X53-DMM-668 module and Voipac Baseboard
 2013-11-13 10:36 UTC  (8+ messages)
` [PATCH 1/3] ARM: dts: i.mx53: Internal keyboard controller + i2c pinmux
` [PATCH 2/3] ARM: i.mx53: Parse Reset GPIO pin in FEC driver from Devicetree
` [PATCH 3/3] ARM: i.mx53: Support for Voipac board with X53-DMM-668 module

howto write to serial port
 2013-11-13  9:45 UTC  (2+ messages)

[PATCH 1/2] ARM: i.MX boards: Remove useless select
 2013-11-13  5:57 UTC  (3+ messages)
` [PATCH 2/2] ARM: i.MX boards: Remove duplicate dependency of ARCH_IMX21 for IMX_IIM

[PATCH 0/3] Support for Voipac X53-DMM-668 module and Voipac Baseboard
 2013-11-12 22:57 UTC  (10+ messages)
` [PATCH 2/3] ARM: i.mx53: Parse Reset GPIO pin in FEC driver from Devicetree
` [PATCH 3/3] ARM: i.mx53: Support for Voipac board. Device definition is read "

hush patches
 2013-11-12 13:52 UTC  (11+ messages)
` [PATCH 01/10] hush: fix exit on syntax error behaviour
` [PATCH 02/10] hush: refactor readline call
` [PATCH 03/10] readline: remove unused variable
` [PATCH 04/10] hush: refactor get_user_input()
` [PATCH 05/10] hush: refactor file_get()
` [PATCH 06/10] hush: rename __promptme to interrupt
` [PATCH 07/10] consolidate syntax() and syntax_err()
` [PATCH 08/10] hush: Be more informative on syntax error
` [PATCH 09/10] hush: use standard ARRAY_SIZE
` [PATCH 10/10] hush: refactor reserved_word()

[PATCH] mci: mxs: support overwriting the device name via platform data
 2013-11-11 10:16 UTC  (4+ messages)

[PATCH] blspec: Fix another crash with menu disabled
 2013-11-11 10:15 UTC  (2+ messages)

[PATCH 0/2] x86 minor fixes and questions
 2013-11-11  9:50 UTC  (5+ messages)
` [PATCH 1/2] scripts/setupmbr: fix documentation
` [PATCH 2/2] arch/x86: fix link with recent gcc

[PATCH 0/5] OF: probe clock providers from DT
 2013-11-11  8:30 UTC  (7+ messages)
` [PATCH 1/5] asm-generic: add macro for BAREBOX_CLK_TABLE
` [PATCH 2/5] ARM: lib: add BAREBOX_CLK_TABLE to linker script
` [PATCH 3/5] clk: add of_clk_init and CLK_OF_DECLARE macro
` [PATCH 4/5] OF: parse OF clock providers after populate
` [PATCH 5/5] clk: fixed: add DT init function

[PATCH 0/4] gpiolib debug and led trigger fixes
 2013-11-11  8:12 UTC  (8+ messages)
` [PATCH 1/4] led: trigger: disable LEDs with trigger before installing it
` [PATCH 2/4] gpiolib: add get_direction callback
` [PATCH 3/4] gpiolib: make gpiolib command more verbose
` [PATCH 4/4] gpio: dw: add get_direction callback

[PATCH 1/2] scripts: Add fix_size & kernel-install to .gitignore
 2013-11-11  7:58 UTC  (3+ messages)
` [PATCH 2/2] Makefile: Align "DTB" string to others

[PATCH 1/6] ARM: at91: Fix signed/unsigned arguments for printf
 2013-11-11  7:52 UTC  (9+ messages)
` [PATCH] Cleanup Kconfig files
` [PATCH] net/Kconfig: Remove non-existent ARCH_DAVINCI
` [PATCH 2/6] ARM: mxs: Fix signed/unsigned arguments for printf
` [PATCH 3/6] commands: nandtest: "
` [PATCH 4/6] net: netx: "
` [PATCH 5/6] gui: "
` [PATCH 6/6] imx-usb-loader: "

[PATCH] ARM: remove asm/hardware.h
 2013-11-08 14:46 UTC 

[PATCH] partitions: dos: parse extended partition
 2013-11-08 14:38 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] partitions: dos: don't open code get_unaligned_le32
 2013-11-08 14:29 UTC  (2+ messages)

[PATCH] blspec: fix documention of blspec_scan_directory's return code
 2013-11-08 14:28 UTC  (2+ messages)

[PATCH] partitions: dos: improve guess of disk size
 2013-11-08 14:27 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] ARM: Phytec pfla02: Add I2C EEPROM to devicetree
 2013-11-08 14:26 UTC 

[PATCH] eeprom: at24: Enable OF partition parsing
 2013-11-08 14:26 UTC 

[PATCH] treewide: Add missing includes
 2013-11-08 14:25 UTC 

[PATCH 1/2] of: fdt: Fix fdt size_dt_struct
 2013-11-08 14:23 UTC  (2+ messages)
` [PATCH 2/2] of: fdt: reorder fdt_header initialization

[RFC] FPGA: add a simple framework for firmware programming
 2013-11-08  8:22 UTC  (11+ messages)
` [PATCH 1/3] FPGA: add a simple programming handler framework
` [PATCH 2/3] FPGA: add a programming command
  ` [SPAM] "
` [PATCH 3/3] FPGA: provide a handler to program ALTERA FPGAs

Howto read file to a VAR
 2013-11-08  7:48 UTC 

howto load/save envfs from linux
 2013-11-07  9:19 UTC  (2+ messages)

v2013.11.0 and v2013.10.1
 2013-11-07  7:31 UTC 

[PATCH] dlmalloc: fix compiler warning
 2013-11-07  7:10 UTC  (2+ messages)

how to create a new file under barebox prompt
 2013-11-07  5:33 UTC  (3+ messages)

[PATCH] rm vim swap file in genenv
 2013-11-07  5:25 UTC  (2+ messages)

how to append something to a text file
 2013-11-07  5:11 UTC  (2+ messages)

[PATCH v3 0/5] GEIP DA923RC board support
 2013-11-06 10:05 UTC  (7+ messages)
` [PATCH 1/5] ppc: mpc85xx: mpc8544 support
` [PATCH 2/5] ppc: mpc85xx: define Ethernet port count
` [PATCH 3/5] ppc: mpc85xx: enable DDR driver
` [PATCH 4/5] ppc: DA923RC: add board support
` [PATCH 5/5] ppc: mpc85xx: build directives

barebox on i.MX53 in serial downloader boot mode
 2013-11-06 10:01 UTC  (4+ messages)

[PATCH] of: Add a context pointer to fixup functions
 2013-11-06  9:13 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