1. 6e18922 board: tqm5200: delete its own object make rule by Masahiro Yamada · 11 years ago
  2. 30a198b Makefile: rename all libraries to built-in.o by Masahiro Yamada · 11 years ago
  3. 66023c7 Makefile: make directories by Makefile.build by Masahiro Yamada · 11 years ago
  4. c54b77e board: powerpc: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  5. 887082a drivers: move some drivers to drivers/Makefile by Masahiro Yamada · 11 years ago
  6. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  7. 5959746 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 11 years ago
  8. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  9. 479a4cf i2c, soft-i2c: switch to new multibus/multiadapter support by Heiko Schocher · 12 years ago
  10. 19aac97 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  11. ed70c8f Replace __bss_end__ with __bss_end by Simon Glass · 12 years ago
  12. c24895e Refactor linker-generated arrays by Albert ARIBAUD · 12 years ago
  13. bf294f4 TQM8xx: adjust linker script to grown code size by Wolfgang Denk · 12 years ago
  14. efd76dad common: Discard the __u_boot_cmd section by Marek Vasut · 12 years ago
  15. 607092a common: Add .u_boot_list into all linker files by Marek Vasut · 12 years ago
  16. 178d49c MPC85xx: remove support for TQM85xx boards by Wolfgang Denk · 12 years ago
  17. 79f7a4e TQM8xx: adjust linker script to grown code size by Wolfgang Denk · 12 years ago
  18. e75d563 doc: cleanup - move board READMEs into respective board directories by Wolfgang Denk · 13 years ago
  19. 42e91b8 board/tqc/tqm8272/tqm8272.c: Fix GCC 4.6 build warning: by Wolfgang Denk · 13 years ago
  20. 1682534 board/tqc/tqm5200/cam5200_flash.c: Fix GCC 4.6 build warning by Wolfgang Denk · 13 years ago
  21. 47be86b board/tqc/tqm5200/cmd_stk52xx.c: fix GC 4.6 build warnings by Wolfgang Denk · 13 years ago
  22. 71a14a6 GCC4.6: Squash warnings in tqm834x.c by Marek Vasut · 13 years ago
  23. ab2b7e1 punt unused clean/distclean targets by Mike Frysinger · 13 years ago
  24. 2cc4317 TQM8xx: make room for growing code size due to I/O accessor cleanup by Wolfgang Denk · 13 years ago
  25. 3da2e9f tqm834x.c: fix compiler warning by Wolfgang Denk · 13 years ago
  26. 259d9c4 board/tqm85xx: Create and tear down TLB for get_ram_size() by Becky Bruce · 13 years ago
  27. 5c1cfee Fix incorrect use of getenv() before relocation by Wolfgang Denk · 14 years ago
  28. a65f8c8 powerpc, 8xx: Fixup all 8xx u-boot.lds scripts by Joakim Tjernlund · 14 years ago
  29. cedbf4b rename _end to __bss_end__ by Po-Yu Chuang · 14 years ago
  30. 7dda847 mpc85xx: Adding more registers and options by York Sun · 14 years ago
  31. 30da398 powerpc/85xx: Rework TQM boards pci_init_board to use common FSL PCIe code by Kumar Gala · 14 years ago
  32. 5e35d8a mpc85xx boards: initdram() cleanup/bugfix by Becky Bruce · 14 years ago
  33. 2956039 tqm85xx: create fixed_sdram() to do sdram setup by Becky Bruce · 14 years ago
  34. 3d02038 powerpc/8xxx: Replace is_fsl_pci_cfg with is_serdes_configured by Kumar Gala · 14 years ago
  35. d63ee71 miiphy: convert to linux/mii.h by Mike Frysinger · 14 years ago
  36. 3c0d487 tqm5200.c: fix warning: 'edid_buf' defined but not used by Wolfgang Denk · 14 years ago
  37. 1ae9144 mpc52xx: add support for tqm52xx based board charon by Heiko Schocher · 14 years ago
  38. 8411888 Remove redundant config.mk files by Wolfgang Denk · 14 years ago
  39. e71d99d 8xx: Cleanup for partial linking and --gc-sections by Wolfgang Denk · 14 years ago
  40. 3d00e23 cam5200_niosflash: fix build warnings by Wolfgang Denk · 14 years ago
  41. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  42. 2b91f71 fsl: Clean up printing of PCI boot info by Peter Tyser · 14 years ago
  43. 6af97c3 TQM85xx: Fix bug introduced by 83xx/85xx/86xx: LBC register cleanup by Becky Bruce · 14 years ago
  44. 988d3b7 tqm85xx: Update PCI code by Peter Tyser · 14 years ago
  45. cffb904 config.mk cleanup: drop "-I$(TOPDIR)/board" entries by Wolfgang Denk · 14 years ago
  46. 291ba1b Makefile: move all Power Architecture boards into boards.cfg by Wolfgang Denk · 14 years ago
  47. 0708bc6 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · 14 years ago
  48. 7b899b5 Merge branch 'next' of /home/wd/git/u-boot/next by Wolfgang Denk · 14 years ago
  49. e228332 83xx: Remove warmboot parameter from PCI init functions by Peter Tyser · 14 years ago
  50. f969a68 POST cleanup. by Michael Zaidman · 14 years ago
  51. 558535a Merge branch 'next' of ../custodians into next by Wolfgang Denk · 14 years ago
  52. fb9a730 cfi_flash: Simplify dynamic flash bank number detection by Stefan Roese · 14 years ago
  53. fb52e95 Remove HMI10 board support by Wolfgang Denk · 14 years ago
  54. c5e8405 net ppc: fix ethernet device names with spaces by Heiko Schocher · 14 years ago
  55. 76af278 Rename getenv_r() into getenv_f() by Wolfgang Denk · 14 years ago
  56. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  57. d0f27d3 powerpc/85xx & 86xx: Rework ft_fsl_pci_setup to not require aliases by Kumar Gala · 14 years ago
  58. 0d4cee1 83xx/85xx/86xx: LBC register cleanup by Becky Bruce · 14 years ago
  59. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  60. 88fbf93 Move arch/ppc to arch/powerpc by Stefan Roese · 15 years ago
  61. 29514c7 ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU by Peter Tyser · 15 years ago
  62. 133c0fe Replace "#include <asm-$ARCH/$FILE>" with "#include <asm/$FILE>" by Peter Tyser · 15 years ago
  63. 685b7f5 Rename lib_generic/ to lib/ by Peter Tyser · 15 years ago
  64. cede5d8 Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · 15 years ago
  65. a414c7a mpc5xxx: Remove all references to MGT5100 by Detlev Zundel · 15 years ago
  66. 0bdca57 TQM8xx: add device tree support for TQM8xx based boards. by Heiko Schocher · 15 years ago
  67. 62825a5 PCIe, USB: Replace 'end point' references with 'endpoint' by Peter Tyser · 15 years ago
  68. b64be32 ppc/85xx: Move to using fsl_setup_hose on TQM 85xx by Kumar Gala · 15 years ago
  69. 733b48d 5xxx, fdt: move fdt_fixup_memory() to cpu.c file by Heiko Schocher · 15 years ago
  70. c8f071a Merge branch 'reloc' by Wolfgang Denk · 15 years ago
  71. 3ba0fa7 tqm5200: Correct comment and code in post_hotkeys_pressed. by Detlev Zundel · 15 years ago
  72. f48fabc ppc: Enable full relocation to RAM by Peter Tyser · 15 years ago
  73. 666ced1 ppc/8xxx: Refactor code to determine if PCI is enabled & agent/host by Kumar Gala · 15 years ago
  74. c156395 ppc: Remove -fno-strict-aliasing by Kumar Gala · 15 years ago
  75. 2cca63f 85xx: Move to a common linker script by Kumar Gala · 15 years ago
  76. e770f35 pci/fsl_pci_init: Fold fsl_pci_setup_inbound_windows into fsl_pci_init by Kumar Gala · 15 years ago
  77. 65e198d pci/fsl_pci_init: Fold pci_setup_indirect into fsl_pci_init by Kumar Gala · 15 years ago
  78. dd1e660 tqm85xx: Remove board_add_ram_info() by Peter Tyser · 15 years ago
  79. 57a2af3 mpc83xx: convert all remaining boards over to 83XX_GENERIC_PCI by Kim Phillips · 15 years ago
  80. c54781c General help message cleanup by Wolfgang Denk · 16 years ago
  81. 9559357 TQM834x: add FDT support by Wolfgang Denk · 16 years ago
  82. 4791383 Redundant Environment: protect full sector size by Wolfgang Denk · 16 years ago
  83. d6bab95 fsl_pci: Move prototypes into fsl_pci.h and remove explicit externs by Kumar Gala · 16 years ago
  84. 9bbd643 fsl_pci: Renamed immap_fsl_pci.h to fsl_pci.h by Kumar Gala · 16 years ago
  85. f0dba9a Add multi-chip NAND support for the TQM8548 modules by Wolfgang Grandegger · 16 years ago
  86. 4438e5e Fix all linker script to handle all rodata sections by Trent Piepho · 16 years ago
  87. dcc95c4 boards: get mac address from env and move load_sernum_ethaddr() to board init by Mike Frysinger · 16 years ago
  88. 0b7edfd TQM8xxL: make some room in low memory for future needs by Wolfgang Denk · 16 years ago
  89. d4f9e5a TQM85xx: Fix a couple warnings in TQM8548 build by Andy Fleming · 16 years ago
  90. c7487e9 MPC85xx: TQM8548: workaround for erratum DDR 19 and 20 by Wolfgang Grandegger · 16 years ago
  91. 34d32ad MPC85xx: TQM8548: use cache for AG and BE variants by Wolfgang Grandegger · 16 years ago
  92. 57181dd MPC85xx: TQM8548_AG: add 1 GiB DDR2-SDRAM configuration by Wolfgang Grandegger · 16 years ago
  93. 89ad185 MPC85xx: TQM8548: fix SDRAM timing for 533 MHz by Wolfgang Grandegger · 16 years ago
  94. e85bbc6 MPC85xx: TQM8548: add support for the TQM8548_BE module by Wolfgang Grandegger · 16 years ago
  95. b9864be MPC85xx: TQM85xx: make standard PCI/PCI-X configurable by Wolfgang Grandegger · 16 years ago
  96. 4988451 MPC85xx: TQM85xx: fix flash protection for boot loader by Wolfgang Grandegger · 16 years ago
  97. efa1f1d pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarity by Kumar Gala · 16 years ago
  98. dfb72b8 Command usage cleanup by Peter Tyser · 16 years ago
  99. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  100. 1b560ac mpc8xxx: LCRR[CLKDIV] is sometimes five bits by Trent Piepho · 16 years ago