[U-Boot] [PATCH 0/3] Update Micrel KSZ8695 support to usable state

Yann Vernier yann.vernier at orsoc.se
Thu Jul 5 10:21:05 CEST 2012


The Micrel KSZ8695 is a SoC with an ARM922T processor, NOR or ROM booting, and 
SDRAM support. It has been used in a couple of Opengear products and some of 
that u-boot version has been contributed upstream, but apparently not been 
maintained since. 

The three patches submitted here are intended to remedy that. With all three 
combined, I have been able to get Micrel's KSZ8695X demo board to run U-Boot. 

As this is my first attempt at a contribution upstream to U-Boot, any comments 
are quite welcome. 

Yann Vernier (3):
  cm4008: set gd->ram_size in dram_init
  cm4008: Fix ROM relocation.
  cm4008: use common cfi_flash support

 arch/arm/cpu/arm920t/ks8695/lowlevel_init.S |    9 +++++++--
 board/cm4008/Makefile                       |    2 +-
 board/cm4008/cm4008.c                       |    3 +--
 board/cm4008/config.mk                      |    1 -
 include/configs/cm4008.h                    |    7 +++++++
 5 files changed, 16 insertions(+), 6 deletions(-)
 delete mode 100644 board/cm4008/config.mk

-- 
1.7.10



More information about the U-Boot mailing list