Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-06 | AVR32: Initialize bi_flash* in board_init_r | Haavard Skinnemoen | |
The ATSTK1000-specific flash driver intializes bi_flashstart, bi_flashsize and bi_flashoffset, but other flash drivers, like the CFI driver, don't. Initialize these in board_init_r instead so that things will still be set up correctly when we switch to the CFI driver. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> | |||
2007-04-14 | AVR32: Relocate u-boot to SDRAM | Haavard Skinnemoen | |
Relocate the u-boot image into SDRAM like everyone else does. This means that we can handle much larger .data and .bss than we used to. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> | |||
2006-10-24 | Move atstk1000 files into vendor specific directory. | Wolfgang Denk | |
Patch by Haavard Skinnemoen, 12 Sep 2006 |