1. 21d2bf4 split PCS440EP specific code from cmd_ide.c by Pavel Herrmann · 12 years ago
  2. f5b82c0 change all versions of input_data() and output_data() to global weak aliases by Pavel Herrmann · 12 years ago
  3. c8e66db bootstage: Convert net progress numbers to enums by Simon Glass · 13 years ago
  4. 8ade950 bootstage: Convert progress numbers 20-41 to enums by Simon Glass · 13 years ago
  5. 5dc8871 bootstage: Convert progress numbers 1-9 into enums by Simon Glass · 13 years ago
  6. 578ac1e bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress() by Simon Glass · 13 years ago
  7. 464c792 punt unused clean/distclean targets by Mike Frysinger · 13 years ago
  8. 4e0fbb9 Use ALL-y style instead of ifeq blocks for better readability by Daniel Schwierzeck · 13 years ago
  9. f0c0b3a Fix incorrect use of getenv() before relocation by Wolfgang Denk · 13 years ago
  10. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  11. 25ddd1f Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  12. 2ae1824 Makefile: move all Power Architecture boards into boards.cfg by Wolfgang Denk · 14 years ago
  13. 14d0a02 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · 14 years ago
  14. b36df56 ppc4xx: Move ppc4xx headers to powerpc include directory by Stefan Roese · 14 years ago
  15. 47e26b1 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  16. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  17. a77034a Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx by Wolfgang Denk · 14 years ago
  18. a47a12b Move arch/ppc to arch/powerpc by Stefan Roese · 14 years ago
  19. cf6eb6d ppc4xx: TLB init file cleanup by Stefan Roese · 14 years ago
  20. 8d1f268 ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU by Peter Tyser · 14 years ago
  21. 6c70049 ppc4xx: Consolidate pci_master_init() function by Stefan Roese · 15 years ago
  22. a760b02 ppc4xx: Consolidate pci_pre_init() function by Stefan Roese · 15 years ago
  23. 1095493 ppc4xx: Consolidate pci_target_init() function by Stefan Roese · 15 years ago
  24. 9a81c61 ppc4xx: Remove duplicated is_pci_host() functions by Stefan Roese · 15 years ago
  25. 2cd95a2 ppc4xx: Remove board specific linker scripts from most PPC4xx boards by Stefan Roese · 15 years ago
  26. cd77dd1 Merge branch 'reloc' by Wolfgang Denk · 15 years ago
  27. ddc922f ppc_4xx: Apply new HW register names by Niklaus Giger · 15 years ago
  28. 8582901 ppc: Enable full relocation to RAM by Peter Tyser · 15 years ago
  29. 952e776 ppc4xx: Convert PPC4xx UIC defines from lower case to upper case by Stefan Roese · 15 years ago
  30. d1c3b27 ppc4xx: Big cleanup of PPC4xx defines by Stefan Roese · 15 years ago
  31. a89c33d General help message cleanup by Wolfgang Denk · 15 years ago
  32. d2567be Fix implicit declaration of function 'eth_[gs]etenv_enetaddr' by Wolfgang Denk · 15 years ago
  33. f62fb99 Fix all linker script to handle all rodata sections by Trent Piepho · 16 years ago
  34. 9c15010 boards: get mac address from env and move load_sernum_ethaddr() to board init by Mike Frysinger · 16 years ago
  35. 2fb2604 Command usage cleanup by Peter Tyser · 16 years ago
  36. 62c3ae7 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  37. 84cde2b pcs440ep: Clean up led command definition by Peter Tyser · 16 years ago
  38. 9b827cf Align end of bss by 4 bytes by Selvamuthukumar · 16 years ago
  39. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  40. 0e8d158 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  41. c8a3b10 Cleanup out-or-tree building for some boards (.depend) by Wolfgang Denk · 16 years ago
  42. 9973e3c Change initdram() return type to phys_size_t by Becky Bruce · 16 years ago
  43. 3c1de1a ppc4xx: Remove implementations of testdram() by Stefan Roese · 16 years ago
  44. 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
  45. 3d36be0 Remove all the search paths from the .lds files. by Jason Wessel · 16 years ago
  46. e1d1429 ppc4xx: Fix GPIO configuration for pcs440ep by Stefan Roese · 17 years ago
  47. 64134f0 Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections by Wolfgang Denk · 17 years ago
  48. f98984c IDE: - make ide_inb () and ide_outb () "weak", so boards can by Heiko Schocher · 17 years ago
  49. afaac86 Clean up some remaining CFG_CMD_ -> CONFIG_CMD_ issues. by Wolfgang Denk · 17 years ago
  50. 9079024 [PCS440EP] - The DIAG LEDs are now blinking, if an error occur by Heiko Schocher · 17 years ago
  51. 96e1d75 [PCS440EP] - Show on the DIAG LEDs, if the SHA1 check failed by Heiko Schocher · 17 years ago
  52. 4ef218f Coding style cleanup; update CHANGELOG. by Wolfgang Denk · 17 years ago
  53. bf6a9ca Merge with /home/hs/Atronic/u-boot by Wolfgang Denk · 17 years ago
  54. a5d71e2 [PCS440EP] get rid of CONFIG_PPC4xx_USE_SPD_DDR_INIT_HANG by Heiko Schocher · 17 years ago
  55. 466fff1 ppc4xx: Add pci_pre_init() for 405 boards by Stefan Roese · 17 years ago
  56. 566a494 [PCS440EP] upgrade the PCS440EP board: by Heiko Schocher · 17 years ago
  57. 2b208f5 Move "ar" flags to config.mk to allow for silent "make -s" by Wolfgang Denk · 18 years ago
  58. f932863 Add support for a saving build objects in a separate directory. by Marian Balakowicz · 18 years ago
  59. 4526c87 Update PCS440EP port to fit into one flash device (incl. environment) by Stefan Roese · 18 years ago
  60. 2fd9eb5 Minor cleanup by Wolfgang Denk · 18 years ago
  61. a4c8d13 Add support for PCS440EP board Patch by Stefan Roese, 02 Jun 2006 by Stefan Roese · 18 years ago