1. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  2. 961420f cpu: Convert the methods to use a const udevice * by Simon Glass · 4 years, 8 months ago
  3. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 2 months ago
  4. f07e58b cpu: Convert the methods to use a const udevice * by Simon Glass · 4 years, 8 months ago
  5. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  6. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 5 months ago
  7. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 5 months ago
  8. db41d65 common: Move hang() to the same header as panic() by Simon Glass · 4 years, 9 months ago
  9. 9413387 common: Move relocate_code() to init.h by Simon Glass · 4 years, 9 months ago
  10. 36bf446 common: Move enable/disable_interrupts out of common.h by Simon Glass · 4 years, 11 months ago
  11. c30b7ad common: Move interrupt functions into a new header by Simon Glass · 4 years, 11 months ago
  12. 9d3915b arm: powerpc: Tidy up code style for interrupt functions by Simon Glass · 4 years, 11 months ago
  13. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 4 years, 11 months ago
  14. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  15. 26d6119 fdt: Move fdt_fixup_ethernet to a common place by Tom Rini · 7 years ago
  16. f1683aa board_f: Rename initdram() to dram_init() by Simon Glass · 7 years ago
  17. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  18. 7ffe3cd Delete tests of CONFIG_OF_LIBFDT when testing CONFIG_OF_BOARD_SETUP by Robert P. J. Day · 8 years ago
  19. 3f603cb dm: Use uclass_first_device_err() where it is useful by Simon Glass · 9 years ago
  20. e4f348b nios2: set up the debug UART early by Thomas Chou · 9 years ago
  21. ecc3066 Fix board init code to respect the C runtime environment by Albert ARIBAUD · 9 years ago
  22. 4909f0e nios2: display altera sysid at startup by Thomas Chou · 9 years ago
  23. 9208d7e nios2: fix cached mode in clearing the BSS by Thomas Chou · 9 years ago
  24. 65af9f6 nios2: remove CONFIG_SYS_INIT_SP macro by Thomas Chou · 9 years ago
  25. 2de4823 nios2: change virt_to_phys to use physaddr_mask in global data by Thomas Chou · 9 years ago
  26. 1ce61cb nios2: fix map_physmem to do real cache mapping by Thomas Chou · 9 years ago
  27. b811209 nios2: convert copy_exception_trampoline to use dm cpu data by Thomas Chou · 9 years ago
  28. 21ff734 nios2: convert cache flush to use dm cpu data by Thomas Chou · 9 years ago
  29. 55e2b4d nios2: set default cache configuration in start.S by Thomas Chou · 9 years ago
  30. 4a572fa nios2: clean up comments style in start.S by Thomas Chou · 9 years ago
  31. 121e36d nios2: convert do_reset to use dm cpu data by Thomas Chou · 9 years ago
  32. ca844dd nios2: convert altera sysid to driver model by Thomas Chou · 9 years ago
  33. a54915d nios2: convert altera timer to driver model by Thomas Chou · 9 years ago
  34. bcae80e nios2: convert nios2 cpu to driver model by Thomas Chou · 9 years ago
  35. 37e2449 nios2: map physical address to uncached virtual address by Thomas Chou · 9 years ago
  36. 3e468e6 nios2: call board_init_f_mem by Thomas Chou · 9 years ago
  37. 3424380 nios2: zap version_string by Thomas Chou · 9 years ago
  38. 651389a nios2: zap dly_clks by Thomas Chou · 9 years ago
  39. e6500f8 nios2: Split timer code into timer.c by Thomas Chou · 9 years ago
  40. fea7f3a nios2: Switch to generic timer by Thomas Chou · 9 years ago
  41. 1226dfd nios2: define _end in link script by Thomas Chou · 9 years ago
  42. 355483e nios2: remove gp assignments in link script by Thomas Chou · 9 years ago
  43. e900298 nios2: enlarge the code relocation range by Thomas Chou · 9 years ago
  44. 4192b8c nios2: BSS should be cleared only after board_init_f by Thomas Chou · 9 years ago
  45. 4bde2e9 fdt: nios: Fix warning in ft_cpu_setup() by Simon Glass · 9 years ago
  46. e895a4b fdt: Allow ft_board_setup() to report failure by Simon Glass · 10 years ago
  47. c69d2e5 nios2: link to CONFIG_SYS_MONITOR_BASE and remove text_base hook by Thomas Chou · 10 years ago
  48. 57cfeb5 nios2: move nios2.h to arch asm directory by Thomas Chou · 10 years ago
  49. 8645071 nios2: divide nios2-io.h into each specific drivers and remove it by Thomas Chou · 10 years ago
  50. 055626a nios2: remove EPCS driver by Thomas Chou · 10 years ago
  51. 5ff10aa nios2: add generic board support by Thomas Chou · 10 years ago
  52. afea2c9 nios2: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  53. 93e1459 Coding Style cleanup: replace leading SPACEs by TABs by Wolfgang Denk · 11 years ago
  54. 3765b3e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  55. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  56. 0ce033d Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  57. 3929fb0 Replace __bss_end__ with __bss_end by Simon Glass · 12 years ago
  58. ef123c5 Refactor linker-generated arrays by Albert ARIBAUD · 12 years ago
  59. 58864dd Clean up libfdt.h includes by Gerald Van Baren · 12 years ago
  60. 8b493a5 common: Discard the __u_boot_cmd section by Marek Vasut · 12 years ago
  61. 5567514 common: Add .u_boot_list into all linker files by Marek Vasut · 12 years ago
  62. 7bd7b31 nios2: implement get_ticks and get_tbclk by Alex Hornung · 13 years ago
  63. 4279c53 nios2: Offer ft_board_setup() capability and call fdt_fixup_ethernet(). by Joachim Foerster · 13 years ago
  64. f956ad9 nios2: Pseudo implement dcache_status/enable/disable() by Joachim Foerster · 13 years ago
  65. 09c2e90 unify version_string by Andreas Bießmann · 13 years ago
  66. 5c8404a Timer: Remove set_timer completely by Graeme Russ · 13 years ago
  67. 44c6e65 rename _end to __bss_end__ by Po-Yu Chuang · 14 years ago
  68. 263d5c2 Remove redundant config.mk files by Wolfgang Denk · 14 years ago
  69. 882b7d7 do_reset: unify duplicate prototypes by Mike Frysinger · 14 years ago
  70. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  71. 25ddd1f Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  72. 7a6a7d1 nios2: fix out of reach case for do_reset by Thomas Chou · 14 years ago
  73. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  74. 0df01fd nios2: fix r15 issue for gcc4 by Thomas Chou · 14 years ago
  75. fd2712d nios2: consolidate reset initialization by Thomas Chou · 14 years ago
  76. 254ab7b nios2: Move individual board linker scripts to common script in cpu tree. by Scott McNutt · 14 years ago
  77. 37e4daf nios2: Move cpu/nios2/* to arch/nios2/cpu/* by Peter Tyser · 14 years ago