1. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 6 months ago
  2. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 6 months ago
  3. 049f8d6 common: Move get_tbclk() to time.h by Simon Glass · 4 years, 11 months ago
  4. d96c260 common: Move clock functions into a new file by Simon Glass · 4 years, 11 months ago
  5. 9413387 common: Move relocate_code() to init.h by Simon Glass · 4 years, 11 months ago
  6. a3c1e0e powerpc: mpc83xx: convert CONFIG_FSL_ELBC to Kconfig by Rasmus Villemoes · 5 years ago
  7. 392b385 mpc83xx: make ARCH_MPC8309 select SYS_FSL_ERRATUM_ESDHC111 by Rasmus Villemoes · 5 years ago
  8. 36bf446 common: Move enable/disable_interrupts out of common.h by Simon Glass · 5 years ago
  9. c30b7ad common: Move interrupt functions into a new header by Simon Glass · 5 years ago
  10. 9d3915b arm: powerpc: Tidy up code style for interrupt functions by Simon Glass · 5 years ago
  11. 9edefc2 common: Move some cache and MMU functions out of common.h by Simon Glass · 5 years ago
  12. 30c7c43 common: Move checkcpu() out of common.h by Simon Glass · 5 years ago
  13. 2189d5f Move strtomhz() to vsprintf.h by Simon Glass · 5 years ago
  14. 7b47273 powerpc/km: remove unmaintained target KMVECT1 by Holger Brunck · 5 years ago
  15. c0fed3a km: modify Kconfig file organization for KM boards by Pascal Linder · 5 years ago
  16. d494cdb mpc83xx: Add gazerbeam board by Dirk Eibach · 6 years ago
  17. 7e3974e mpc83xx: Define _end symbol by Mario Six · 6 years ago
  18. 5c22998 mpc83xx: Use pre-defined asm functions by Mario Six · 6 years ago
  19. 1e718f4 mpc83xx: Replace ppcDWstore with inline assembly by Mario Six · 6 years ago
  20. 8835836 mpc83xx: Don't define cpu_eth_init for DM eth by Mario Six · 6 years ago
  21. 133ec60 mpc83xx: Get rid of CONFIG_SYS_DDR_SDRAM_BASE by Mario Six · 6 years ago
  22. 7c2e535 mpc83xx: Migrate CONFIG_LCRR_* to Kconfig by Mario Six · 6 years ago
  23. e35012e mpc83xx: Migrate SPCR to Kconfig by Mario Six · 6 years ago
  24. 73df96a mpc83xx: Migrate arbiter config to Kconfig by Mario Six · 6 years ago
  25. ba463c1 mpc8308: Migrate system io config to Kconfig by Mario Six · 6 years ago
  26. 71da747 mpc83xx: Migrate CONFIG_SYS_IMMR to Kconfig by Mario Six · 6 years ago
  27. be5abb0 mpc83xx: Migrate HID config to Kconfig by Mario Six · 6 years ago
  28. 190d3a0 powerpc: mpc83xx: fdt: Use get_serial_clock() by Mario Six · 6 years ago
  29. ac016c9 powerpc: mpc83xx: Implement get_serial_clock() by Mario Six · 6 years ago
  30. a06e665 powerpc: mpc83xx: Fix MPC8308 IMMR memory layout by Mario Six · 6 years ago
  31. fe7d654 mpc83xx: Migrate CONFIG_SYS_{BR, OR}*_PRELIM to Kconfig by Mario Six · 6 years ago
  32. 9c5df7a mpc83xx: Migrate LBLAW_* to Kconfig by Mario Six · 6 years ago
  33. 30915ab mpc83xx: Migrate BATS config to Kconfig by Mario Six · 6 years ago
  34. d0c6257 mpc83xx: pcie: Read the clock from registers by Mario Six · 6 years ago
  35. 21c1502 mpc83xx: Kconfig: Migrate HRCW to Kconfig by Mario Six · 6 years ago
  36. ff3bb0c mpc83xx: Get rid of CONFIG_83XX_CLKIN by Mario Six · 6 years ago
  37. 0f06f57 mpc83xx: Replace CONFIG_83XX_CLKIN in calculations by Mario Six · 6 years ago
  38. 1cbc10c mpc83xx: Migrate legacy PCI options to Kconfig by Mario Six · 6 years ago
  39. ddc935f mpc83xx: Make distinct MPC8349EMDS_SDRAM board by Mario Six · 6 years ago
  40. 904c47f mpc83xx: Make distinct caddy2 config by Mario Six · 6 years ago
  41. 16aaca2 mpc83xx: Make distinct MPC8313ERDB targets by Mario Six · 6 years ago
  42. 009c87a keymile: Make distinct kmeter1, and kmcoge5ne configs by Mario Six · 6 years ago
  43. 71c7900 keymile: Make distinct kmsupx5, tuge1, kmopti2, and kmtepr2 configs by Mario Six · 6 years ago
  44. 0e0674f keymile: Make distinct kmtegr1, kmvect1, suvd3 configs by Mario Six · 6 years ago
  45. 8439e99 mpc83xx: Introduce ARCH_MPC837X by Mario Six · 6 years ago
  46. 61abced mpc83xx: Introduce ARCH_MPC836* by Mario Six · 6 years ago
  47. d5cfa4a mpc83xx: Introduce ARCH_MPC834* by Mario Six · 6 years ago
  48. bd3b867 mpc83xx: Introduce ARCH_MPC832* by Mario Six · 6 years ago
  49. 9403fc4 mpc83xx: Introduce ARCH_MPC831* by Mario Six · 6 years ago
  50. 4bc97a3 mpc83xx: Introduce ARCH_MPC830* by Mario Six · 6 years ago
  51. 64d68dc mpc83xx: Add support for -msingle-pic-base by Joakim Tjernlund · 6 years ago
  52. d216631 misc: Add MPC83xx serdes driver by Mario Six · 6 years ago
  53. 19fbdca cpu: Add MPC83xx CPU driver by Mario Six · 6 years ago
  54. 2c21749 timer: Add MPC83xx timer driver by Mario Six · 6 years ago
  55. 07d538d clk: Add MPC83xx clock driver by Mario Six · 6 years ago
  56. 76fdad1 mpc83xx: Add sysreset driver by Mario Six · 6 years ago
  57. e406155 ram: Add driver for MPC83xx by Mario Six · 6 years ago
  58. 08a00cb dm: Change CMD_DM enabling by Michal Simek · 6 years ago
  59. 5ed063d Kconfig: Sort bool, default, select and imply options by Michal Simek · 6 years ago
  60. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  61. b08c8c4 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  62. 9920d15 ata: Migrate CONFIG_FSL_SATA to Kconfig by Tuomas Tynkkynen · 7 years ago
  63. deff9b1 powerpc: Rework interrupt_init_cpu() by Tom Rini · 7 years ago
  64. c1c3fe2 env: Convert CONFIG_ENV_IS_IN... to a choice by Simon Glass · 7 years ago
  65. 0091362 Convert CONFIG_CMD_PCA953X to Kconfig by Simon Glass · 7 years ago
  66. 2b71d09 powerpc: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot by Andy Yan · 7 years ago
  67. 85fc970 Convert CONFIG_ENV_IS_IN_FLASH to Kconfig by Simon Glass · 7 years ago
  68. ba2c5a5 powerpc: move get_pvr() and get_svr() into C by Christophe Leroy · 7 years ago
  69. 0819450 powerpc: get rid of addr_probe() by Christophe Leroy · 7 years ago
  70. 3bf926c Convert CONFIG_CMD_SATA to Kconfig by Simon Glass · 7 years ago
  71. 2eb48ff powerpc, 8260: remove support for mpc8260 by Heiko Schocher · 7 years ago
  72. 1b33089 Convert CONFIG_CMD_IRQ to Kconfig by Simon Glass · 7 years ago
  73. 26d6119 fdt: Move fdt_fixup_ethernet to a common place by Tom Rini · 8 years ago
  74. 3bd25cb Convert CONFIG_CMD_DIAG to Kconfig by Simon Glass · 8 years ago
  75. 80e44cf fs: Kconfig: Add a separate option for FS_CRAMFS by Simon Glass · 8 years ago
  76. 9707274 fs: Convert CONFIG_CMD_CRAMFS to Kconfig by Simon Glass · 8 years ago
  77. d891ab9 board_f: powerpc: Move prt_83xx_rsr() to private code by Simon Glass · 8 years ago
  78. dbcb2c0 powerpc: mpc83xx: Enable pre-relocation malloc by mario.six@gdsys.cc · 8 years ago
  79. e80311a powerpc: mpc83xx: Minimize r1 modification by mario.six@gdsys.cc · 8 years ago
  80. a5d6754 Convert CONFIG_BOARD_EARLY_INIT_F to Kconfig by Simon Glass · 8 years ago
  81. c01e4a1 mmc: move CONFIG_SYS_FSL_ERRATUM_ESDHC* to Kconfig by York Sun · 8 years ago
  82. d26e34c fsl_ddr: Move DDR config options to driver Kconfig by York Sun · 8 years ago
  83. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  84. b5bf5cb treewide: use #include <...> to include public headers by Masahiro Yamada · 8 years ago
  85. 63a7578 arch, board: squash lines for immediate return by Masahiro Yamada · 8 years ago
  86. a4d8892 Kconfig: Move config IDENT_STRING to Kconfig by Siva Durga Prasad Paladugu · 8 years ago
  87. b7707b0 arch/powerpc: Simplify some calculations using ARRAY_SIZE() macro. by Robert P. J. Day · 8 years ago
  88. e162c6b usb: Rename ehci-fsl.h to ehci-ci.h by Mateusz Kulikowski · 9 years ago
  89. 4338147 arch/powperpc: Fix start_align due to use of __ffs64() instead ffs64() by Ashish kumar · 9 years ago
  90. 5b8031c Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
  91. d7b4ca2 powerpc: Various typo fixes under arch/powerpc/cpu/mpc83xx by Robert P. J. Day · 9 years ago
  92. a3f9d6c mpc83xx: Add strider board by Dirk Eibach · 9 years ago
  93. 7ff15ac powerpc: Finish updating u-boot*lds scripts for newer binutils by Tom Rini · 9 years ago
  94. 2d2f490 powerpc: Remove __ilog2_u64 and ffs4 from bitops by Fabio Estevam · 9 years ago
  95. a26cd04 arch: Make board selection choices optional by Joe Hershberger · 9 years ago
  96. ac33716 powerpc: add 2 common dcache assembly functions by Valentin Longchamp · 10 years ago
  97. 2ea4cfde powerpc: ids8313: use "select" instead of default value in defconfig by Masahiro Yamada · 10 years ago
  98. 8d1e3cb powerpc: mpc83xx: remove MPC8360ERDK, EMPC8360EMDS support by Masahiro Yamada · 10 years ago
  99. 50dcf89 mpc83xx: Add gdsys hrcon board by Dirk Eibach · 10 years ago
  100. e83a7e9 powerpc/mpc83xx: Zero boot_flags arg for calling board_init_f() by Valentin Longchamp · 10 years ago