1. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  2. 108ce1b km/ppc: use Kconfig for MEMTEST configuration by Holger Brunck · 4 years, 1 month ago
  3. 7216252 km: fix license string and compatible strings by Holger Brunck · 4 years, 2 months ago
  4. 3c52107 mpc83xx, keymile boards: enable DM_ETH and add DTS by Heiko Schocher · 4 years, 10 months ago
  5. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
  6. c685acd mpc83xx, abb: remove suvd3 board by Heiko Schocher · 4 years, 9 months ago
  7. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  8. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  9. 41e8edf treewide: mem: Move mtest related defines to Kconfig by Ashok Reddy Soma · 4 years, 7 months ago
  10. 3bbe70c common: Move device-tree setup functions to fdt_support.h by Simon Glass · 5 years ago
  11. 0340b6a km/boards: add MAC address offset as argument to ivm_populate_env by Holger Brunck · 5 years ago
  12. b3d5f19 board/km: remove CONFIG_KM_BOARD_NAME by Holger Brunck · 5 years ago
  13. a7b5130 common: Move some board functions out of common.h by Simon Glass · 5 years ago
  14. a38c518 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 5 years ago
  15. b6375e7 powerpc/km: remove unmaintained target KMVECT1 by Holger Brunck · 5 years ago
  16. 5e6201b env: Move env_set() to env.h by Simon Glass · 5 years ago
  17. c9f9277 mpc83xx: Get rid of CONFIG_SYS_DDR_BASE by Mario Six · 6 years ago
  18. 92e20d9 keymile: Make distinct kmeter1, and kmcoge5ne configs by Mario Six · 6 years ago
  19. 84eb431 mpc83xx: Introduce ARCH_MPC836* by Mario Six · 6 years ago
  20. b2e701c mpc83xx: Introduce ARCH_MPC830* by Mario Six · 6 years ago
  21. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  22. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  23. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  24. d35f338 board_f: Rename initdram() to dram_init() by Simon Glass · 8 years ago
  25. 39f90ba board_f: Drop return value from initdram() by Simon Glass · 8 years ago
  26. b4de3f3 board_f: Drop board_type parameter from initdram() by Simon Glass · 8 years ago
  27. 846a57a km/powerpc: fix ft_board_setup prototype for km82xx & km83xx by Valentin Longchamp · 9 years ago
  28. 61b9df7 km/powerpc: remove unneeded defines by Holger Brunck · 9 years ago
  29. 876f7a9 KM/IVM: remove ivm_read_eeprom(void) by Valentin Longchamp · 10 years ago
  30. f2893a9 83xx/km83xx: read the IVM eeprom earlier by Valentin Longchamp · 10 years ago
  31. 2aec3cc fdt: Allow ft_board_setup() to report failure by Simon Glass · 10 years ago
  32. 0273889 powerpc/83xx: remove staticness for qe_iop_conf_tab by Holger Brunck · 11 years ago
  33. 9cc08f1 Merge branch 'next' of git://git.denx.de/u-boot-mpc83xx by Tom Rini · 11 years ago
  34. 5959746 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 11 years ago
  35. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  36. f285074 i2c, fsl_i2c: switch to new multibus/multiadapter support by Heiko Schocher · 12 years ago
  37. 828411f powerpc/83xx/km: make local functions and structs static by Holger Brunck · 12 years ago
  38. d48dd33 powerpc/83xx/km: MV88e6122 errata fix for 1.9V by Holger Brunck · 12 years ago
  39. 89973c8 powerpc/83xx/km: drop uneeded dtt_bus environment var by Holger Brunck · 12 years ago
  40. d62018a powerpc/83xx/km: add MV88E6122 switch support for kmvect1 by Karlheinz Jerg · 12 years ago
  41. 2321fe2 km82xx, km83xx: move ethernet_present() from common to cpu specific by Karlheinz Jerg · 12 years ago
  42. 7dfecfa km83xx: add common support for km8309 boards by Gerlando Falauto · 12 years ago
  43. 6e1106a powerpc/83xx/km: readout dip_switch on kmcoge5ne by Thomas Herzmann · 13 years ago
  44. 94fbf52 powerpc/83xx: configure CONFIG_POST for kmcoge5ne by Thomas Herzmann · 13 years ago
  45. abcd23c powerpc/83xx/km: added missing enable of application buffer by Stefan Bigler · 13 years ago
  46. 3bf8b98 powerpc/83xx: add kmcoge5ne board support by Holger Brunck · 13 years ago
  47. 0b81a01 powerpc83xx/km: lock the window size to 2GiB befor fixing sdram size by Christian Herzig · 13 years ago
  48. e3adb78 powerpc/83xx: fix sdram initialization for keymile boards by Andreas Huber · 13 years ago
  49. cfc5804 keymile, common: add setting of some environment variables by Heiko Schocher · 15 years ago
  50. 3a8dd21 ppc, 8321: cleanup tuxa1, tuda1 and suvd3 support by Heiko Schocher · 14 years ago
  51. 466924f mpc832x: add support for the mpc8321 based suvd3 board by Heiko Schocher · 15 years ago[Renamed (66%) from board/keymile/kmeter1/kmeter1.c]
  52. 8ce3dd5 keymile: Fix Coding style issues for keymile boards. by Heiko Schocher · 14 years ago
  53. 2f6ea29 powerpc: keymile boards updates by Heiko Schocher · 15 years ago
  54. 38c0a76 83xx, kmeter1, fix: update in the DTS the correct size for the first flash by Heiko Schocher · 15 years ago
  55. 875f4728 powerpc: updates for the keymile boards by Heiko Schocher · 15 years ago
  56. cb4731f 83xx: Replace CONFIG_ECC_INIT_VIA_DDRC references by Peter Tyser · 15 years ago
  57. 5d87e45 83xx, kmeter: QE_ENET10 errata for Silicon Revision 2.1 by Heiko Schocher · 16 years ago
  58. 7b651bc 83xx, kmeter1: autodetect size of DDR II RAM by Heiko Schocher · 16 years ago
  59. 4674318 83xx, kmeter1: add I2C, dtt, eeprom support by Heiko Schocher · 16 years ago
  60. d19a6ec powerpc: keymile: Add a check for the PIGGY debug board by Heiko Schocher · 16 years ago
  61. 3f8dcb5 powerpc: 83xx: add support for the kmeter1 board by Heiko Schocher · 16 years ago