
Hi Yann,
On Thu, 9 Aug 2012 15:33:06 +0200, Yann Vernier yann.vernier@orsoc.se wrote:
On Fri, 6 Jul 2012 13:33:42 +0200 Albert ARIBAUD albert.u.boot@aribaud.net 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
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'?
Amicalement,