From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yann Vernier Date: Thu, 9 Aug 2012 15:33:06 +0200 Subject: [U-Boot] [PATCH 00/11] ks8695 (cm4008, cm41xx) bugfixes, constant removals, configuration generalized In-Reply-To: <20120706133342.47ace724@aari01-12> References: <20120706133342.47ace724@aari01-12> Message-ID: <20120809153306.17d5957a@latmask.vernier.se> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 6 Jul 2012 13:33:42 +0200 Albert ARIBAUD wrote: > Always a problem, those board config patches... :) > > I'll take this one in u-boot-arm/next, but later this week-end. if by > Monday I haven't sent an 'applied' mail, ping me. I haven't seen an applied mail, nor a commit in the git, so I figure this is still not merged. I've since made an attempt at cleaning up the magic constants. Since this is fairly intrusive I have a much larger patch affecting the same sections. I've attempted to split it up, though some combinations of these patches will likely not be very useful. 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