Re: [U-Boot] [PATCH 2/4] apf27: add support for the armadeus APF27 board

2012-12-02 Thread trem
On 26/11/12 18:55, Albert ARIBAUD wrote: +/* + * Fuse bank 1 row 8 is "reserved for future use" and therefore available for + * custormer use. The APF27 board uses this fuse to store the board revision: + * 0: initial board revision + * 1: first revision - Presence of the second RAM chip on the b

Re: [U-Boot] [PATCH 2/4] apf27: add support for the armadeus APF27 board

2012-11-26 Thread Albert ARIBAUD
Hi Philippe, On Mon, 29 Oct 2012 18:35:55 +0100, Philippe Reynes wrote: > Signed-off-by: Philippe Reynes > Signed-off-by: Eric Jarrige > Signed-off-by: Nicolas Colombain > > create mode 100644 board/armadeus/apf27/Makefile > create mode 100644 board/armadeus/apf27/apf27.c > create mode 10

[U-Boot] [PATCH 2/4] apf27: add support for the armadeus APF27 board

2012-10-29 Thread Philippe Reynes
Signed-off-by: Philippe Reynes Signed-off-by: Eric Jarrige Signed-off-by: Nicolas Colombain create mode 100644 board/armadeus/apf27/Makefile create mode 100644 board/armadeus/apf27/apf27.c create mode 100644 board/armadeus/apf27/apf27.h create mode 100644 include/configs/apf27.h diff --git