1. 377e104 board: powerpc: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  2. 3765b3e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  3. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  4. 472d546 Consolidate bool type by York Sun · 11 years ago
  5. 0ce033d Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  6. 3929fb0 Replace __bss_end__ with __bss_end by Simon Glass · 12 years ago
  7. ef123c5 Refactor linker-generated arrays by Albert ARIBAUD · 12 years ago
  8. 8b493a5 common: Discard the __u_boot_cmd section by Marek Vasut · 12 years ago
  9. 5567514 common: Add .u_boot_list into all linker files by Marek Vasut · 12 years ago
  10. 702e601 doc: cleanup - move board READMEs into respective board directories by Wolfgang Denk · 12 years ago
  11. 464c792 punt unused clean/distclean targets by Mike Frysinger · 13 years ago
  12. f0c0b3a Fix incorrect use of getenv() before relocation by Wolfgang Denk · 13 years ago
  13. 83b7e2a Handle most LDSCRIPT setting centrally by Scott Wood · 13 years ago
  14. 44c6e65 rename _end to __bss_end__ by Po-Yu Chuang · 14 years ago
  15. ee8028b ppc4xx: Cleanup for partial linking and --gc-sections by Wolfgang Denk · 14 years ago
  16. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  17. 25ddd1f Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  18. 2ae1824 Makefile: move all Power Architecture boards into boards.cfg by Wolfgang Denk · 14 years ago
  19. 14d0a02 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · 14 years ago
  20. 5e7abce ppc4xx: Big header cleanup, mostly PPC440 related by Stefan Roese · 14 years ago
  21. 0988776 ppc4xx: Move gpio.h to ppc4xx-gpio.h since its ppc4xx specific by Stefan Roese · 14 years ago
  22. b36df56 ppc4xx: Move ppc4xx headers to powerpc include directory by Stefan Roese · 14 years ago
  23. a77034a Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx by Wolfgang Denk · 14 years ago
  24. a47a12b Move arch/ppc to arch/powerpc by Stefan Roese · 14 years ago
  25. cf6eb6d ppc4xx: TLB init file cleanup by Stefan Roese · 14 years ago
  26. 8d1f268 ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU by Peter Tyser · 14 years ago
  27. 61f2b38 Replace "#include <asm-$ARCH/$FILE>" with "#include <asm/$FILE>" by Peter Tyser · 14 years ago
  28. 6c70049 ppc4xx: Consolidate pci_master_init() function by Stefan Roese · 15 years ago
  29. a760b02 ppc4xx: Consolidate pci_pre_init() function by Stefan Roese · 15 years ago
  30. 1095493 ppc4xx: Consolidate pci_target_init() function by Stefan Roese · 15 years ago
  31. 56f9b39 ppc4xx: Fix NAND booting targets after 4xx linker script consolidation by Stefan Roese · 15 years ago
  32. 9a81c61 ppc4xx: Remove duplicated is_pci_host() functions by Stefan Roese · 15 years ago
  33. 2cd95a2 ppc4xx: Remove board specific linker scripts from most PPC4xx boards by Stefan Roese · 15 years ago
  34. cd77dd1 Merge branch 'reloc' by Wolfgang Denk · 15 years ago
  35. ddc922f ppc_4xx: Apply new HW register names by Niklaus Giger · 15 years ago
  36. 8582901 ppc: Enable full relocation to RAM by Peter Tyser · 15 years ago
  37. 952e776 ppc4xx: Convert PPC4xx UIC defines from lower case to upper case by Stefan Roese · 15 years ago
  38. d1c3b27 ppc4xx: Big cleanup of PPC4xx defines by Stefan Roese · 15 years ago
  39. f62fb99 Fix all linker script to handle all rodata sections by Trent Piepho · 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. 0e8d158 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  43. 5a1aceb rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  44. 0cf4fd3 rename environment.c in env_embedded.c to reflect is functionality by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  45. c8a3b10 Cleanup out-or-tree building for some boards (.depend) by Wolfgang Denk · 16 years ago
  46. 9973e3c Change initdram() return type to phys_size_t by Becky Bruce · 16 years ago
  47. 3c1de1a ppc4xx: Remove implementations of testdram() by Stefan Roese · 16 years ago
  48. 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
  49. 3d36be0 Remove all the search paths from the .lds files. by Jason Wessel · 16 years ago
  50. 64134f0 Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections by Wolfgang Denk · 17 years ago
  51. 9f79876 ppc4xx: Fixed offset of refresh rate type for Bamboo on-board DDR SDRAM by Eugene O'Brien · 17 years ago
  52. d2f6800 ppc4xx: Update AMCC Bamboo 440EP support by Eugene OBrien · 17 years ago
  53. 466fff1 ppc4xx: Add pci_pre_init() for 405 boards by Stefan Roese · 17 years ago
  54. 18d156e ppc4xx: Add missing file for Bamboo NAND booting support by Stefan Roese · 17 years ago
  55. a471db0 ppc4xx: Prepare Bamboo port for NAND booting support by Stefan Roese · 17 years ago
  56. 8b39501 ppc4xx: Bamboo: Use current NAND driver and *not* the legacy driver by Stefan Roese · 17 years ago
  57. 0d974d5 [PATCH] Add 4xx GPIO functions by Stefan Roese · 18 years ago
  58. 2b208f5 Move "ar" flags to config.mk to allow for silent "make -s" by Wolfgang Denk · 18 years ago
  59. f932863 Add support for a saving build objects in a separate directory. by Marian Balakowicz · 18 years ago
  60. 193dd95 AMCC bamboo (440EP) U-Boot image reduced to 384kbyte by Stefan Roese · 18 years ago
  61. d19206b Fix AMCC bamboo eval board compilation errors. by Marian Balakowicz · 18 years ago
  62. 6db3970 Fix JFFS2 support for legacy NAND driver. by Marian Balakowicz · 18 years ago
  63. bfc8125 Minor code cleanup by Wolfgang Denk · 19 years ago
  64. addb2e1 Re-factoring the legacy NAND code (legacy NAND now only in board-specific by Bartlomiej Sieka · 19 years ago
  65. 7481266 by Wolfgang Denk · 19 years ago
  66. 1178a41 Minor AMCC 4xx board cleanups Patch by Stefan Roese, 27 Nov 2005 by Stefan Roese · 19 years ago
  67. 3d9569b Changed PPC44x startup message (cpu info, speed...) to common style: by Stefan Roese · 19 years ago
  68. fd49bf0 Fix Bamboo DDR SDRAM initialization (problem with onboard SDRAM) by Stefan Roese · 19 years ago
  69. 807d5d7 Fix problems with ld version 2.16 (dot outside sections problem) by Wolfgang Denk · 19 years ago
  70. d6c61aa Merged 405gp_enet.c and 440gx_enet.c to generic 4xx_enet.c by Stefan Roese · 19 years ago
  71. c57c798 Add NAND FLASH support for AMCC Bamboo 440EP eval board by Stefan Roese · 19 years ago
  72. f901a83 Add support for ep8248 board Patch by Yuli Barcohen, 12 Dec 2004 by Wolfgang Denk · 19 years ago
  73. 17f50f22 Add support for AMCC Bamboo PPC440EP eval board by Stefan Roese · 19 years ago
  74. 8a316c9 Major cleanup for AMCC PPC4xx eval boards. Patch by Stefan Roese, 01 Aug 2005 by Stefan Roese · 19 years ago