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