1. ae7ed57 Correct SPL uses of LMB by Simon Glass · 1 year, 10 months ago
  2. 9274214 ppc: Drop bat_rw by Simon Glass · 1 year, 10 months ago
  3. 364d002 global: Finish CONFIG -> CFG migration by Tom Rini · 1 year, 11 months ago
  4. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 2 years ago
  5. bb4dd96 global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · 2 years ago
  6. 75a6a37 treewide: Remove the unnecessary space before semicolon by Bin Meng · 2 years, 1 month ago
  7. bbce5f3 common/board_f: introduce arch_setup_dest_addr() by Ovidiu Panait · 2 years, 3 months ago
  8. df00afa treewide: Drop bootm_headers_t typedef by Simon Glass · 2 years, 3 months ago
  9. 5b492ee watchdog: Get rid of ASSEMBLY hacks by Stefan Roese · 2 years, 3 months ago
  10. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 3 months ago
  11. 8aaae3d zynqmp: Run board_get_usable_ram_top() only on main U-Boot by Ashok Reddy Soma · 2 years, 5 months ago
  12. 80bec27 powerpc: bootm: Fix sizes in memory adjusting warning by Pali Rohár · 2 years, 6 months ago
  13. 6b15c16 Convert CONFIG_SPL_INIT_MINIMAL et al to Kconfig by Tom Rini · 2 years, 7 months ago
  14. a915f2f powerpc: Remove unused MPC8540/60ADS code by Tom Rini · 2 years, 9 months ago
  15. 3fd6633 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years, 2 months ago
  16. d0dd68f lmb: Switch to generic arch_lmb_reserve_generic() by Marek Vasut · 3 years, 3 months ago
  17. 8b6b776 Revert "powerpc: fix regression in arch_initr_trap()" by Tom Rini · 3 years, 6 months ago
  18. 40620d1 powerpc: fix regression in arch_initr_trap() by Matt Merhar · 3 years, 7 months ago
  19. dc32275 powerpc: introduce CONFIG_CACHE_FLUSH_WATCHDOG_THRESHOLD by Rasmus Villemoes · 3 years, 7 months ago
  20. 762df50 powerpc: lib: remove leftover CONFIG_5xx by Rasmus Villemoes · 3 years, 7 months ago
  21. 134cc2b allow opting out of WATCHDOG_RESET() from timer interrupt by Rasmus Villemoes · 3 years, 8 months ago
  22. b1db71b Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 10 months ago
  23. 1ae7a0c bdinfo: Rename function names to be clearer by Bin Meng · 3 years, 10 months ago
  24. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  25. 2c82391 common: board_r: Drop arch-specific ifdefs around initr_trap by Ovidiu Panait · 4 years ago
  26. a13a2aa global: Move from bi_memstart/memsize -> gd->ram_base/ram_size by Stefan Roese · 4 years, 4 months ago
  27. 399aeb6 board_f: ppc: Factor out ppc-specific bdinfo setup by Ovidiu Panait · 4 years, 4 months ago
  28. 3ae4e95 cmd: bdinfo: Move sram info prints to generic code by Ovidiu Panait · 4 years, 4 months ago
  29. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
  30. 227b24b bdinfo: m68k: ppc: Move arch-specific code from bdinfo by Simon Glass · 4 years, 7 months ago
  31. 5233da5 bdinfo: ppc: Move PPC-specific info into its own file by Simon Glass · 4 years, 7 months ago
  32. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  33. 6b9f010 common: Drop asm/ptrace.h from common header by Simon Glass · 4 years, 7 months ago
  34. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  35. 8f055af Fix some checkpatch warnings in calls to debug() by Simon Glass · 4 years, 7 months ago
  36. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  37. 9758973 common: Drop init.h from common header by Simon Glass · 4 years, 7 months ago
  38. 2dc9c34 common: Drop image.h from common header by Simon Glass · 4 years, 7 months ago
  39. 1ea9789 common: Drop bootstage.h from common header by Simon Glass · 4 years, 7 months ago
  40. 8e16b1e common: Move RAM-sizing functions to init.h by Simon Glass · 5 years ago
  41. 9b61c7c common: Move interrupt functions into a new header by Simon Glass · 5 years ago
  42. f87959b arm: powerpc: Tidy up code style for interrupt functions by Simon Glass · 5 years ago
  43. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  44. 45c7890 common: Move some time functions out of common.h by Simon Glass · 5 years ago
  45. 9ea8f9f status_led: Tidy up the code style by Simon Glass · 5 years ago
  46. d662cdb Drop CONFIG_SHOW_ACTIVITY by Simon Glass · 5 years ago
  47. 4a0da7c spl: separate SPL_FRAMEWORK config for spl and tpl by Heiko Stuebner · 5 years ago
  48. 9cce6f7 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
  49. 0af6e2d env: Move env_get() to env.h by Simon Glass · 5 years ago
  50. 3c51655 timer: Add MPC83xx timer driver by Mario Six · 6 years ago
  51. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  52. 574a2ba powerpc: fix typo in kgdb.c by Heinrich Schuchardt · 7 years ago
  53. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  54. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  55. 91a3159 fdt: Implement weak arch_fixup_fdt() by Alexey Brodkin · 7 years ago
  56. ce10398 powerpc: Rework interrupt_init_cpu() by Tom Rini · 7 years ago
  57. da1a134 env: Rename some other getenv()-related functions by Simon Glass · 7 years ago
  58. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  59. 4a4750b powerpc, 8xx: fix missing function declarations. by Christophe Leroy · 7 years ago
  60. bed4020 powerpc: move set_msr() and get_msr() into .h by Christophe Leroy · 7 years ago
  61. 8d65234 power, timer: reset TBL before TBU by Christophe Leroy · 7 years ago
  62. b71ec9b powerpc, timer: Does 8xx specific actions in 8xx cpu_init by Christophe Leroy · 7 years ago
  63. 394f9b3 powerpc, 8xx: Use IO accessors to access IO memory by Christophe Leroy · 7 years ago
  64. ba4dafb powerpc, 8xx: move immap.c in arch/powerpc/cpu/mpc8xx/ by Christophe Leroy · 7 years ago
  65. 069fa83 powerpc: Partialy restore core of mpc8xx by Christophe Leroy · 7 years ago
  66. 2028012 powerpc: remove 4xx support by Heiko Schocher · 7 years ago
  67. 6f90e58 powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x by Heiko Schocher · 7 years ago
  68. d4def9b powerpc, 5xx: remove support for 5xx by Heiko Schocher · 7 years ago
  69. 71cb3e9 powerpc, 8260: remove support for mpc8260 by Heiko Schocher · 7 years ago
  70. 65d94db powerpc, 8xx: remove support for 8xx by Heiko Schocher · 7 years ago
  71. 5d51124 Convert CONFIG_CMD_IMMAP to Kconfig by Simon Glass · 8 years ago
  72. b569a01 Kconfig: Add a CONFIG_IDE option by Simon Glass · 8 years ago
  73. 62b021c spl: make image arg or fdt blob address reconfigurable by Vikas Manocha · 8 years ago
  74. bbf26ab powerpc: Move setup_board_extra() into a PPC file by Simon Glass · 8 years ago
  75. 4c974d7 board_f: powerpc: Use timer_init() instead of init_timebase() by Simon Glass · 8 years ago
  76. 08fb716 powerpc: mpc5200: Correct return value of memcpy function by Mark Marshall · 8 years ago
  77. 871ee8c powerpc: Enable flush and invalidate dcache by range for MPC85xx by Tony O'Brien · 8 years ago
  78. 4892d39 status_led: Kconfig migration by Uri Mashiach · 8 years ago
  79. f6aa39e libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY by Masahiro Yamada · 8 years ago
  80. b805c35 spl: Add a parameter to jump_to_image_linux() by Simon Glass · 8 years ago
  81. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  82. 7a9a2e6 Remove unneeded remnants of bcopy(). by Robert P. J. Day · 9 years ago
  83. 4c4499f powerpc: Drop unused code related to generic board by Simon Glass · 9 years ago
  84. d0bb57b powerpc: Disable flush or invalidate dcache by range for some SoCs by York Sun · 9 years ago
  85. 07dafdb Change my mailaddress by Andreas Bießmann · 9 years ago
  86. a1f65e5 powerpc: Drop old non-generic-board code by Simon Glass · 9 years ago
  87. b02c9b9 ppc4xx: Remove sc3 board by Stefan Roese · 10 years ago
  88. b8cb075 powerpc: add 2 common dcache assembly functions by Valentin Longchamp · 10 years ago
  89. 3dbe17e net: Remove the bd* parameter from net stack functions by Joe Hershberger · 10 years ago
  90. 2542986 common/board_f: factor out reserve_stacks by Andreas Bießmann · 10 years ago
  91. a434191 mpc85xx: clean up the old deep sleep framework by tang yuantian · 10 years ago
  92. cdc932a powerpc: mpc8xx: remove hermes board support by Masahiro Yamada · 10 years ago
  93. db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  94. a8e1d8b powerpc/mpc85xx: Make boot flag effective by Tang Yuantian · 10 years ago
  95. 6d18185 powerpc: mpc85xx watchdog init added to init_func by Boschung, Rainer · 11 years ago
  96. efd6da6 mpc85xx/t104x: Enable L2 and CPC cache when resume by Tang Yuantian · 10 years ago
  97. e3a762c m68k: powerpc: Clean up do_mdm_init by Simon Glass · 11 years ago
  98. 197c720 bd_info: remove bi_barudrate member from struct bd_info by Masahiro Yamada · 11 years ago
  99. a7364af mpc85xx/t104x: Add deep sleep framework support by Tang Yuantian · 11 years ago
  100. c65e692 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 11 years ago