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