1. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 5 months ago
  2. 4d72caa common: Drop image.h from common header by Simon Glass · 4 years, 5 months ago
  3. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  4. 78a408b KM/kmp204x: qrio and i2c deblock code moved to common by Holger Brunck · 4 years, 9 months ago
  5. ac32e7d kmp204x: do not make FPGA config error fail board_early_init_r by Holger Brunck · 4 years, 9 months ago
  6. 807765b common: Move device-tree setup functions to fdt_support.h by Simon Glass · 4 years, 9 months ago
  7. fd7c400 km/boards: add MAC address offset as argument to ivm_populate_env by Holger Brunck · 4 years, 10 months ago
  8. aeda123 board/km: remove CONFIG_KM_BOARD_NAME by Holger Brunck · 4 years, 10 months ago
  9. 2cf431c common: Move pci_init_board() out of common.h by Simon Glass · 4 years, 11 months ago
  10. 5255932 common: Move some board functions out of common.h by Simon Glass · 4 years, 11 months ago
  11. 88c7a0a Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 5 years ago
  12. 00f9baf powerpc/km: remove unmaintained board KMLION1 by Holger Brunck · 5 years ago
  13. 9fb625c env: Move env_set() to env.h by Simon Glass · 5 years ago
  14. c0fed3a km: modify Kconfig file organization for KM boards by Pascal Linder · 5 years ago
  15. 072d152 board/km: update maintainer e-mail by Holger Brunck · 5 years ago
  16. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  17. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 6 years ago
  18. b08c8c4 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  19. 4426232 drivers/misc: Share qbman init between archs by Ahmed Mansour · 7 years ago
  20. 723806c env: Rename some other getenv()-related functions by Simon Glass · 7 years ago
  21. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  22. 382bee5 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  23. f1683aa board_f: Rename initdram() to dram_init() by Simon Glass · 7 years ago
  24. 088454c board_f: Drop return value from initdram() by Simon Glass · 8 years ago
  25. 52c4118 board_f: Drop board_type parameter from initdram() by Simon Glass · 8 years ago
  26. a5c289b usb: fsl: Rename fdt_fixup_dr_usb by Sriram Dash · 8 years ago
  27. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  28. 62a3b7d Various, unrelated tree-wide typo fixes. by Robert P. J. Day · 8 years ago
  29. 60c4ae0 KM/IVM: remove ivm_read_eeprom(void) by Valentin Longchamp · 10 years ago
  30. 0fdb6ea 85xx/kmp204x: read the IVM eeprom earlier by Valentin Longchamp · 10 years ago
  31. e895a4b fdt: Allow ft_board_setup() to report failure by Simon Glass · 10 years ago
  32. 461be2f kconfig: remove redundant "string" type in arch and board Kconfigs by Masahiro Yamada · 10 years ago
  33. f383917 kmp204x: reset the Zarlink clocking chips at power up only by Valentin Longchamp · 10 years ago
  34. dcdb61a Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 10 years ago
  35. e3917b2 kmp204x: prepare to use CPU watchdog by Boschung, Rainer · 10 years ago
  36. 6caa185 kmp204x/qrio: support for setting the CPU reset request mode by Boschung, Rainer · 10 years ago
  37. a09f470 kmp204x: set CPU watchdog reset reason flag by Boschung, Rainer · 10 years ago
  38. 807d93d kmp204x/qrio: prepare support for the CPU watchdog reset reason by Boschung, Rainer · 10 years ago
  39. 93d4334 Add board MAINTAINERS files by Masahiro Yamada · 10 years ago
  40. dd84058 kconfig: add board Kconfig and defconfig files by Masahiro Yamada · 10 years ago
  41. 2846c43 kmp204x: add workaround for A-004849 by Valentin Longchamp · 10 years ago
  42. e20c822 kmp204x: update the RCW by Valentin Longchamp · 10 years ago
  43. af47faf kmp204x: complete the reset sequence and PRST configuration by Valentin Longchamp · 10 years ago
  44. 1879494 kmp204x: selftest/factory test pin support by Valentin Longchamp · 10 years ago
  45. 4921a14 kmp204x: handle dip-switch for factory settings by Stefan Bigler · 10 years ago
  46. a53e65d kmp204x: Add support for the unit LEDs by Stefan Bigler · 10 years ago
  47. 27c78e0 kmp204x: initial support for PCIe FPGA configuration by Valentin Longchamp · 11 years ago
  48. 1f07a71 kmp204x: update I2C field of RCW by Valentin Longchamp · 11 years ago
  49. fabb929 kmp204x: implement workaround for A-006559 by Valentin Longchamp · 11 years ago
  50. f3e74d0 kmp204x: I2C deblocking support by Rainer Boschung · 11 years ago
  51. 87ea2c0 kmp204x: introduce QRIO GPIO functions by Valentin Longchamp · 11 years ago
  52. dd21f09 kmp204x: support for QRIO1 bootcounter by Rainer Boschung · 11 years ago
  53. 5614e71 Driver/DDR: Moving Freescale DDR driver to a common driver by York Sun · 11 years ago
  54. e5c5301 Makefile: make directories by Makefile.build by Masahiro Yamada · 11 years ago
  55. 1b2226e Makefile: specifiy an explicite object name rather than $(BOARD).o by Masahiro Yamada · 11 years ago
  56. ae12c75 board/keymile/kmp204x/Makefile: Convert to SPDX tag by Tom Rini · 11 years ago
  57. 8cbbb10 board: powerpc: convert more makefiles to Kbuild style by Tom Rini · 11 years ago
  58. 877bfe3 mpc85xx: introduce the kmp204x reference design support by Valentin Longchamp · 11 years ago