1. a26cd04 arch: Make board selection choices optional by Joe Hershberger · 9 years ago
  2. 1fd92db net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 10 years ago
  3. 1203fcc net: cosmetic: Cleanup internal packet buffer names by Joe Hershberger · 10 years ago
  4. 0adb5b7 net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · 10 years ago
  5. 8b2c9a7 net: Provide a function to get the current MAC address by Joe Hershberger · 10 years ago
  6. 7682a99 remove unnecessary version.h includes by Rob Herring · 10 years ago
  7. 9067b30 mpc8260: remove atc board support by Masahiro Yamada · 10 years ago
  8. f7e1af8 mpc8260: remove CPU86, CPU87 board support by Masahiro Yamada · 10 years ago
  9. e2b1962 mpc8260: remove ep82xxm board support by Masahiro Yamada · 10 years ago
  10. 8eecbaf mpc8260: remove gw8260 board support by Masahiro Yamada · 10 years ago
  11. 87882f5 mpc8260: remove IPHASE4539 board support by Masahiro Yamada · 10 years ago
  12. d2fd1d6 mpc8260: remove muas3001 board support by Masahiro Yamada · 10 years ago
  13. dc0b2fb mpc8260: remove PM825, PM826, PM828 board support by Masahiro Yamada · 10 years ago
  14. b3a2bbe mpc8260: remove MPC8266ADS board support by Masahiro Yamada · 10 years ago
  15. cc90905 mpc8260: remove VoVPN-GW board support by Masahiro Yamada · 10 years ago
  16. 4ad015b mpc8260: remove ep8260 board support by Masahiro Yamada · 10 years ago
  17. 793116d mpc8260: remove ppmc8260 board support by Masahiro Yamada · 10 years ago
  18. b35c0ad mpc8260: remove sacsng board support by Masahiro Yamada · 10 years ago
  19. d19f6a6 powerpc: remove cogent_8xx, cogent_mpc8260 board support by Masahiro Yamada · 10 years ago
  20. f06f9a1 ppc: Zap TQM8272 board by Marek Vasut · 10 years ago
  21. ccc1950 ppc: Zap TQM8260 board by Marek Vasut · 10 years ago
  22. 6afb357 ppc: Zap IDS8247 board by Marek Vasut · 10 years ago
  23. 5038d7f ppc: Zap Hymod board by Marek Vasut · 10 years ago
  24. 461be2f kconfig: remove redundant "string" type in arch and board Kconfigs by Masahiro Yamada · 10 years ago
  25. c6d1262 powerpc: remove redundant CPU definition by Masahiro Yamada · 10 years ago
  26. dd84058 kconfig: add board Kconfig and defconfig files by Masahiro Yamada · 10 years ago
  27. facb672 powerpc: mpc8260ads: remove orphan board by Masahiro Yamada · 10 years ago
  28. 58dac32 powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260 by Masahiro Yamada · 11 years ago
  29. 36aa822 powerpc: delete unused header files by Masahiro Yamada · 11 years ago
  30. d937326 Remove obsolete _LINUX_CONFIG_H macro by Masahiro Yamada · 11 years ago
  31. de04d64 PowerPC: merge commonly-defined flags by Masahiro Yamada · 11 years ago
  32. 06c1411 powerpc: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  33. 3765b3e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  34. c2120fb Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 11 years ago
  35. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  36. 9a2accb i2c, multibus: get rid of CONFIG_I2C_MUX by Heiko Schocher · 12 years ago
  37. a166fbc powerpc: fix 8xx and 82xx type-punning warnings with GCC 4.7 by Scott Wood · 11 years ago
  38. 0ce033d Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  39. 3929fb0 Replace __bss_end__ with __bss_end by Simon Glass · 12 years ago
  40. ef123c5 Refactor linker-generated arrays by Albert ARIBAUD · 12 years ago
  41. 58864dd Clean up libfdt.h includes by Gerald Van Baren · 12 years ago
  42. 6bb9ba7 ppc: Move dp_alloc_base, dp_alloc_top to arch_global_data by Simon Glass · 12 years ago
  43. 3c4c308 ppc: Move reset_status to arch_global_data by Simon Glass · 12 years ago
  44. 748cd05 ppc: Move clock fields to arch_global_data by Simon Glass · 12 years ago
  45. 1206c18 ppc: Move brg_clk to arch_global_data by Simon Glass · 12 years ago
  46. 20051f2 arch/powerpc/lib/board.c, *traps.c: sparse fixes by Kim Phillips · 12 years ago
  47. 8b493a5 common: Discard the __u_boot_cmd section by Marek Vasut · 12 years ago
  48. 5567514 common: Add .u_boot_list into all linker files by Marek Vasut · 12 years ago
  49. ec3fd68 serial: Use default_serial_puts() in drivers by Marek Vasut · 12 years ago
  50. a382725 serial: Remove CONFIG_SERIAL_MULTI from serial drivers by Marek Vasut · 12 years ago
  51. d68f4da serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc8260 serial drivers by Marek Vasut · 12 years ago
  52. cb487f5 net: cosmetic: Un-typedef Ethernet_t by Joe Hershberger · 12 years ago
  53. 7a10692 arch/powerpc/cpu/mpc8260/ether_scc.c: Fix compile warning by Joe Hershberger · 12 years ago
  54. 888fc61 arch/powerpc/cpu/mpc8260/ether_fcc.c: Fix compile warning by Joe Hershberger · 12 years ago
  55. 69545df arch/powerpc/cpu/mpc8260/spi.c: Fix GCC 4.6 build warnings by Wolfgang Denk · 13 years ago
  56. 918e346 mpc8260/i2c.c: replace PRINTD() by debug() by Wolfgang Denk · 13 years ago
  57. 86ba925 mpc8260/i2c.c: CodingStyle cleanup by Wolfgang Denk · 13 years ago
  58. 89a7b78 mpc8260/speed.c: Fix GCC 4.6 build warnings by Wolfgang Denk · 13 years ago
  59. e2a5345 net: drop !NET_MULTI code by Mike Frysinger · 13 years ago
  60. b30d41c sbc82xx: delete support for obsolete SBC8240/SBC8260 by Paul Gortmaker · 13 years ago
  61. fa82f87 Convert ISO-8859 files to UTF-8 by Albert ARIBAUD · 13 years ago
  62. 09c2e90 unify version_string by Andreas Bießmann · 13 years ago
  63. 8c4734e Revert "PowerPC: Add support for -msingle-pic-base" by Wolfgang Denk · 13 years ago
  64. 39768f7 PowerPC: Add support for -msingle-pic-base by Joakim Tjernlund · 14 years ago
  65. 33ee4c9 PowerPC: Move -fPIC flag to common place by Joakim Tjernlund · 14 years ago
  66. 44c6e65 rename _end to __bss_end__ by Po-Yu Chuang · 14 years ago
  67. 337f5f5 PowerPC: Add relocation support for -fpic by Joakim Tjernlund · 14 years ago
  68. ba273f0 8260: Cleanup for partial linking and --gc-sections by Wolfgang Denk · 14 years ago
  69. fa11dbe arch/powerpc/*/config.mk: make CONFIG_SYS_LDSCRIPT settings work by Wolfgang Denk · 14 years ago
  70. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  71. 34bbf61 PowerPC: Don't destroy fixup table while doing fixups by Joakim Tjernlund · 14 years ago
  72. 25ddd1f Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  73. d1e0b10 powerpc: do not fixup NULL ptrs by Joakim Tjernlund · 14 years ago
  74. d98b052 powerpc: Cleanup BOOTFLAG_* references by Peter Tyser · 14 years ago
  75. 52ebd9c powerpc: Remove warm reset entry point by Peter Tyser · 14 years ago
  76. 800eb09 POST cleanup. by Michael Zaidman · 14 years ago
  77. 40e74c8 bedbug_860.c, bedbug_603e.c: Fix return type to silence compile warnings. by Wolfgang Denk · 14 years ago
  78. 48690d8 net ppc: fix ethernet device names with spaces by Heiko Schocher · 14 years ago
  79. 47e26b1 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  80. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  81. e4a95d1 powerpc: Consolidate bootcount_{store|load} for PowerPC by Stefan Roese · 14 years ago
  82. a47a12b Move arch/ppc to arch/powerpc by Stefan Roese · 14 years ago