1. 933ada5 allow opting out of WATCHDOG_RESET() from timer interrupt by Rasmus Villemoes · 3 years, 6 months ago
  2. 2ae8043 Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 8 months ago
  3. 98592c7 bdinfo: Rename function names to be clearer by Bin Meng · 3 years, 8 months ago
  4. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  5. 130845b common: board_r: Drop arch-specific ifdefs around initr_trap by Ovidiu Panait · 3 years, 10 months ago
  6. ee9c3ad board_f: m68k: Factor out m68k-specific bdinfo setup by Ovidiu Panait · 4 years, 2 months ago
  7. 6ecefcf cmd: bdinfo: Move sram info prints to generic code by Ovidiu Panait · 4 years, 2 months ago
  8. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 3 months ago
  9. 6479198 bdinfo: m68k: ppc: Move arch-specific code from bdinfo by Simon Glass · 4 years, 5 months ago
  10. 1a520d9 bdinfo: m68k: Move m68k-specific info into its own file by Simon Glass · 4 years, 5 months ago
  11. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  12. 25a5818 common: Drop asm/ptrace.h from common header by Simon Glass · 4 years, 5 months ago
  13. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  14. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 5 months ago
  15. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 5 months ago
  16. 4d72caa common: Drop image.h from common header by Simon Glass · 4 years, 5 months ago
  17. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 5 months ago
  18. 8947145 m68k: Drop CONFIG_MCFPIT support by Tom Rini · 5 years ago
  19. ad42093 m68k: add dm fec support by Angelo Durgehello · 4 years, 11 months ago
  20. d67bdaa common: Move trap_init() out of common.h by Simon Glass · 4 years, 11 months ago
  21. c30b7ad common: Move interrupt functions into a new header by Simon Glass · 4 years, 11 months ago
  22. 9d3915b arm: powerpc: Tidy up code style for interrupt functions by Simon Glass · 4 years, 11 months ago
  23. 9edefc2 common: Move some cache and MMU functions out of common.h by Simon Glass · 4 years, 11 months ago
  24. 6887c5b common: Move some time functions out of common.h by Simon Glass · 4 years, 11 months ago
  25. e7dcf56 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
  26. 7b51b57 env: Move env_get() to env.h by Simon Glass · 5 years ago
  27. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  28. c533cfc m68k: fix cache.c for Coldfire V4E by Angelo Dureghello · 7 years ago
  29. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  30. 63a7578 arch, board: squash lines for immediate return by Masahiro Yamada · 8 years ago
  31. 6463fd8 m68k: add private libgcc by angelo@sysam.it · 9 years ago
  32. 4dbe4b1 m68k: cache: add an empty stub functions for invalidate/flush dcache by Wu, Josh · 9 years ago
  33. 6eb6f13 m68k: remove arch/m68k/lib/board.c by Masahiro Yamada · 10 years ago
  34. e310b93 m68k: add generic-board support by angelo@sysam.it · 10 years ago
  35. 7fae9e2 m68k: Remove CONFIG_CMD_BEDBUG related code by Vasili Galka · 10 years ago
  36. ddc9437 m68k: Fix warnings with gcc 4.6 by Simon Glass · 10 years ago
  37. 9272a9b m68k: powerpc: Clean up do_mdm_init by Simon Glass · 10 years ago
  38. 8e26157 bd_info: remove bi_barudrate member from struct bd_info by Masahiro Yamada · 11 years ago
  39. 64bd89e m68k: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  40. 93e1459 Coding Style cleanup: replace leading SPACEs by TABs by Wolfgang Denk · 11 years ago
  41. 3765b3e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  42. c2120fb Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 11 years ago
  43. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  44. ea818db i2c, soft-i2c: switch to new multibus/multiadapter support by Heiko Schocher · 12 years ago
  45. 3f4978c i2c: common changes for multibus/multiadapter support by Heiko Schocher · 13 years ago
  46. b8eee43 Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM by Dirk Eibach · 11 years ago
  47. 2cb0e55 avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linux by Andreas Bießmann · 11 years ago
  48. aea5eee m68k: fix debug call befor serial init by Jens Scharsig (BuS Elektronik) · 12 years ago
  49. 24507cf m68k: Use image_setup_linux() instead of local code by Simon Glass · 11 years ago
  50. d2eae43 lib: consolidate hang() by Andreas Bießmann · 11 years ago
  51. 472d546 Consolidate bool type by York Sun · 12 years ago
  52. a6741bc Declare watchdog functions in watchdog.h by Simon Glass · 12 years ago
  53. 3929fb0 Replace __bss_end__ with __bss_end by Simon Glass · 12 years ago
  54. 7b39523 malloc: make malloc_bin_reloc static by Gabor Juhos · 12 years ago
  55. 7e2592f m68k: Move CONFIG_EXTRA_CLOCK to arch_global_data by Simon Glass · 12 years ago
  56. fd70aa4 m68k/lib: fix serial driver relocation by angelo · 12 years ago
  57. ec8a252 env: Use getenv_yesno() more generally by Joe Hershberger · 12 years ago
  58. 6c7c946 common: Convert the U-Boot commands to LG-arrays by Marek Vasut · 12 years ago
  59. c59ac90 m68k: Fix unused variable in board.c by Marek Vasut · 12 years ago
  60. 036036d serial: Remove CONFIG_SERIAL_MULTI from remaining sources by Marek Vasut · 12 years ago
  61. 00d0d2a malloc: remove extern declarations of malloc_bin_reloc() in board.c files by Daniel Schwierzeck · 12 years ago
  62. de30122 net: move bootfile init into eth_initialize by Mike Frysinger · 13 years ago
  63. 50a47d0 net: punt bd->bi_ip_addr by Mike Frysinger · 13 years ago
  64. 770605e bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  65. 578ac1e bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress() by Simon Glass · 13 years ago
  66. a546665 m68k: Change memsz to a signed char to avoid warning by Simon Glass · 13 years ago
  67. 77b8f20 m68k: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · 13 years ago
  68. e2a5345 net: drop !NET_MULTI code by Mike Frysinger · 13 years ago
  69. 444ddfc ColdFire:Update the timer_init since it was unified. by Jason Jin · 13 years ago
  70. 4769be2 Timer: Remove reset_timer() for non-Nios2 arches by Graeme Russ · 13 years ago
  71. 5c8404a Timer: Remove set_timer completely by Graeme Russ · 13 years ago
  72. f38536f Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 13 years ago
  73. d32a1a4 Don't grab memory for LCD if FB address is defined by Minkyu Kang · 13 years ago
  74. 590d3ca Stop passing around bootmem_base value. by Grant Likely · 14 years ago
  75. 44c6e65 rename _end to __bss_end__ by Po-Yu Chuang · 14 years ago
  76. eddf52b Replace "FLASH" strings with "Flash" or "flash" by Peter Tyser · 14 years ago
  77. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  78. 2e5167c Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  79. 553f098 Rename CONFIG_SYS_INIT_RAM_END into CONFIG_SYS_INIT_RAM_SIZE by Wolfgang Denk · 14 years ago
  80. 683e9f1 board_init_r: Removed unused cmdtp variable by Richard Retanubun · 14 years ago
  81. 544d97e PCU_E: remove code for yet another corpse by Wolfgang Denk · 14 years ago
  82. 2495664 Remove unused CONFIG_SERIAL_SOFTWARE_FIFO feature by Stefan Roese · 14 years ago
  83. 3fbeeea common: move TOTAL_MALLOC_LEN to include/common.h by Heiko Schocher · 14 years ago
  84. 620f1f6 relocation: fixup cmdtable by Heiko Schocher · 14 years ago
  85. cdb7497 Rename getenv_r() into getenv_f() by Wolfgang Denk · 14 years ago
  86. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  87. ea0364f Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · 14 years ago