1. 69c5e34 common: Convert the U-Boot commands to LG-arrays by Marek Vasut · 12 years ago
  2. 607092a common: Add .u_boot_list into all linker files by Marek Vasut · 12 years ago
  3. f7cd60a avr32: Change bi_baudrate and global data baudrate to int by Simon Glass · 12 years ago
  4. 01fe7db malloc: remove extern declarations of malloc_bin_reloc() in board.c files by Daniel Schwierzeck · 12 years ago
  5. 2571543 avr32:portmux: fix setup for macb1 by Andreas Bießmann · 12 years ago
  6. 43d2a9f avr32: Remove redundant LDSCRIPT definition by Benoît Thébaudeau · 12 years ago
  7. 211c210 global_data: unify global flag defines by Mike Frysinger · 13 years ago
  8. b4b7773 avr32:board.c: fix compile warning by Andreas Bießmann · 13 years ago
  9. 36fe7db net: move bootfile init into eth_initialize by Mike Frysinger · 13 years ago
  10. 04b63f2 net: punt bd->bi_ip_addr by Mike Frysinger · 13 years ago
  11. 0169e6b bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  12. 2939564 bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress() by Simon Glass · 13 years ago
  13. 69df6de ATMEL: remove old atmel_mci driver by Sven Schnelle · 13 years ago
  14. 8aa9682 ATMEL: use generic mmc framework by Sven Schnelle · 13 years ago
  15. 93fa6b8 Merge branch 'next' of ../next by Wolfgang Denk · 13 years ago
  16. 2e4e87b AVR32: fix timer_init() function by Sven Schnelle · 13 years ago
  17. 8c0f44e avr32:mmu.c: fix printf() length modifier by Andreas Bießmann · 13 years ago
  18. 9b3b52b avr32: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · 13 years ago
  19. 7dbd92f avr32: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment by Anton Staaf · 13 years ago
  20. a23230c net: drop !NET_MULTI code by Mike Frysinger · 13 years ago
  21. 5da0bed image: push default arch values to arch headers by Mike Frysinger · 13 years ago
  22. 3c28f48 console: Implement pre-console buffer by Graeme Russ · 13 years ago
  23. 75fc434 Unify timer_init() and cpu_init() prototypes by Wolfgang Denk · 13 years ago
  24. 61d0195 unify version_string by Andreas Bießmann · 13 years ago
  25. 139d6cf Timer: Remove reset_timer() for non-Nios2 arches by Graeme Russ · 13 years ago
  26. 5e669ff Timer: Remove set_timer completely by Graeme Russ · 13 years ago
  27. ebc3993 avr32: add ATAG_BOARDINFO by Andreas Bießmann · 14 years ago
  28. 8081f75 avr32: use single linker script by Andreas Bießmann · 14 years ago
  29. d02314f avr32/config.mk: simplify PLATFORM_RELFLAGS by Andreas Bießmann · 14 years ago
  30. b54ca7e avr32: fix linking by Andreas Bießmann · 14 years ago
  31. 5807e79 avr32: fixup definitions to ATMEL_BASE_xxx by Andreas Bießmann · 14 years ago
  32. 94156fa avr32: rename memory-map.h -> hardware.h by Andreas Bießmann · 14 years ago
  33. 33a5734 Make STANDALONE_LOAD_ADDR configurable per board by Wolfgang Denk · 14 years ago
  34. cedbf4b rename _end to __bss_end__ by Po-Yu Chuang · 14 years ago
  35. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  36. d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  37. 0191e47 Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  38. a3b90ca board_init_r: Removed unused cmdtp variable by Richard Retanubun · 14 years ago
  39. 092cf16 relocation: fixup cmdtable by Heiko Schocher · 14 years ago
  40. 9fce7e4 arm: get rid of bi_env by Heiko Schocher · 14 years ago
  41. 460a9ff New implementation for internal handling of environment variables. by Wolfgang Denk · 14 years ago
  42. f710efd Make getenv() work before relocation. by Wolfgang Denk · 14 years ago
  43. c6f292f avr32: Add simple paging support by Haavard Skinnemoen · 14 years ago
  44. 67d7935 avr32: Print unrelocated PC on exception by Haavard Skinnemoen · 14 years ago
  45. 76af278 Rename getenv_r() into getenv_f() by Wolfgang Denk · 14 years ago
  46. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  47. 1e454d1 avr32: add unaligned.h by Andreas Bießmann · 14 years ago
  48. d6082d3 avr32: disable branch folding by Andreas Bießmann · 14 years ago
  49. f70dd3e Fix (null) problem for AVR32 boards by Reinhard Meyer (-VC) · 14 years ago
  50. 7aefd84 avr32: Move cpu/at32ap/* to arch/avr32/cpu/* by Peter Tyser · 15 years ago
  51. 3cba3c1 Move architecture-specific includes to arch/$ARCH/include/asm by Peter Tyser · 15 years ago
  52. cede5d8 Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · 15 years ago