1. fb5cf7f Move initf_malloc() to a common place by Simon Glass · 9 years ago
  2. 0879361 fdt: Rename setup_fdt() and make it prepare also by Simon Glass · 9 years ago
  3. b45122f fdt: sandbox: Move setup code from board_f to fdtdec by Simon Glass · 9 years ago
  4. 0eb25b6 common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 9 years ago
  5. d4c671c dm: Add a new CPU init function which can use driver model by Simon Glass · 9 years ago
  6. 3fb8016 arc: clean-up init procedure by Alexey Brodkin · 9 years ago
  7. 944ab34 m68k: fix 3 broken boards by angelo@sysam.it · 9 years ago
  8. 5bcd19a common/board_f: move board_init_f_mem() from #else CONFIG_X86 by Alexey Brodkin · 9 years ago
  9. a538ae9 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  10. 14a380a common/board_f.c: Enable IMX watchdog in init_func_watchdog_init() by Stefan Roese · 9 years ago
  11. b79dadf Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 9 years ago
  12. 7bf9f20 common/board_f: implement type casting for gd structure by Alexey Brodkin · 9 years ago
  13. 1313db4 m68k: Add generic board support for MCF547X/8X and MCF5445X by Alison Wang · 9 years ago
  14. e310b93 m68k: add generic-board support by angelo@sysam.it · 9 years ago
  15. 1e4d11a common: board: support systems with where RAM ends beyond 4GB by Stephen Warren · 10 years ago
  16. a752a8b avr32: add generic board support by Andreas Bießmann · 9 years ago
  17. 68145d4 common/board_f: factor out reserve_stacks by Andreas Bießmann · 9 years ago
  18. 74d0186 Introduce board_init_f_mem() to handle early memory layout by Simon Glass · 9 years ago
  19. c956662 Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · 9 years ago
  20. e945f6d microblaze: Move architecture to use generic board init by Michal Simek · 10 years ago
  21. 2b8b38e common/board_f: add at91 wdt by Heiko Schocher · 9 years ago
  22. 0365ffc generic-board: show model name in board_init_f() too by Masahiro Yamada · 9 years ago
  23. 146251f Allow architecture-specific memory reservation by Simon Glass · 9 years ago
  24. 313aef3 x86: board_f: Adjust x86 boot order for performance by Simon Glass · 10 years ago
  25. d210718 common/board_f.c: fix compile error when tracing disabled by Kevin Hilman · 10 years ago
  26. 94092e3 Revert "common/board_f: add setup of initial stack frame for MIPS" by Tom Rini · 10 years ago
  27. 746667f Merge git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  28. 96b1046 sandbox: Prepare API change for files greater than 2GB by Suriyan Ramasami · 10 years ago
  29. 9fdee7d common/board_f: fix gcc warning on MIPS64 by Daniel Schwierzeck · 10 years ago
  30. 666ba84 common/board_f: add setup of initial stack frame for MIPS by Daniel Schwierzeck · 10 years ago
  31. 003504b x86: Remove unnecessary find_fdt(), prepare_fdt() functions by Simon Glass · 10 years ago
  32. 768e0f5 Move early malloc() to before arch_cpu_init() by Simon Glass · 10 years ago
  33. 8b37c76 x86: Use the standard arch_cpu_init() function by Simon Glass · 10 years ago
  34. 07387d1 x86: Use the standard dram_init() function by Simon Glass · 10 years ago
  35. dd2a6cd common: board: use __weak by Jeroen Hofstee · 10 years ago
  36. c970dff generic_board: do not set gd->fdt_blob unless CONFIG_OF_CONTROL=y by Masahiro Yamada · 10 years ago
  37. ec3b482 common: fix include guards for CONFIG_MP by Gabriel Huau · 10 years ago
  38. 3ea0953 dm: Move pre-reloc init earlier to cope with board_early_init_f() by Simon Glass · 10 years ago
  39. 5a1095a Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 10 years ago
  40. 5ff10aa nios2: add generic board support by Thomas Chou · 10 years ago
  41. a76df70 mx6: add support of multi-processor command by Gabriel Huau · 10 years ago
  42. d54d7eb support blackfin board initialization in generic board_f by Sonic Zhang · 10 years ago
  43. ab7cd62 dm: Support driver model prior to relocation by Simon Glass · 10 years ago
  44. d59476b Add a simple malloc() implementation for pre-relocation by Simon Glass · 10 years ago
  45. c5d4001 common: board_f: cosmetic use __weak for leds by Jeroen Hofstee · 10 years ago
  46. fa39ffe common/board_f: Fix size variable by York Sun · 10 years ago
  47. 2a1680e common/board_f: Initialized global data for generic board by York Sun · 10 years ago
  48. 8e26157 bd_info: remove bi_barudrate member from struct bd_info by Masahiro Yamada · 10 years ago
  49. 6dc9bac board_f: call timer_init on MIPS by Paul Burton · 10 years ago
  50. 3da7e5a board_f: call init_func_ram on MIPS by Paul Burton · 10 years ago
  51. 95fac6a sandbox: Use os functions to read host device tree by Simon Glass · 10 years ago
  52. 58dac32 powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260 by Masahiro Yamada · 10 years ago
  53. eeb72e6 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  54. b60eff3 arm: remove unneeded symbol offsets and _TEXT_BASE by Albert ARIBAUD · 10 years ago
  55. e386616 common: Add get_effective_memsize() to memsize.c by York Sun · 10 years ago
  56. 365475e Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to callee by Masahiro Yamada · 10 years ago
  57. 6ab6b2a dts: re-write dts/Makefile more simply with Kbuild by Masahiro Yamada · 10 years ago
  58. 7f673c9 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  59. cce6be7 arm64: generic board support by David Feng · 11 years ago
  60. 5c2859c sandbox: Allow reading/writing of RAM buffer by Simon Glass · 11 years ago
  61. 808434c sandbox: Allow return from board_init_f() by Simon Glass · 11 years ago
  62. 9aed5a2 board_f: explicitly disable console on early boot by Alexey Brodkin · 11 years ago
  63. 815a76f i2c: fix init on generic board by trem · 11 years ago
  64. c2120fb Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 11 years ago
  65. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  66. ea818db i2c, soft-i2c: switch to new multibus/multiadapter support by Heiko Schocher · 11 years ago
  67. 3f4978c i2c: common changes for multibus/multiadapter support by Heiko Schocher · 12 years ago
  68. 71c52db Add trace support to generic board by Simon Glass · 11 years ago
  69. a0ba279 generic_board: reduce the redundancy of gd_t struct members by Masahiro Yamada · 11 years ago
  70. b8521b7 common: board_f: Do not call board_postclk_init twice by Masahiro Yamada · 11 years ago
  71. d6ed322 Power: remove support for Freescale MPC8220 by Wolfgang Denk · 11 years ago
  72. d2eae43 lib: consolidate hang() by Andreas Bießmann · 11 years ago
  73. f828bf2 sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host file by Simon Glass · 11 years ago
  74. a733b06 sandbox: Switch over to generic board by Simon Glass · 11 years ago
  75. 7525c2d x86: Allow setup code to manage its own global data by Simon Glass · 11 years ago
  76. 8b42dfc x86: Fix DRAM bank size init with generic board by Simon Glass · 11 years ago
  77. 3d38910 Do not call board_early_init_f() twice by Vadim Bendebury · 11 years ago
  78. 48a3380 x86: Adjust board_f.c for x86 by Simon Glass · 11 years ago
  79. e4fef6c Adjust board_f.c for ppc by Simon Glass · 11 years ago
  80. 632efa7 Add CONFIG_SYS_SYM_OFFSETS to support offset symbols by Simon Glass · 11 years ago
  81. 8cae8a6 Add spl load feature by Simon Glass · 11 years ago
  82. 1938f4a Introduce generic pre-relocation board_f.c by Simon Glass · 11 years ago