1. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  2. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 5 months ago
  3. b67eefd bootstage: Use BOOTSTAGE instead of BOOTSTATE by Simon Glass · 4 years, 5 months ago
  4. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  5. 5428096 common/board_f: avoid -Wtype-limits warning by Heinrich Schuchardt · 4 years, 5 months ago
  6. f5b66af common: board_f: Use cpu_get_current_dev in print_cpuinfo by Ye Li · 4 years, 5 months ago
  7. 79926e4 common/board_f: Make reserve_mmu generic by Ovidiu Panait · 4 years, 6 months ago
  8. 586b15b common/board_f: Move arm-specific reserve_mmu to arch/arm/lib/cache.c by Ovidiu Panait · 4 years, 6 months ago
  9. 65c141e board_f.c: Ensure 16 alignment of start_addr_sp and reserved memory by Patrick Delaunay · 4 years, 7 months ago
  10. a665108 board_f.c: Ensure gd->new_bootstage alignment by Patrice Chotard · 4 years, 7 months ago
  11. fbf9c15 board_f: Make clear_bss generic by Ovidiu Panait · 4 years, 8 months ago
  12. 016e4ae common/board_f.c: Remove arch-specific checks for cpucheck by Ovidiu Panait · 4 years, 8 months ago
  13. db41d65 common: Move hang() to the same header as panic() by Simon Glass · 4 years, 9 months ago
  14. d96c260 common: Move clock functions into a new file by Simon Glass · 4 years, 9 months ago
  15. 67c4e9f common: Move board_get_usable_ram_top() out of common.h by Simon Glass · 4 years, 10 months ago
  16. 30c7c43 common: Move checkcpu() out of common.h by Simon Glass · 4 years, 10 months ago
  17. b03e051 common: Move serial functions out of common.h by Simon Glass · 4 years, 10 months ago
  18. ac9cd48 bootstage: Correct relocation algorithm by Simon Glass · 5 years ago
  19. 5074a8a bloblist: Reserve an aligned base by Simon Glass · 5 years ago
  20. 5e0404f board_f: fix noncached reservation calculation by Stephen Warren · 5 years ago
  21. 5f7adb5 board_f: reserve noncached space below malloc area by Vikas Manocha · 5 years ago
  22. f3998fd env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  23. 4bfd1f5 env: Move env_init() to env.h by Simon Glass · 5 years ago
  24. 9fe657d common: Remove video_setmem() by Simon Glass · 5 years ago
  25. 3c1ecde common: Move lcd_setmem() to lcd.h by Simon Glass · 5 years ago
  26. 7ea3357 trace: trace buffer may exceed 2GiB by Heinrich Schuchardt · 5 years ago
  27. 7ef8e9b trace: undefined reference to `trace_early_init' by Heinrich Schuchardt · 5 years ago
  28. 1001502 CONFIG_SPL_SYS_[DI]CACHE_OFF: add by Trevor Woerner · 5 years ago
  29. 001d188 sandbox: Improve debugging in initcall_run_list() by Simon Glass · 5 years ago
  30. 9450ab2 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  31. 35f9d9b spi: Zap CONFIG_HARD_SPI by Jagan Teki · 6 years ago
  32. fe82ca8 spi: Remove used spi_init by Jagan Teki · 6 years ago
  33. b0edea3 spl: Add support for passing handoff info to U-Boot proper by Simon Glass · 6 years ago
  34. f0293d3 bloblist: Locate bloblist in U-Boot by Simon Glass · 6 years ago
  35. 1473f6a arm: at91: wdt: Convert watchdog driver to dm/dt by Prasanthi Chellakumar · 6 years ago
  36. ecfe663 dm: cpu: Fix print_cpuinfo() output by Bin Meng · 6 years ago
  37. 5d6c61a board_f: Use static print_cpuinfo if CONFIG_CPU is active by Mario Six · 6 years ago
  38. 5764ea2 Revert "board_f: Use static print_cpuinfo if CONFIG_CPU is active" by Bin Meng · 6 years ago
  39. c043440 board_f: Use static print_cpuinfo if CONFIG_CPU is active by Mario Six · 6 years ago
  40. 138181a common: board_f: Sort includes by Mario Six · 6 years ago
  41. 23471ae board_f: Add reset status printing by Mario Six · 6 years ago
  42. 1473b12 lib: fdtdec: Update ram_base to store ram start adddress by Siva Durga Prasad Paladugu · 6 years ago
  43. ff2b2ba board_f: Only reserve memory for U-Boot if we're going to relocate by Alexey Brodkin · 6 years ago
  44. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  45. 264d298 arc: Introduce a possibility to not relocate U-boot by Alexey Brodkin · 9 years ago
  46. b8aa55c common: move init_helpers.h prototypes in init.h by Patrick Delaunay · 7 years ago
  47. d6f8771 common: move board_f.c prototypes in init.h by Patrick Delaunay · 7 years ago
  48. 16ef147 common: board_f: Fix style violations by Mario Six · 7 years ago
  49. a3f77c8 Merge branch 'master' of git://git.denx.de/u-boot-coldfire by Tom Rini · 7 years ago
  50. b9153fe3 common/board_f.c: align m68k arch to use CONFIG_DISPLAY_CPUINFO by Angelo Dureghello · 7 years ago
  51. 1fab98f common: board_f: vid: Add VID specific API to adjust core voltage by Rajesh Bhagat · 7 years ago
  52. 068feb9 riscv: Modify generic codes to support RISC-V by Rick Chen · 7 years ago
  53. af1bc0c log: Plumb logging into the init sequence by Simon Glass · 7 years ago
  54. c5404b6 Drop the log buffer by Simon Glass · 7 years ago
  55. 5ee94b4 board_f: Drop the timer after relocation by Simon Glass · 7 years ago
  56. c1ee893 common/board_f.c: remove CONFIG_SYS_GENERIC_GLOBAL_DATA by Thomas Petazzoni · 7 years ago
  57. bfebc8c env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · 7 years ago
  58. 60873f7 common: board_f: Make reserve_mmu a weak function by Siva Durga Prasad Paladugu · 7 years ago
  59. f1896c4 spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN by Andy Yan · 7 years ago
  60. 703ec9d MIPS: Stop building position independent code by Paul Burton · 7 years ago
  61. af9e6ad board_f: Add new function to allow runtime DTB selection by Cooper Jr., Franklin · 7 years ago
  62. 98f705c powerpc: remove 4xx support by Heiko Schocher · 7 years ago
  63. 064b55c powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x by Heiko Schocher · 7 years ago
  64. 53207bf board_f: fix calculation of reloc_off by Lothar Waßmann · 7 years ago
  65. baa7d34 board_f: Use IS_ENABLED instead of #ifdef in initf_bootstage() by Simon Glass · 7 years ago
  66. 5025897 powerpc, 5xx: remove support for 5xx by Heiko Schocher · 7 years ago
  67. 2eb48ff powerpc, 8260: remove support for mpc8260 by Heiko Schocher · 7 years ago
  68. 5b8e76c powerpc, 8xx: remove support for 8xx by Heiko Schocher · 7 years ago
  69. 824bb1b bootstage: Support SPL by Simon Glass · 7 years ago
  70. 63c5bf4 bootstage: Record the time taken to set up driver model by Simon Glass · 7 years ago
  71. 5ac44a5 bootstage: Init as early as possible by Simon Glass · 7 years ago
  72. 25e7dc6 bootstage: Support relocating boostage data by Simon Glass · 7 years ago
  73. b383d6c bootstage: Convert to use malloc() by Simon Glass · 7 years ago
  74. b885d02 arm: Remove include files from common.h by Simon Glass · 7 years ago
  75. cb33bda Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 7 years ago
  76. 0ce4528 board_f: skip timer_init() on Coldfire archs by Angelo Dureghello · 7 years ago
  77. 6915398 i2c: Finish dropping use of CONFIG_I2C_HARD by Simon Glass · 7 years ago
  78. f1683aa board_f: Rename initdram() to dram_init() by Simon Glass · 7 years ago
  79. 01abae4 Remove various unused interrupt related code by Tom Rini · 7 years ago
  80. 1fbf97d board_f: powerpc: Drop unused headers by Simon Glass · 7 years ago
  81. e47b2d6 board_f: Make relocation functions generic by Simon Glass · 7 years ago
  82. 96d4b75 board_f: Make init_helpers generic by Simon Glass · 7 years ago
  83. e5fb573 powerpc: Move setup_board_extra() into a PPC file by Simon Glass · 7 years ago
  84. 056285f board_f: Move errno.h down to the bottom by Simon Glass · 7 years ago
  85. 4793122 board_f: Drop unused headers by Simon Glass · 7 years ago
  86. 76b00ac board_f: Drop setup_dram_config() wrapper by Simon Glass · 7 years ago
  87. abf7f4c board_f: Drop CONFIG_SPL_BUILD check by Simon Glass · 7 years ago
  88. 0f079eb board_f: Put video memory reservation in one function by Simon Glass · 7 years ago
  89. 80d4bcd board_f: Move the extra #ifdef condition into reserve_mmu() by Simon Glass · 7 years ago
  90. b56db48 board_f: Use a single condition for reserve_logbuffer() by Simon Glass · 7 years ago
  91. c67f432 xtensa: Place relocated U-Boot in the normal place by Simon Glass · 7 years ago
  92. 088454c board_f: Drop return value from initdram() by Simon Glass · 7 years ago
  93. 52c4118 board_f: Drop board_type parameter from initdram() by Simon Glass · 7 years ago
  94. 76d1d02 board_f: x86: Use checkcpu() for CPU init by Simon Glass · 7 years ago
  95. 8749fa6 board_f: powerpc: Make prt_8260_rsr(), prt_8260_clks() private by Simon Glass · 7 years ago
  96. 6896977 board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f() by Simon Glass · 7 years ago
  97. d891ab9 board_f: powerpc: Move prt_83xx_rsr() to private code by Simon Glass · 7 years ago
  98. 727e94a powerpc: freescale: Unify the two get_clocks() calls by Simon Glass · 7 years ago
  99. 11b33e6 board_f: Use timer_init() on all archs by Simon Glass · 7 years ago
  100. 70e2aaf board_f: powerpc: Use timer_init() instead of init_timebase() by Simon Glass · 7 years ago