1. 45fc1d8 x86: Code cleanup by Graeme Russ · 14 years ago
  2. c5881f1 eNET: Remove config.mk by Graeme Russ · 14 years ago
  3. 33a5734 Make STANDALONE_LOAD_ADDR configurable per board by Wolfgang Denk · 14 years ago
  4. 1a0ce28 Coding Style cleanup: remove trailing empty lines by Wolfgang Denk · 14 years ago
  5. 3935873 Introduce a new linker flag LDFLAGS_FINAL by Haiying Wang · 14 years ago
  6. 151713d sc520: Release CAR and enable caching by Graeme Russ · 14 years ago
  7. 6ec93c3 x86: Convert board_init_f to use an init_sequence by Graeme Russ · 14 years ago
  8. 689caa0 x86: Rearrange function calls in board_init_f by Graeme Russ · 14 years ago
  9. 4b25982 x86: Split board_init_f() into init_fnc_t compatible functions by Graeme Russ · 14 years ago
  10. b4b7a53 x86: Fix incorrect usage of relocation offset by Graeme Russ · 14 years ago
  11. ae7a6d1 x86: Move console initialisation into board_init_f by Graeme Russ · 14 years ago
  12. e24dec6 x86: Move test for cold boot into init functions by Graeme Russ · 14 years ago
  13. 344f745 x86: Move call to dram_init_f into board_init_f by Graeme Russ · 14 years ago
  14. 9c44afc x86: Defer setup of final stack by Graeme Russ · 14 years ago
  15. 3818393 sc520: Move RAM sizing code from asm to C by Graeme Russ · 14 years ago
  16. bc76193 x86: Use Cache-As-RAM for initial stack by Graeme Russ · 14 years ago
  17. 4e0f55f x86: Move initial gd to fixed location by Graeme Russ · 14 years ago
  18. ea9d35a sc520: Remove printf calls from cpu_init_f by Graeme Russ · 14 years ago
  19. 7dc4c98 sc520: Move board specific settings to board init function by Graeme Russ · 14 years ago
  20. b112bca sc520: Define MMCR address in include file by Graeme Russ · 14 years ago
  21. 121931c x86: Make cpu init functions weak by Graeme Russ · 14 years ago
  22. 3f7954d x86: Call early_board_init when warm booting by Graeme Russ · 14 years ago
  23. 93efcb2 x86: Add processor flags header from linux by Graeme Russ · 14 years ago
  24. 25391d1 x86: Move Global Descriptor Table defines to processor.h by Graeme Russ · 14 years ago
  25. 6869980 x86: Add stack dump to register dump by Graeme Russ · 14 years ago
  26. bd92301 x86: Fix mangled umlauts by Graeme Russ · 14 years ago
  27. 327b3f8 sc520: Sort Makefile by Graeme Russ · 14 years ago
  28. 3fe4860 x86: Parametize values used in linker script by Graeme Russ · 14 years ago
  29. 9381c8a x86: Align config.mk and linker scripts with other arches by Graeme Russ · 14 years ago
  30. a3dde22 x86: Fix definition of global_data struct for asm-offsets.c by Graeme Russ · 14 years ago
  31. b859b8c Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS by Nobuhiro Iwamatsu · 14 years ago
  32. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  33. d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  34. 0191e47 Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  35. 0708bc6 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · 14 years ago
  36. 5d3c37f x86: Implement fully relocatable image by Graeme Russ · 14 years ago
  37. 9905285 x86: Use loops instead of memcpy/memset in board_init_f by Graeme Russ · 14 years ago
  38. fb4e2be x86: Rearrange linker script by Graeme Russ · 14 years ago
  39. ae428db x86: Rename linker script symbols by Graeme Russ · 14 years ago
  40. 80ccbac x86: Set cold/warm boot flag by Graeme Russ · 14 years ago
  41. 5fb91cc x86: Place global data below stack before entering C by Graeme Russ · 14 years ago
  42. 2beb72d x86: Dont clobber %eax after getting memory size by Graeme Russ · 14 years ago
  43. bcf0038 x86: Don't clobber %ebx by Graeme Russ · 14 years ago
  44. 157b0e9 x86: Remove usage of %ebp as a return pointer by Graeme Russ · 14 years ago
  45. 2c7ce41 x86: Move ECC initialisation outside RAM initialisation by Graeme Russ · 14 years ago
  46. 8f12035 x86: Remove progress indication in low-level init by Graeme Russ · 14 years ago
  47. 4326153 x86: Fix %ss and %esp in register structure for interrupts by Graeme Russ · 14 years ago
  48. bed10fa x86: Change compiler options by Graeme Russ · 14 years ago
  49. 3e6ec38 x86: Coding Style Cleanup by Graeme Russ · 14 years ago
  50. 1ce0a60 x86: Move loading of GTD to C code by Graeme Russ · 14 years ago
  51. 4cde5d0 x86: use gc sections to reduce image size by Graeme Russ · 14 years ago
  52. 3134be2 x86: zboot update by Graeme Russ · 14 years ago
  53. e0e3015 x86: Make CONFIG_RELOC_FIXUP_WORKS generic for all x86 boards by Graeme Russ · 14 years ago
  54. e602b4c Remove unused CONFIG_SERIAL_SOFTWARE_FIFO feature by Stefan Roese · 14 years ago
  55. 9fce7e4 arm: get rid of bi_env by Heiko Schocher · 14 years ago
  56. 460a9ff New implementation for internal handling of environment variables. by Wolfgang Denk · 14 years ago
  57. f710efd Make getenv() work before relocation. by Wolfgang Denk · 14 years ago
  58. 4fdcc42 x86: Fix x86 Cold Boot by Graeme Russ · 14 years ago
  59. 757660f x86: Fix do_go_exec() - const argv[] by Graeme Russ · 14 years ago
  60. 76af278 Rename getenv_r() into getenv_f() by Wolfgang Denk · 14 years ago
  61. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  62. be2034d Coding style cleanup, update CHANGELOG. by Wolfgang Denk · 15 years ago
  63. 7d04861 sc520: Fix minor DRAM Controller Setup bug by Graeme Russ · 15 years ago
  64. 4d2a019 sc520: Update to new AMD Copyright by Graeme Russ · 15 years ago
  65. 6a55457 sc520: Board Specific PCI Init by Graeme Russ · 15 years ago
  66. 5514035 sc520: Move PCI defines to PCI include file by Graeme Russ · 15 years ago
  67. f5f1828 sc520: Allow boards to override udelay by Graeme Russ · 15 years ago
  68. 1bab104 x86: Fix support for booting bzImage by Graeme Russ · 15 years ago
  69. a8d06b4 x86: Provide weak PC/AT compatibility setup function by Graeme Russ · 15 years ago
  70. 06dfe37 x86: Use CONFIG_SERIAL_MULTI by Graeme Russ · 15 years ago
  71. 1c7213e x86: Fix copying of Real-Mode code into RAM by Graeme Russ · 15 years ago
  72. e07da07 x86: Pass relocation offset into Global Data by Graeme Russ · 15 years ago
  73. 59da5a5 x86: Move GDT to a safe location in RAM by Graeme Russ · 15 years ago
  74. 8accbb9 x86: Add RAM bootstrap functionality by Graeme Russ · 15 years ago
  75. b39f12f x86: Split sc520 memory sizing versus reporting by Graeme Russ · 15 years ago
  76. 73473de x86: Fix sc520 memory size reporting by Graeme Russ · 15 years ago
  77. 0b9fe9d x86: Fix do_go_exec() by Graeme Russ · 15 years ago
  78. c39acb4 x86: Add register dump to crash handlers by Graeme Russ · 15 years ago
  79. 0c5ced7 x86: Fix MMCR Access by Graeme Russ · 15 years ago
  80. d520c0e x86: #ifdef out getenv_IPaddr() by Graeme Russ · 15 years ago
  81. 969e777 x86: Add unaligned.h by Graeme Russ · 15 years ago
  82. 16261b5 i386: Move cpu/i386/* to arch/i386/cpu/* by Peter Tyser · 15 years ago
  83. 3cba3c1 Move architecture-specific includes to arch/$ARCH/include/asm by Peter Tyser · 15 years ago
  84. cede5d8 Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · 15 years ago