1. 5d7f601 lcd: Remove legacy CONFIG_FB_ADDR code by Tom Rini · 2 years, 3 months ago
  2. d58c007 microblaze: Add support for run time relocation by Michal Simek · 2 years, 3 months ago
  3. 1123213 nds32: Remove the architecture by Tom Rini · 2 years, 6 months ago
  4. 24c904f Convert CONFIG_SYS_MEM_TOP_HIDE to Kconfig by Tom Rini · 2 years, 6 months ago
  5. 7fe32b3 event: Convert arch_cpu_init_dm() to use events by Simon Glass · 2 years, 7 months ago
  6. 42fdceb event: Convert misc_init_f() to use events by Simon Glass · 2 years, 7 months ago
  7. 5a42190 event: Set up the event system on start-up by Simon Glass · 2 years, 7 months ago
  8. 7f3b79a bloblist: Rename the SPL tag by Simon Glass · 2 years, 8 months ago
  9. d5b6e91 bloblist: Support allocating the bloblist by Simon Glass · 2 years, 11 months ago
  10. 47d7d03 board_f: Copy GD to new GD even if relocation disabled by Marek Vasut · 2 years, 11 months ago
  11. 55dabcc Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACY by Tom Rini · 3 years, 1 month ago
  12. 69d9eda i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACY by Simon Glass · 3 years, 3 months ago
  13. 3c9fc23 sandbox: don't refer to symbol _init by Heinrich Schuchardt · 3 years, 4 months ago
  14. 83064c2 board_f: cosmetic: change the debug trace to KB in reserve_video by Patrick Delaunay · 3 years, 6 months ago
  15. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 3 years, 11 months ago
  16. 9fe0646 bloblist: Support relocating to a larger space by Simon Glass · 3 years, 8 months ago
  17. 19b18da common: board_f: Use IS_ENABLED(CONFIG_OF_EMBED) in reserve_fdt, reloc_fdt by Ovidiu Panait · 3 years, 10 months ago
  18. 3671668 common: board_f: Move setup_machine code to setup_bdinfo by Ovidiu Panait · 3 years, 10 months ago
  19. 4b9a121 common: board_f: Use IS_ENABLED(CONFIG_TIMER_EARLY) in initf_dm by Ovidiu Panait · 3 years, 10 months ago
  20. 8e8d45e common: board_f: Drop initf_console_record wrapper by Ovidiu Panait · 3 years, 10 months ago
  21. 4e81920 common: Kconfig: Introduce CONFIG_CONSOLE_RECORD_INIT_F by Ovidiu Panait · 3 years, 10 months ago
  22. 5630d2f board: Show memory for frame buffers by Simon Glass · 4 years ago
  23. 4a08fae bloblist: Place on a 4KB boundary by Simon Glass · 4 years ago
  24. f120aa7 board_f: Add default values for bi_dram[] in dram_init_banksize() by Stefan Roese · 4 years, 1 month ago
  25. dfaf6a5 CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always defined by Stefan Roese · 4 years, 1 month ago
  26. 7823782 board_f: Remove dead code from init_func_i2c by Ovidiu Panait · 4 years, 1 month ago
  27. 313981c common/board_f: make sure to call fix_fdt() before reserve_fdt() by Pragnesh Patel · 4 years, 1 month ago
  28. 1532885 board_f: Remove setup_board_part1 by Ovidiu Panait · 4 years, 2 months ago
  29. f1e504a board_f: ppc: Factor out ppc-specific bdinfo setup by Ovidiu Panait · 4 years, 2 months ago
  30. ee9c3ad board_f: m68k: Factor out m68k-specific bdinfo setup by Ovidiu Panait · 4 years, 2 months ago
  31. 4912224 board_f: Move sram bdinfo assignments to generic code by Ovidiu Panait · 4 years, 2 months ago
  32. a4aa188 board_f: Factor out bdinfo bi_mem{start, size} to setup_bdinfo by Ovidiu Panait · 4 years, 2 months ago
  33. 81e7cb1 board_f: Introduce arch_setup_bdinfo initcall by Ovidiu Panait · 4 years, 2 months ago
  34. ba74310 board_f: Introduce setup_bdinfo initcall by Ovidiu Panait · 4 years, 2 months ago
  35. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 3 months ago
  36. 53007fc common/board_f: Respect original FDT size while relocating by Oleksandr Andrushchenko · 4 years, 3 months ago
  37. b8fd54d common: fdt: Remove additional 4k space for fdt allocation by Ashok Reddy Soma · 4 years, 6 months ago
  38. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  39. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 5 months ago
  40. b67eefd bootstage: Use BOOTSTAGE instead of BOOTSTATE by Simon Glass · 4 years, 5 months ago
  41. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  42. 5428096 common/board_f: avoid -Wtype-limits warning by Heinrich Schuchardt · 4 years, 5 months ago
  43. f5b66af common: board_f: Use cpu_get_current_dev in print_cpuinfo by Ye Li · 4 years, 5 months ago
  44. 79926e4 common/board_f: Make reserve_mmu generic by Ovidiu Panait · 4 years, 6 months ago
  45. 586b15b common/board_f: Move arm-specific reserve_mmu to arch/arm/lib/cache.c by Ovidiu Panait · 4 years, 6 months ago
  46. 65c141e board_f.c: Ensure 16 alignment of start_addr_sp and reserved memory by Patrick Delaunay · 4 years, 7 months ago
  47. a665108 board_f.c: Ensure gd->new_bootstage alignment by Patrice Chotard · 4 years, 7 months ago
  48. fbf9c15 board_f: Make clear_bss generic by Ovidiu Panait · 4 years, 8 months ago
  49. 016e4ae common/board_f.c: Remove arch-specific checks for cpucheck by Ovidiu Panait · 4 years, 8 months ago
  50. db41d65 common: Move hang() to the same header as panic() by Simon Glass · 4 years, 9 months ago
  51. d96c260 common: Move clock functions into a new file by Simon Glass · 4 years, 9 months ago
  52. 67c4e9f common: Move board_get_usable_ram_top() out of common.h by Simon Glass · 4 years, 11 months ago
  53. 30c7c43 common: Move checkcpu() out of common.h by Simon Glass · 4 years, 11 months ago
  54. b03e051 common: Move serial functions out of common.h by Simon Glass · 4 years, 11 months ago
  55. ac9cd48 bootstage: Correct relocation algorithm by Simon Glass · 5 years ago
  56. 5074a8a bloblist: Reserve an aligned base by Simon Glass · 5 years ago
  57. 5e0404f board_f: fix noncached reservation calculation by Stephen Warren · 5 years ago
  58. 5f7adb5 board_f: reserve noncached space below malloc area by Vikas Manocha · 5 years ago
  59. f3998fd env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  60. 4bfd1f5 env: Move env_init() to env.h by Simon Glass · 5 years ago
  61. 9fe657d common: Remove video_setmem() by Simon Glass · 5 years ago
  62. 3c1ecde common: Move lcd_setmem() to lcd.h by Simon Glass · 5 years ago
  63. 7ea3357 trace: trace buffer may exceed 2GiB by Heinrich Schuchardt · 5 years ago
  64. 7ef8e9b trace: undefined reference to `trace_early_init' by Heinrich Schuchardt · 5 years ago
  65. 1001502 CONFIG_SPL_SYS_[DI]CACHE_OFF: add by Trevor Woerner · 5 years ago
  66. 001d188 sandbox: Improve debugging in initcall_run_list() by Simon Glass · 5 years ago
  67. 9450ab2 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  68. 35f9d9b spi: Zap CONFIG_HARD_SPI by Jagan Teki · 6 years ago
  69. fe82ca8 spi: Remove used spi_init by Jagan Teki · 6 years ago
  70. b0edea3 spl: Add support for passing handoff info to U-Boot proper by Simon Glass · 6 years ago
  71. f0293d3 bloblist: Locate bloblist in U-Boot by Simon Glass · 6 years ago
  72. 1473f6a arm: at91: wdt: Convert watchdog driver to dm/dt by Prasanthi Chellakumar · 6 years ago
  73. ecfe663 dm: cpu: Fix print_cpuinfo() output by Bin Meng · 6 years ago
  74. 5d6c61a board_f: Use static print_cpuinfo if CONFIG_CPU is active by Mario Six · 6 years ago
  75. 5764ea2 Revert "board_f: Use static print_cpuinfo if CONFIG_CPU is active" by Bin Meng · 6 years ago
  76. c043440 board_f: Use static print_cpuinfo if CONFIG_CPU is active by Mario Six · 6 years ago
  77. 138181a common: board_f: Sort includes by Mario Six · 6 years ago
  78. 23471ae board_f: Add reset status printing by Mario Six · 6 years ago
  79. 1473b12 lib: fdtdec: Update ram_base to store ram start adddress by Siva Durga Prasad Paladugu · 6 years ago
  80. ff2b2ba board_f: Only reserve memory for U-Boot if we're going to relocate by Alexey Brodkin · 6 years ago
  81. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  82. 264d298 arc: Introduce a possibility to not relocate U-boot by Alexey Brodkin · 9 years ago
  83. b8aa55c common: move init_helpers.h prototypes in init.h by Patrick Delaunay · 7 years ago
  84. d6f8771 common: move board_f.c prototypes in init.h by Patrick Delaunay · 7 years ago
  85. 16ef147 common: board_f: Fix style violations by Mario Six · 7 years ago
  86. a3f77c8 Merge branch 'master' of git://git.denx.de/u-boot-coldfire by Tom Rini · 7 years ago
  87. b9153fe3 common/board_f.c: align m68k arch to use CONFIG_DISPLAY_CPUINFO by Angelo Dureghello · 7 years ago
  88. 1fab98f common: board_f: vid: Add VID specific API to adjust core voltage by Rajesh Bhagat · 7 years ago
  89. 068feb9 riscv: Modify generic codes to support RISC-V by Rick Chen · 7 years ago
  90. af1bc0c log: Plumb logging into the init sequence by Simon Glass · 7 years ago
  91. c5404b6 Drop the log buffer by Simon Glass · 7 years ago
  92. 5ee94b4 board_f: Drop the timer after relocation by Simon Glass · 7 years ago
  93. c1ee893 common/board_f.c: remove CONFIG_SYS_GENERIC_GLOBAL_DATA by Thomas Petazzoni · 7 years ago
  94. bfebc8c env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · 7 years ago
  95. 60873f7 common: board_f: Make reserve_mmu a weak function by Siva Durga Prasad Paladugu · 7 years ago
  96. f1896c4 spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN by Andy Yan · 7 years ago
  97. 703ec9d MIPS: Stop building position independent code by Paul Burton · 7 years ago
  98. af9e6ad board_f: Add new function to allow runtime DTB selection by Cooper Jr., Franklin · 7 years ago
  99. 98f705c powerpc: remove 4xx support by Heiko Schocher · 7 years ago
  100. 064b55c powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x by Heiko Schocher · 7 years ago