1. 6980b6b common: Move board_get_usable_ram_top() out of common.h by Simon Glass · 5 years ago
  2. 1fa70f8 common: Move checkcpu() out of common.h by Simon Glass · 5 years ago
  3. 3673618 common: Move serial functions out of common.h by Simon Glass · 5 years ago
  4. 39d5852 bootstage: Correct relocation algorithm by Simon Glass · 5 years ago
  5. 96a5b7e bloblist: Reserve an aligned base by Simon Glass · 5 years ago
  6. 9b49643 board_f: fix noncached reservation calculation by Stephen Warren · 5 years ago
  7. 4d49e10 board_f: reserve noncached space below malloc area by Vikas Manocha · 5 years ago
  8. 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  9. 79fd214 env: Move env_init() to env.h by Simon Glass · 5 years ago
  10. ad375cc common: Remove video_setmem() by Simon Glass · 5 years ago
  11. 42cf22f common: Move lcd_setmem() to lcd.h by Simon Glass · 5 years ago
  12. c960b14 trace: trace buffer may exceed 2GiB by Heinrich Schuchardt · 5 years ago
  13. 2aecfc5 trace: undefined reference to `trace_early_init' by Heinrich Schuchardt · 5 years ago
  14. 43ec7e0 CONFIG_SPL_SYS_[DI]CACHE_OFF: add by Trevor Woerner · 6 years ago
  15. 752707a sandbox: Improve debugging in initcall_run_list() by Simon Glass · 6 years ago
  16. f275163 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  17. 5931fbb spi: Zap CONFIG_HARD_SPI by Jagan Teki · 6 years ago
  18. f9391ec spi: Remove used spi_init by Jagan Teki · 6 years ago
  19. e14f1a2 spl: Add support for passing handoff info to U-Boot proper by Simon Glass · 6 years ago
  20. a815dab bloblist: Locate bloblist in U-Boot by Simon Glass · 6 years ago
  21. 0509c4e arm: at91: wdt: Convert watchdog driver to dm/dt by Prasanthi Chellakumar · 6 years ago
  22. be2269f dm: cpu: Fix print_cpuinfo() output by Bin Meng · 6 years ago
  23. 97bbb60 board_f: Use static print_cpuinfo if CONFIG_CPU is active by Mario Six · 6 years ago
  24. b0e3879 Revert "board_f: Use static print_cpuinfo if CONFIG_CPU is active" by Bin Meng · 6 years ago
  25. 2bb020e board_f: Use static print_cpuinfo if CONFIG_CPU is active by Mario Six · 6 years ago
  26. 7194f25 common: board_f: Sort includes by Mario Six · 6 years ago
  27. 4481a5d board_f: Add reset status printing by Mario Six · 6 years ago
  28. 94a1d52 lib: fdtdec: Update ram_base to store ram start adddress by Siva Durga Prasad Paladugu · 6 years ago
  29. c76af2a board_f: Only reserve memory for U-Boot if we're going to relocate by Alexey Brodkin · 7 years ago
  30. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  31. c157ab9 arc: Introduce a possibility to not relocate U-boot by Alexey Brodkin · 9 years ago
  32. 18c5064 common: move init_helpers.h prototypes in init.h by Patrick Delaunay · 7 years ago
  33. a0a2b21 common: move board_f.c prototypes in init.h by Patrick Delaunay · 7 years ago
  34. 80b66dd common: board_f: Fix style violations by Mario Six · 7 years ago
  35. cb22594 Merge branch 'master' of git://git.denx.de/u-boot-coldfire by Tom Rini · 7 years ago
  36. 3146b4d common/board_f.c: align m68k arch to use CONFIG_DISPLAY_CPUINFO by Angelo Dureghello · 7 years ago
  37. f771678 common: board_f: vid: Add VID specific API to adjust core voltage by Rajesh Bhagat · 7 years ago
  38. 3301bfc riscv: Modify generic codes to support RISC-V by Rick Chen · 7 years ago
  39. 55e32ba log: Plumb logging into the init sequence by Simon Glass · 7 years ago
  40. 49badb9 Drop the log buffer by Simon Glass · 7 years ago
  41. b77fe1f board_f: Drop the timer after relocation by Simon Glass · 7 years ago
  42. 3b361dc common/board_f.c: remove CONFIG_SYS_GENERIC_GLOBAL_DATA by Thomas Petazzoni · 7 years ago
  43. 22c34c2 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · 7 years ago
  44. 0522353 common: board_f: Make reserve_mmu a weak function by Siva Durga Prasad Paladugu · 7 years ago
  45. 1fa20e4d spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN by Andy Yan · 7 years ago
  46. d3a278d MIPS: Stop building position independent code by Paul Burton · 7 years ago
  47. d8b354a board_f: Add new function to allow runtime DTB selection by Cooper Jr., Franklin · 7 years ago
  48. 2028012 powerpc: remove 4xx support by Heiko Schocher · 7 years ago
  49. 6f90e58 powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x by Heiko Schocher · 7 years ago
  50. 160583b board_f: fix calculation of reloc_off by Lothar Waßmann · 7 years ago
  51. c55d5c3 board_f: Use IS_ENABLED instead of #ifdef in initf_bootstage() by Simon Glass · 7 years ago
  52. d4def9b powerpc, 5xx: remove support for 5xx by Heiko Schocher · 7 years ago
  53. 71cb3e9 powerpc, 8260: remove support for mpc8260 by Heiko Schocher · 7 years ago
  54. 65d94db powerpc, 8xx: remove support for 8xx by Heiko Schocher · 7 years ago
  55. 01154cb bootstage: Support SPL by Simon Glass · 8 years ago
  56. 405e2b0 bootstage: Record the time taken to set up driver model by Simon Glass · 8 years ago
  57. e635af1 bootstage: Init as early as possible by Simon Glass · 8 years ago
  58. b9aff92 bootstage: Support relocating boostage data by Simon Glass · 8 years ago
  59. 8820033 bootstage: Convert to use malloc() by Simon Glass · 8 years ago
  60. f004e8a arm: Remove include files from common.h by Simon Glass · 8 years ago
  61. c9956d8 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 8 years ago
  62. cd22685 board_f: skip timer_init() on Coldfire archs by Angelo Dureghello · 8 years ago
  63. 1a46a72 i2c: Finish dropping use of CONFIG_I2C_HARD by Simon Glass · 8 years ago
  64. d35f338 board_f: Rename initdram() to dram_init() by Simon Glass · 8 years ago
  65. dfafe89 Remove various unused interrupt related code by Tom Rini · 8 years ago
  66. e770603 board_f: powerpc: Drop unused headers by Simon Glass · 8 years ago
  67. 6ab9107 board_f: Make relocation functions generic by Simon Glass · 8 years ago
  68. 6bbf83f board_f: Make init_helpers generic by Simon Glass · 8 years ago
  69. bbf26ab powerpc: Move setup_board_extra() into a PPC file by Simon Glass · 8 years ago
  70. b3c1256 board_f: Move errno.h down to the bottom by Simon Glass · 8 years ago
  71. db8035f board_f: Drop unused headers by Simon Glass · 8 years ago
  72. 2f949c3 board_f: Drop setup_dram_config() wrapper by Simon Glass · 8 years ago
  73. 6a55322 board_f: Drop CONFIG_SPL_BUILD check by Simon Glass · 8 years ago
  74. 70ac86c board_f: Put video memory reservation in one function by Simon Glass · 8 years ago
  75. e3cb449 board_f: Move the extra #ifdef condition into reserve_mmu() by Simon Glass · 8 years ago
  76. bcf257d board_f: Use a single condition for reserve_logbuffer() by Simon Glass · 8 years ago
  77. acaf69f xtensa: Place relocated U-Boot in the normal place by Simon Glass · 8 years ago
  78. 39f90ba board_f: Drop return value from initdram() by Simon Glass · 8 years ago
  79. b4de3f3 board_f: Drop board_type parameter from initdram() by Simon Glass · 8 years ago
  80. ee7c36f board_f: x86: Use checkcpu() for CPU init by Simon Glass · 8 years ago
  81. c04d5b9 board_f: powerpc: Make prt_8260_rsr(), prt_8260_clks() private by Simon Glass · 8 years ago
  82. b419dbb board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f() by Simon Glass · 8 years ago
  83. 156283f board_f: powerpc: Move prt_83xx_rsr() to private code by Simon Glass · 8 years ago
  84. 6829d8c powerpc: freescale: Unify the two get_clocks() calls by Simon Glass · 8 years ago
  85. 34863be board_f: Use timer_init() on all archs by Simon Glass · 8 years ago
  86. 4c974d7 board_f: powerpc: Use timer_init() instead of init_timebase() by Simon Glass · 8 years ago
  87. e8d20d4 board_f: powerpc: Unified get_clocks() portion of init sequence by Simon Glass · 8 years ago
  88. 25eb4cb board_f: Remove adjust_sdram_tbs_8xx() from the init sequence by Simon Glass · 8 years ago
  89. 61572ad board_f: Remove sdram_adjust_866() from the init sequence by Simon Glass · 8 years ago
  90. ffe0fb4 board_f: powerpc: Rename get_clocks_866() to get_clocks() by Simon Glass · 8 years ago
  91. 70064a7 board_f: powerpc: Join the two CONFIG_8xx_CPUCLK_DEFAULT sections by Simon Glass · 8 years ago
  92. 295c423 board_f: x86: Rename x86_fsp_init() to arch_fsp_init() by Simon Glass · 8 years ago
  93. b94eed5 board_f: sandbox: Move setup_ram_buf() to private code by Simon Glass · 8 years ago
  94. fef2bd1 SPARC: Remove by Tom Rini · 8 years ago
  95. 210ebce Blackfin: Remove by Tom Rini · 8 years ago
  96. 7e9b9d6 dm: Add callback to modify the device tree by mario.six@gdsys.cc · 8 years ago
  97. 4de24ef armv8: layerscape: Rewrite memory reservation by York Sun · 8 years ago
  98. 2a7bf77 x86: Do relocation before clearing BSS by Simon Glass · 8 years ago
  99. 2031fad board_f/r: Use static const for the init sequences by Simon Glass · 8 years ago
  100. 6e1a81a x86: board_f: Update init sequence for 64-bit startup by Simon Glass · 8 years ago