1. 7ffe3cd Delete tests of CONFIG_OF_LIBFDT when testing CONFIG_OF_BOARD_SETUP by Robert P. J. Day · 8 years ago
  2. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  3. 7eaeb08 ppc4xx: cleanup CPCI4052 board by Matthias Fuchs · 10 years ago
  4. 5f1459d ppc4xx: remove some CPCI405 variants by Matthias Fuchs · 10 years ago
  5. e895a4b fdt: Allow ft_board_setup() to report failure by Simon Glass · 10 years ago
  6. 461be2f kconfig: remove redundant "string" type in arch and board Kconfigs by Masahiro Yamada · 10 years ago
  7. 93d4334 Add board MAINTAINERS files by Masahiro Yamada · 10 years ago
  8. dd84058 kconfig: add board Kconfig and defconfig files by Masahiro Yamada · 10 years ago
  9. e5c5301 Makefile: make directories by Makefile.build by Masahiro Yamada · 11 years ago
  10. 377e104 board: powerpc: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  11. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  12. 9aabb2f board/esd/cpci405/cpci405.c: Fix compile warning by Joe Hershberger · 12 years ago
  13. 50a47d0 net: punt bd->bi_ip_addr by Mike Frysinger · 12 years ago
  14. a6bab59 CHECKPATCH: ./board/esd/cpci405/fpgadata_cpci405.c by Marek Vasut · 13 years ago
  15. c26f4bd CHECKPATCH: ./board/esd/cpci405/fpgadata_cpci405ab.c by Marek Vasut · 13 years ago
  16. 4915cb9 CHECKPATCH: ./board/esd/cpci405/fpgadata_cpci4052.c by Marek Vasut · 13 years ago
  17. 1affd5c board/esd/cpci405/cpci405.c: Fix GCC 4.6 warning by Matthias Fuchs · 13 years ago
  18. 464c792 punt unused clean/distclean targets by Mike Frysinger · 13 years ago
  19. 882b7d7 do_reset: unify duplicate prototypes by Mike Frysinger · 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. cdb7497 Rename getenv_r() into getenv_f() by Wolfgang Denk · 14 years ago
  25. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  26. 87d93a1 move prototypes for gunzip() and zunzip() to common.h by Wolfgang Wegner · 15 years ago
  27. 2cd95a2 ppc4xx: Remove board specific linker scripts from most PPC4xx boards by Stefan Roese · 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. 049216f ppc4xx: Use correct io accessors for esd 405 boards by Matthias Fuchs · 16 years ago
  33. f62fb99 Fix all linker script to handle all rodata sections by Trent Piepho · 16 years ago
  34. 2fb2604 Command usage cleanup by Peter Tyser · 16 years ago
  35. 3ba605d ppc4xx: Add loadpci command to esd's CPCI4052 and CPCI405AB boards by Matthias Fuchs · 16 years ago
  36. 600fe46 ppc4xx: Disable pci node in device tree on CPCI405 pci adapters by Matthias Fuchs · 16 years ago
  37. f6a1f49 ppc4xx: Cleanup CPCI405 board code by Matthias Fuchs · 16 years ago
  38. 1951f84 ppc4xx: Update TEXT_BASE for CPCI405 boards by Matthias Fuchs · 16 years ago
  39. 9b827cf Align end of bss by 4 bytes by Selvamuthukumar · 16 years ago
  40. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  41. 0e8d158 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  42. 7b1fbca ppc4xx: Cleanup CPCI405 linker script by Matthias Fuchs · 16 years ago
  43. 767f915 ppc4xx: Update CPCI405 variants handling by Matthias Fuchs · 16 years ago
  44. 97b0734 ppc4xx: Remove obsolete or unused functions from some esd boards by Matthias Fuchs · 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. 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. 64134f0 Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections by Wolfgang Denk · 17 years ago
  50. 882ae41 ppc4xx: Rework of 4xx serial driver (2) by Stefan Roese · 17 years ago
  51. 4ef218f Coding style cleanup; update CHANGELOG. by Wolfgang Denk · 17 years ago
  52. 466fff1 ppc4xx: Add pci_pre_init() for 405 boards by Stefan Roese · 17 years ago
  53. 6f35c53 ppc4xx: Maintenance patch for esd's CPCI405 derivats by Matthias Fuchs · 17 years ago
  54. 2b208f5 Move "ar" flags to config.mk to allow for silent "make -s" by Wolfgang Denk · 18 years ago
  55. f932863 Add support for a saving build objects in a separate directory. by Marian Balakowicz · 18 years ago
  56. b28a31c Merge with /home/m8/git/u-boot by Wolfgang Denk · 18 years ago
  57. 6db3970 Fix JFFS2 support for legacy NAND driver. by Marian Balakowicz · 18 years ago
  58. d87080b GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 19 years ago
  59. bfc8125 Minor code cleanup by Wolfgang Denk · 19 years ago
  60. addb2e1 Re-factoring the legacy NAND code (legacy NAND now only in board-specific by Bartlomiej Sieka · 19 years ago
  61. 7481266 by Wolfgang Denk · 19 years ago
  62. 77ddac9 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
  63. 807d5d7 Fix problems with ld version 2.16 (dot outside sections problem) by Wolfgang Denk · 19 years ago
  64. d6c61aa Merged 405gp_enet.c and 440gx_enet.c to generic 4xx_enet.c by Stefan Roese · 19 years ago
  65. efe2a4d Code cleanup. by wdenk · 20 years ago
  66. 87663b1 CPCI405 board update by stroese · 20 years ago
  67. eedcd07 * Patch by Detlev Zundel, 08 Sep 2004: Update etags build target by wdenk · 20 years ago
  68. c837dcb * The PS/2 mux on the BMS2003 board needs 450 ms after power on by wdenk · 21 years ago
  69. 1b55440 CPCI405(AB) update. by stroese · 21 years ago
  70. 8bde7f7 * Code cleanup: by wdenk · 21 years ago
  71. b783eda * Header file cleanup for ARM by wdenk · 21 years ago
  72. 3b57fe0 * Get (mostly) rid of CFG_MONITOR_LEN definition; compute real length by wdenk · 21 years ago
  73. d4629c8 CPCI405AB (special version of esd CPCI405) board added. by stroese · 21 years ago
  74. afcc4a7 Changed CPCI405 to use CTS instead of DSR on PPC405 UART1. by stroese · 22 years ago
  75. 6f4474e CPCI4052 update (support for revision 3). by stroese · 22 years ago
  76. c609719 Initial revision by wdenk · 22 years ago
  77. 458ded3 Initial revision by wdenk · 22 years ago
  78. affae2b Initial revision by wdenk · 22 years ago
  79. efee170 Initial revision by wdenk · 22 years ago
  80. befe61a Initial revision by wdenk · 22 years ago
  81. 3cae4c9 Initial revision by wdenk · 22 years ago
  82. 0312e6a Initial revision by wdenk · 22 years ago