[U-Boot-Users] [GIT PULL] AVR32 fixes
Haavard Skinnemoen
hskinnemoen at atmel.com
Tue Feb 5 12:30:47 CET 2008
Hi Wolfgang,
Please pull from
git://www.denx.de/git/u-boot-avr32.git master
to receive the following fixes. The "avr32-fixes" branch used for
testing is now gone, and will be re-created as needed. Please use
"master" instead.
Btw, one of the nice things about the new workflow is that after
rebasing "avr32-fixes" onto "upstream/master", it could be fast-forward
merged into the master branch. That was a bit unexpected, but it means
that not only is the history of "master" very clean, it is also
completely linear (i.e. people pulling from it regularly won't get any
nasty surprises.)
Oh, and I know that this won't actually build at the moment. Just like
all the other non-ppc architectures, avr32 needs one of the SPI build
fixes posted recently.
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(-)
More information about the U-Boot
mailing list