
The following 5 patches contain relatively minor fixes for the AVR32 architecture and related boards.
As per the recent discussion on u-boot-users about Custodian workflow, I've also pushed out this series to the "avr32-fixes" branch on
git://www.denx.de/git/u-boot-avr32.git avr32-fixes
so please check out this branch if you want to help testing this stuff. Note that I'm _not_ asking anyone to merge anything at this point.
Review and test feedback is much appreciated. I'll apply any fixes on top of the branch; later, when it is deemed stable, I'll rebase, combine and move things around a bit so that everything looks nice before I pull it into my "master" branch. After this, I'll post a request asking Wolfgang to pull my "master" branch.
Shortlog and diffstat follows.
Haavard Skinnemoen (5): ATNGW100: Fix default mtest range ATSTK1002: Use SDRAM + 4MB as default load address ATSTK1004: Fix comment about default load address ATSTK1000: Fix potential flash programming bug AVR32: Make SDRAM refresh rate configurable
board/atmel/atngw100/atngw100.c | 3 +++ board/atmel/atstk1000/atstk1000.c | 3 +++ board/atmel/atstk1000/flash.c | 31 ++++++++++++++++++++++--------- cpu/at32ap/hsdramc.c | 6 +++++- include/asm-avr32/arch-at32ap700x/clk.h | 3 +++ include/asm-avr32/sdram.h | 3 +++ include/configs/atngw100.h | 10 +++------- include/configs/atstk1002.h | 4 ++-- include/configs/atstk1004.h | 2 +- 9 files changed, 45 insertions(+), 20 deletions(-)