1. 8f3f761 common: Move enable/disable_interrupts out of common.h by Simon Glass · 5 years ago
  2. 495a5dc common: Move get_ticks() function out of common.h by Simon Glass · 5 years ago
  3. 5d0cd63 sh: Fix OF_SEPARATE support by Marek Vasut · 5 years ago
  4. a1a61d6 sh: sh3: Remove CPU support by Marek Vasut · 6 years ago
  5. 5b54a94 sh: sh2: Remove CPU support by Marek Vasut · 6 years ago
  6. 4131670 sh: tmu: Zap get_tbclk and timer_read_counter by Marek Vasut · 6 years ago
  7. c633ed8 sh: tmu: Clean up register usage by Marek Vasut · 6 years ago
  8. 1f92cca sh: tmu: Inline sh_tmu.h by Marek Vasut · 6 years ago
  9. 9ba51f2 sh: tmu: Clean up CONFIG_SH_TMU_CLK_FREQ by Marek Vasut · 6 years ago
  10. ab4ad3b sh: tmu: Inline get_tmu0_clk_rate() by Marek Vasut · 6 years ago
  11. e56385a sh: tmu: Inline tmu_timer_{start,stop}() by Marek Vasut · 6 years ago
  12. 8a03d9e sh: tmu: Simplify the tmu_bit math by Marek Vasut · 6 years ago
  13. 2f5f524 sh: tmu: Clean up CONFIG_SYS_TMU_CLK_DIV by Marek Vasut · 6 years ago
  14. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  15. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  16. 263df23 Convert CONFIG_CMD_SH_ZIMAGEBOOT to Kconfig by Simon Glass · 7 years ago
  17. 41e163f sh: share the correct version of start.S among all cpus by Vladimir Zapolskiy · 8 years ago
  18. 1617974 sh: add shared relocate_code() function and call board_init_r() by Vladimir Zapolskiy · 8 years ago
  19. 22d7560 sh: add common dram_init() function for all boards by Vladimir Zapolskiy · 8 years ago
  20. e6632d5 sh: Drop the arch-specific board init by Simon Glass · 9 years ago
  21. a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
  22. 3dbe17e net: Remove the bd* parameter from net stack functions by Joe Hershberger · 10 years ago
  23. 24edb7e sh: import missing private libraries from Linux 3.19 by Masahiro Yamada · 10 years ago
  24. b421ae0 sh: rename some private libraries by Masahiro Yamada · 10 years ago
  25. 9773e70 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 10 years ago
  26. 4770e41 sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig by Masahiro Yamada · 10 years ago
  27. 6ae8083 cppcheck cleanup: fix nullPointer errors by Wolfgang Denk · 10 years ago
  28. 197c720 bd_info: remove bi_barudrate member from struct bd_info by Masahiro Yamada · 11 years ago
  29. e1a211d kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCC by Masahiro Yamada · 11 years ago
  30. befb5cc sh: sh2: Change CONFIG_SYS_HZ to CONFIG_SH_CMT_CLK_FREQ by Nobuhiro Iwamatsu · 11 years ago
  31. 7a626f0 sh: convert to common timer code by Rob Herring · 11 years ago
  32. f408ace sh: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  33. 4547782 sh: timer: Remove static global variable by Nobuhiro Iwamatsu · 11 years ago
  34. cc18f8d sh: timer: Mask bit of timer prescaler by Nobuhiro Iwamatsu · 11 years ago
  35. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  36. d2df811 Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM by Dirk Eibach · 11 years ago
  37. da233ce avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linux by Andreas Bießmann · 11 years ago
  38. d7a886b lib: consolidate hang() by Andreas Bießmann · 12 years ago
  39. 6f98490 Declare watchdog functions in watchdog.h by Simon Glass · 12 years ago
  40. a8027ca sh: tmu: Removed arch/sh/include/asm/clk.h by Nobuhiro Iwamatsu · 12 years ago
  41. f7be78e sh: tmu: Changed switch statement to shift operation by Nobuhiro Iwamatsu · 12 years ago
  42. e763f1a sh: tmu: Changed TMU driver using array of structures by Nobuhiro Iwamatsu · 12 years ago
  43. 36fe7db net: move bootfile init into eth_initialize by Mike Frysinger · 13 years ago
  44. 04b63f2 net: punt bd->bi_ip_addr by Mike Frysinger · 13 years ago
  45. 2ba44e1 sh: Add header file of MMC framework by Nobuhiro Iwamatsu · 13 years ago
  46. 51fbfb9 sh: timer: Remove unnecessary variable 'ticks' by Nobuhiro Iwamatsu · 13 years ago
  47. b60c557 Coding Style cleanup by Wolfgang Denk · 13 years ago
  48. 6be2a53 sh: Add ashrsi3 libgcc function by Phil Edworthy · 13 years ago
  49. d5a184b cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INIT by Helmut Raiger · 13 years ago
  50. 062fbbf sh: add calling mmc_initialize in board.c by Yoshihiro Shimoda · 13 years ago
  51. 8e5ab4b sh: Add support for SH2A freestanding build by Phil Edworthy · 13 years ago
  52. 61d0195 unify version_string by Andreas Bießmann · 13 years ago
  53. 139d6cf Timer: Remove reset_timer() for non-Nios2 arches by Graeme Russ · 13 years ago
  54. 5e669ff Timer: Remove set_timer completely by Graeme Russ · 13 years ago
  55. e657167 sh: Add handling of CONFIG_SYS_NO_FLASH for board.c by Nobuhiro Iwamatsu · 14 years ago
  56. 0b5a263 Replace "FLASH" strings with "Flash" or "flash" by Peter Tyser · 14 years ago
  57. fb7f445 sh: Add support zimageboot command for Renesas SH by Nobuhiro Iwamatsu · 14 years ago
  58. 3db6055 sh: Divided macro for zImage and add asm/zimage.h by Nobuhiro Iwamatsu · 14 years ago
  59. 89d3d9d sh: Delete the function that was not necessary by Nobuhiro Iwamatsu · 14 years ago
  60. 0db11c2 sh: Add support showing KByte of flash memory size by Nobuhiro Iwamatsu · 14 years ago
  61. 0d21ed0 Move DECLARE_GLOBAL_DATA_PTR to file scope by John Rigby · 14 years ago
  62. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  63. 1136f69 Coding Style cleanup by Wolfgang Denk · 14 years ago
  64. 0191e47 Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  65. 0b43bd8 sh: Fix warning about uninitialized value of ramdisk_flags by Nobuhiro Iwamatsu · 14 years ago
  66. 190f4f7 sh: Add support load and boot of Initrd. by Nobuhiro Iwamatsu · 14 years ago
  67. 0708bc6 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · 14 years ago
  68. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  69. b633dd1 sh: Fix overflow problem in get_ticks by Nobuhiro Iwamatsu · 14 years ago
  70. cede5d8 Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · 15 years ago