1. d3a105a avr32:board.c: fix compile warning by Andreas Bießmann · 12 years ago
  2. de30122 net: move bootfile init into eth_initialize by Mike Frysinger · 12 years ago
  3. 50a47d0 net: punt bd->bi_ip_addr by Mike Frysinger · 12 years ago
  4. 770605e bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  5. 578ac1e bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress() by Simon Glass · 13 years ago
  6. c9abb42 ATMEL: remove old atmel_mci driver by Sven Schnelle · 13 years ago
  7. 72fa467 ATMEL: use generic mmc framework by Sven Schnelle · 13 years ago
  8. bfcc40b Merge branch 'next' of ../next by Wolfgang Denk · 13 years ago
  9. bf0b631 AVR32: fix timer_init() function by Sven Schnelle · 13 years ago
  10. 87c24e2 avr32:mmu.c: fix printf() length modifier by Andreas Bießmann · 13 years ago
  11. eb68b41 avr32: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · 13 years ago
  12. 75ff24b avr32: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment by Anton Staaf · 13 years ago
  13. e2a5345 net: drop !NET_MULTI code by Mike Frysinger · 13 years ago
  14. 476af29 image: push default arch values to arch headers by Mike Frysinger · 13 years ago
  15. 9558b48 console: Implement pre-console buffer by Graeme Russ · 13 years ago
  16. f6c019c Unify timer_init() and cpu_init() prototypes by Wolfgang Denk · 13 years ago
  17. 09c2e90 unify version_string by Andreas Bießmann · 13 years ago
  18. 4769be2 Timer: Remove reset_timer() for non-Nios2 arches by Graeme Russ · 13 years ago
  19. 5c8404a Timer: Remove set_timer completely by Graeme Russ · 13 years ago
  20. 24890f1 avr32: add ATAG_BOARDINFO by Andreas Bießmann · 13 years ago
  21. bb7dc6a avr32: use single linker script by Andreas Bießmann · 13 years ago
  22. 758472c avr32/config.mk: simplify PLATFORM_RELFLAGS by Andreas Bießmann · 13 years ago
  23. c8e7ddd avr32: fix linking by Andreas Bießmann · 14 years ago
  24. f4278b7 avr32: fixup definitions to ATMEL_BASE_xxx by Andreas Bießmann · 14 years ago
  25. 5d73bc7 avr32: rename memory-map.h -> hardware.h by Andreas Bießmann · 14 years ago
  26. 8ae86b7 Make STANDALONE_LOAD_ADDR configurable per board by Wolfgang Denk · 14 years ago
  27. 44c6e65 rename _end to __bss_end__ by Po-Yu Chuang · 14 years ago
  28. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  29. 2e5167c Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  30. 25ddd1f Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  31. 683e9f1 board_init_r: Removed unused cmdtp variable by Richard Retanubun · 14 years ago
  32. 620f1f6 relocation: fixup cmdtable by Heiko Schocher · 14 years ago
  33. 55e9742 arm: get rid of bi_env by Heiko Schocher · 14 years ago
  34. ea882ba New implementation for internal handling of environment variables. by Wolfgang Denk · 14 years ago
  35. 91a7675 Make getenv() work before relocation. by Wolfgang Denk · 14 years ago
  36. 1f36f73 avr32: Add simple paging support by Haavard Skinnemoen · 14 years ago
  37. 8d1334a avr32: Print unrelocated PC on exception by Haavard Skinnemoen · 14 years ago
  38. cdb7497 Rename getenv_r() into getenv_f() by Wolfgang Denk · 14 years ago
  39. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  40. 3746a5e avr32: add unaligned.h by Andreas Bießmann · 14 years ago
  41. eb70d05 avr32: disable branch folding by Andreas Bießmann · 14 years ago
  42. d04250c Fix (null) problem for AVR32 boards by Reinhard Meyer (-VC) · 14 years ago
  43. 8a15c2d avr32: Move cpu/at32ap/* to arch/avr32/cpu/* by Peter Tyser · 14 years ago
  44. 819833a Move architecture-specific includes to arch/$ARCH/include/asm by Peter Tyser · 14 years ago
  45. ea0364f Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · 14 years ago