1. d937326 Remove obsolete _LINUX_CONFIG_H macro by Masahiro Yamada · 11 years ago
  2. 377e104 board: powerpc: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  3. 3765b3e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  4. 1b387ef SPDX: fix IBM-pibs license identifier by Wolfgang Denk · 11 years ago
  5. 46263f2 SPDX-License-Identifier: convert PIBS licensed files by Wolfgang Denk · 11 years ago
  6. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  7. 5993053 replace last __bss_end__ occurrences with __bss_end by Albert ARIBAUD · 11 years ago
  8. ef123c5 Refactor linker-generated arrays by Albert ARIBAUD · 12 years ago
  9. 8b493a5 common: Discard the __u_boot_cmd section by Marek Vasut · 12 years ago
  10. 5567514 common: Add .u_boot_list into all linker files by Marek Vasut · 12 years ago
  11. 5368c55 COMMON: Use __stringify() instead of MK_STR() by Marek Vasut · 12 years ago
  12. 3073abd board/w7o/vpd.c: Fix GCC 4.6 compile warnings by Wolfgang Denk · 13 years ago
  13. 1da8dba board/w7o/vpd.c: make (mostly) checkpatch clean by Wolfgang Denk · 13 years ago
  14. fc86bbf board/w7o/flash.c: Fix GCC 4.6 compile warning by Wolfgang Denk · 13 years ago
  15. 75a69ac board/w7o/flash.c: make (mostly) checkpatch clean by Wolfgang Denk · 13 years ago
  16. 96aedd4 board/w7o/fpga.c: Fix GCC 4.6 build warning by Wolfgang Denk · 13 years ago
  17. 100a4dc board/w7o/fpga.c: make (mostly) checkpatch clean by Wolfgang Denk · 13 years ago
  18. 464c792 punt unused clean/distclean targets by Mike Frysinger · 13 years ago
  19. 44c6e65 rename _end to __bss_end__ by Po-Yu Chuang · 14 years ago
  20. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  21. 2ae1824 Makefile: move all Power Architecture boards into boards.cfg by Wolfgang Denk · 14 years ago
  22. 14d0a02 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · 14 years ago
  23. b36df56 ppc4xx: Move ppc4xx headers to powerpc include directory by Stefan Roese · 14 years ago
  24. 47e26b1 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  25. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  26. a47a12b Move arch/ppc to arch/powerpc by Stefan Roese · 14 years ago
  27. 8d1f268 ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU by Peter Tyser · 14 years ago
  28. 78acc47 Rename lib_generic/ to lib/ by Peter Tyser · 14 years ago
  29. ea0364f Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · 14 years ago
  30. 2cd95a2 ppc4xx: Remove board specific linker scripts from most PPC4xx boards by Stefan Roese · 15 years ago
  31. 8582901 ppc: Enable full relocation to RAM by Peter Tyser · 15 years ago
  32. 95b602b ppc4xx: Convert PPC4xx SDRAM defines from lower case to upper case by Stefan Roese · 15 years ago
  33. 952e776 ppc4xx: Convert PPC4xx UIC defines from lower case to upper case by Stefan Roese · 15 years ago
  34. d1c3b27 ppc4xx: Big cleanup of PPC4xx defines by Stefan Roese · 15 years ago
  35. 3177349 Dual-license IBM code contributions by Josh Boyer · 15 years ago
  36. a89c33d General help message cleanup by Wolfgang Denk · 15 years ago
  37. f62fb99 Fix all linker script to handle all rodata sections by Trent Piepho · 16 years ago
  38. 2fb2604 Command usage cleanup by Peter Tyser · 16 years ago
  39. 62c3ae7 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  40. 9b827cf Align end of bss by 4 bytes by Selvamuthukumar · 16 years ago
  41. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  42. 0cf4fd3 rename environment.c in env_embedded.c to reflect is functionality by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  43. f2302d4 Fix merge problems by Stefan Roese · 16 years ago
  44. c8a3b10 Cleanup out-or-tree building for some boards (.depend) by Wolfgang Denk · 16 years ago
  45. 9973e3c Change initdram() return type to phys_size_t by Becky Bruce · 16 years ago
  46. bbeff30 ppc4xx: Remove superfluous dram_init() call or replace it by initdram() by Stefan Roese · 16 years ago
  47. 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
  48. 3d36be0 Remove all the search paths from the .lds files. by Jason Wessel · 16 years ago
  49. 384faaa W7OLMC/W7OLMG: fix build problems (redundant #define) by Wolfgang Denk · 17 years ago
  50. 64134f0 Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections by Wolfgang Denk · 17 years ago
  51. ab3abcb board/[q-z]*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  52. 9107ebe board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  53. 2b208f5 Move "ar" flags to config.mk to allow for silent "make -s" by Wolfgang Denk · 18 years ago
  54. f932863 Add support for a saving build objects in a separate directory. by Marian Balakowicz · 18 years ago
  55. 7481266 by Wolfgang Denk · 19 years ago
  56. 77ddac9 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
  57. 0c8721a Cleanup (PPC4xx is AMCC now) by Wolfgang Denk · 19 years ago
  58. 807d5d7 Fix problems with ld version 2.16 (dot outside sections problem) by Wolfgang Denk · 19 years ago
  59. c837dcb * The PS/2 mux on the BMS2003 board needs 450 ms after power on by wdenk · 21 years ago
  60. c83bf6a Add a common get_ram_size() function and modify the the by wdenk · 21 years ago
  61. 0d49839 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · 21 years ago
  62. b0fce99 Fix some missing commands, cleanup header files by wdenk · 21 years ago
  63. 8bde7f7 * Code cleanup: by wdenk · 21 years ago
  64. b783eda * Header file cleanup for ARM by wdenk · 21 years ago
  65. 3b57fe0 * Get (mostly) rid of CFG_MONITOR_LEN definition; compute real length by wdenk · 21 years ago
  66. db2f721f * Patch by Rune Torgersen, 13 Feb 2003: by wdenk · 22 years ago
  67. c609719 Initial revision by wdenk · 22 years ago
  68. 848de34 Initial revision by wdenk · 22 years ago
  69. f8cac65 Initial revision by wdenk · 22 years ago
  70. affae2b Initial revision by wdenk · 22 years ago
  71. efee170 Initial revision by wdenk · 22 years ago
  72. c6f35e6 Initial revision by wdenk · 23 years ago
  73. 161961b Initial revision by wdenk · 23 years ago
  74. e54dc96 Initial revision by wdenk · 23 years ago