[U-Boot] [PATCH 00/11] ks8695 (cm4008, cm41xx) bugfixes, constant removals, configuration generalized (repost)
Yann Vernier
yann.vernier at orsoc.se
Fri Oct 5 14:09:47 CEST 2012
On Thu, 4 Oct 2012 11:15:06 +0200
Albert ARIBAUD <albert.u.boot at aribaud.net> wrote:
> Sorry it took me so long to crawl my backlog... This series was posted
> with long lines folded apparently, which makes it impossible to process
> and explains why patchwork did not have all of it. Can you please
> repost it, this time using 'git send-email'?
Terribly sorry. This should fix that problem.
In the meantime, work on our board progresses nicely, and we plan to
submit it after registering a machine ID. We have u-boot support for
PCI, FPGA configuration, and I2C for power control working, the
latter two via GPIO.
Yann Vernier (11):
arm: ks8695: use defined constants for UART
arm: ks8695: more macros for register values
arm: ks8695eth: Use MAC address from environment
arm: cm4008, cm41xx: use common cfi_flash support
arm: cm4008, cm41xx: set gd->ram_size in dram_init
arm: cm4008, cm41xx: Fix ROM relocation
arm: ks8695/cm4008/cm41xx: Parameterize SDRAM
arm: cm4008, cm41xx: don't define to 1
arm: ks8695/cm4xxx: don't reconfigure switch
arm: ks8695: document bus speed
arm: cm4008, cm41xx: read MAC address from flash
arch/arm/cpu/arm920t/ks8695/lowlevel_init.S | 95 +++---
arch/arm/include/asm/arch-ks8695/platform.h | 55 ++--
arch/arm/include/asm/arch-ks8695/regvalues.h | 112 +++++++
board/cm4008/Makefile | 2 +-
board/cm4008/cm4008.c | 17 +-
board/cm4008/config.mk | 1 -
board/cm4008/flash.c | 410 --------------------------
board/cm41xx/Makefile | 2 +-
board/cm41xx/cm41xx.c | 17 +-
board/cm41xx/config.mk | 1 -
board/cm41xx/flash.c | 410 --------------------------
drivers/net/ks8695eth.c | 38 +--
include/configs/cm4008.h | 38 ++-
include/configs/cm41xx.h | 32 +-
14 files changed, 305 insertions(+), 925 deletions(-)
create mode 100644 arch/arm/include/asm/arch-ks8695/regvalues.h
delete mode 100644 board/cm4008/config.mk
delete mode 100644 board/cm4008/flash.c
delete mode 100644 board/cm41xx/config.mk
delete mode 100644 board/cm41xx/flash.c
--
1.7.10.4
More information about the U-Boot
mailing list