[U-Boot-Users] [PATCH] Configuration changes for ADS5121 Rev 3

2008-05-06 Thread Martha Marx
This includes changes to the ref clock, memory size, the addition of PCI functionality and Makefile options to build either the Rev 3 or Rev 2 U-Boot. The new README explains these options. Signed-off-by: Martha Marx <[EMAIL PROTECTED]> --- Makefile |9 -

[U-Boot-Users] [PATCH] Adds configurable IO Pin init for ADS5121

2008-05-06 Thread Martha Marx
diff --git a/board/ads5121/Makefile b/board/ads5121/Makefile index b93bee1..7688900 100644 --- a/board/ads5121/Makefile +++ b/board/ads5121/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk LIB= $(obj)lib$(BOARD).a -COBJS-y:= $(BOARD).o +COBJS-y:= $(BOARD).o iopin.o C

[U-Boot-Users] [PATCH] Configuration changes for ADS5121 Rev 3

2008-05-29 Thread Martha Marx
Signed-off-by: Martha Marx <[EMAIL PROTECTED]> --- Makefile |9 - board/ads5121/README |9 + board/ads5121/ads5121.c | 19 +-- cpu/mpc512x/cpu.c |8 ++-- include/configs/ads5121.h

[U-Boot-Users] [PATCH] Changes ADS5121 splash screen from hard-coded bmp to flash bmp

2008-05-29 Thread Martha Marx
Signed-off-by: Martha Marx <[EMAIL PROTECTED]> --- board/ads5121/Makefile |1 - board/ads5121/ads5121_diu.c | 66 +++ board/freescale/common/fsl_diu_fb.c |6 +++- include/configs/ads5121.h |2 + 4 files chang

[U-Boot-Users] [PATCH] Consolidates ADS5121 IO Pin configuration

2008-05-29 Thread Martha Marx
Signed-off-by: Martha Marx <[EMAIL PROTECTED]> --- board/ads5121/Makefile|2 +- board/ads5121/ads5121.c | 36 +--- board/ads5121/iopin.c | 96 board/ads5121/iopin.h | 220 + cpu/mpc512x