1. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
  2. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  3. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  4. afb0215 common: Move reset_cpu() to the CPU header by Simon Glass · 5 years ago
  5. 8f3f761 common: Move enable/disable_interrupts out of common.h by Simon Glass · 5 years ago
  6. 9b61c7c common: Move interrupt functions into a new header by Simon Glass · 5 years ago
  7. f87959b arm: powerpc: Tidy up code style for interrupt functions by Simon Glass · 5 years ago
  8. 1d91ba7 common: Move some cache and MMU functions out of common.h by Simon Glass · 5 years ago
  9. 1fa70f8 common: Move checkcpu() out of common.h by Simon Glass · 5 years ago
  10. ef282b7 sh: Fix SH4 build with GCC versions without -m4-nofpu by Marek Vasut · 5 years ago
  11. d1886a5 sh: Fix incorrect linking with new binutils by Marek Vasut · 5 years ago
  12. 5d0cd63 sh: Fix OF_SEPARATE support by Marek Vasut · 5 years ago
  13. a1a61d6 sh: sh3: Remove CPU support by Marek Vasut · 6 years ago
  14. 5b54a94 sh: sh2: Remove CPU support by Marek Vasut · 6 years ago
  15. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  16. 85fb9a6 sh: Use -m2a-nofpu only by Tom Rini · 7 years ago
  17. 6989c7d sh: Fix linking of ms7722se by Tom Rini · 7 years ago
  18. 2bae028 arch/sh: don't bring common/env_embedded.o into the link by Thomas Petazzoni · 7 years ago
  19. ca11232 arch/sh: allow building in big-endian mode by Thomas Petazzoni · 7 years ago
  20. 547cb40 Move environment files from common/ to env/ by Simon Glass · 7 years ago
  21. 188d54f sh: generate position independent code for all platforms by Vladimir Zapolskiy · 8 years ago
  22. 41e163f sh: share the correct version of start.S among all cpus by Vladimir Zapolskiy · 8 years ago
  23. 946c8c8 sh4: fix start.S by calling board_init_f() after first code relocation by Vladimir Zapolskiy · 8 years ago
  24. 1617974 sh: add shared relocate_code() function and call board_init_r() by Vladimir Zapolskiy · 8 years ago
  25. 71635bd sh: add MEMORY command to a shared linker script by Vladimir Zapolskiy · 8 years ago
  26. 621f570 sh: define entry point and reloc_dst inside a linker script by Vladimir Zapolskiy · 8 years ago
  27. 28d1b0e sh: place board lowlevel_init code in the beginning of .text by Vladimir Zapolskiy · 8 years ago
  28. fd71770 sh4: use single u-boot linker script for all boards by Vladimir Zapolskiy · 8 years ago
  29. f34743c sh4: cache: move exported cache manipulation functions into cache.c by Vladimir Zapolskiy · 8 years ago
  30. e852996 sh: cache: don't modify CCR from P1 area by Vladimir Zapolskiy · 8 years ago
  31. 57e56ef sh: cache use jump_to_P2() and back_to_P1() from asm/system.h by Vladimir Zapolskiy · 8 years ago
  32. 0dcd6b4 sh3: remove unused cache.c file from being built by Vladimir Zapolskiy · 8 years ago
  33. 1e67161 sh4: cache: correct flush_cache() to writeback and invalidate by Vladimir Zapolskiy · 8 years ago
  34. 7a22f7a sh4: cache: correct dcache flush to invalidate with write-back by Vladimir Zapolskiy · 8 years ago
  35. 6c2afb8 sh: Fix build errors for generic board by Simon Glass · 9 years ago
  36. ffdb488 remove unnecessary version.h includes by Rob Herring · 10 years ago
  37. 4770e41 sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig by Masahiro Yamada · 10 years ago
  38. a9b82be sh: unify sh2/sh3/sh4 linker scripts by Masahiro Yamada · 10 years ago
  39. 1320bc2 sh: delete an unused source file by Masahiro Yamada · 11 years ago
  40. b3bd004 sh: merge compiler flag -ffixed-r13 by Masahiro Yamada · 11 years ago
  41. c1b7ddd sh: Do not define -ffreestanding twice by Masahiro Yamada · 11 years ago
  42. a12b8d8 sh: sh4: Remove CONFIG_SH4A definition from source code by Nobuhiro Iwamatsu · 11 years ago
  43. 2ce6378 sh: sh4: Add CONFIG_SH4 definition to config.mk of SH4 by Nobuhiro Iwamatsu · 11 years ago
  44. 6a7f2c8 sh: sh3: Add CONFIG_SH3 definition to config.mk of SH3 by Nobuhiro Iwamatsu · 11 years ago
  45. bc2f60b sh: sh2: Add CONFIG_SH2 definition to config.mk of SH2 by Nobuhiro Iwamatsu · 11 years ago
  46. f408ace sh: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  47. 9c69e30 sh: Do not include start.o in lib$(CPU).o by Masahiro Yamada · 11 years ago
  48. 5b96baf sh: cache: Change cache API to defines as U-Boot by Nobuhiro Iwamatsu · 11 years ago
  49. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  50. 19aac97 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  51. ed70c8f Replace __bss_end__ with __bss_end by Simon Glass · 12 years ago
  52. c24895e Refactor linker-generated arrays by Albert ARIBAUD · 12 years ago
  53. efd76dad common: Discard the __u_boot_cmd section by Marek Vasut · 12 years ago
  54. 607092a common: Add .u_boot_list into all linker files by Marek Vasut · 12 years ago
  55. 1d01319 sh: modify checkcpu() for SH-4A by Yoshihiro Shimoda · 12 years ago
  56. b99910e sh: avoid multiple definition errors with cache funcs by Mike Frysinger · 13 years ago
  57. a632790 sh: only add -mno-fdpic if the compiler supports it by Mike Frysinger · 13 years ago
  58. ab2b7e1 punt unused clean/distclean targets by Mike Frysinger · 13 years ago
  59. 90520ab sh: sh2a: Add sh2a optimize to config.mk by Nobuhiro Iwamatsu · 13 years ago
  60. 2b3228d sh: Add Renesas rsk7264 board by Phil Edworthy · 14 years ago
  61. cedbf4b rename _end to __bss_end__ by Po-Yu Chuang · 14 years ago
  62. cb4148c sh: Add KEEP order to start.o section by Nobuhiro Iwamatsu · 14 years ago
  63. b859b8c Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS by Nobuhiro Iwamatsu · 14 years ago
  64. a0dbe93 sh: Fix build in start.S by Nobuhiro Iwamatsu · 14 years ago
  65. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  66. 0191e47 Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  67. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  68. a927331 sh: Add trigger_address_error and support cpu reset by Nobuhiro Iwamatsu · 14 years ago
  69. 693396b sh: Move cpu/$CPU to arch/sh/cpu/$CPU by Peter Tyser · 15 years ago