Commit Graph

64 Commits (lime2-spi)

Author SHA1 Message Date
Tom Rini 83d290c56f SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
Tom Rini 26d61195f8 fdt: Move fdt_fixup_ethernet to a common place 7 years ago
Simon Glass f1683aa73c board_f: Rename initdram() to dram_init() 7 years ago
Simon Glass e160f7d430 dm: core: Replace of_offset with accessor 7 years ago
Robert P. J. Day 7ffe3cd62e Delete tests of CONFIG_OF_LIBFDT when testing CONFIG_OF_BOARD_SETUP 8 years ago
Simon Glass 3f603cbbb8 dm: Use uclass_first_device_err() where it is useful 8 years ago
Thomas Chou e4f348ba6f nios2: set up the debug UART early 8 years ago
Albert ARIBAUD ecc306639e Fix board init code to respect the C runtime environment 8 years ago
Thomas Chou 4909f0e16a nios2: display altera sysid at startup 9 years ago
Thomas Chou 9208d7eba1 nios2: fix cached mode in clearing the BSS 9 years ago
Thomas Chou 65af9f6971 nios2: remove CONFIG_SYS_INIT_SP macro 9 years ago
Thomas Chou 2de4823dc0 nios2: change virt_to_phys to use physaddr_mask in global data 9 years ago
Thomas Chou 1ce61cbbe7 nios2: fix map_physmem to do real cache mapping 9 years ago
Thomas Chou b8112091bb nios2: convert copy_exception_trampoline to use dm cpu data 9 years ago
Thomas Chou 21ff7344d1 nios2: convert cache flush to use dm cpu data 9 years ago
Thomas Chou 55e2b4d4e5 nios2: set default cache configuration in start.S 9 years ago
Thomas Chou 4a572fa851 nios2: clean up comments style in start.S 9 years ago
Thomas Chou 121e36dacd nios2: convert do_reset to use dm cpu data 9 years ago
Thomas Chou ca844dd8c5 nios2: convert altera sysid to driver model 9 years ago
Thomas Chou a54915d8a1 nios2: convert altera timer to driver model 9 years ago
Thomas Chou bcae80e955 nios2: convert nios2 cpu to driver model 9 years ago
Thomas Chou 37e24499b9 nios2: map physical address to uncached virtual address 9 years ago
Thomas Chou 3e468e6896 nios2: call board_init_f_mem 9 years ago
Thomas Chou 34243804d6 nios2: zap version_string 9 years ago
Thomas Chou 651389a055 nios2: zap dly_clks 9 years ago
Thomas Chou e6500f86a6 nios2: Split timer code into timer.c 9 years ago
Thomas Chou fea7f3aa3e nios2: Switch to generic timer 9 years ago
Thomas Chou 1226dfdadd nios2: define _end in link script 9 years ago
Thomas Chou 355483e102 nios2: remove gp assignments in link script 9 years ago
Thomas Chou e900298ea4 nios2: enlarge the code relocation range 9 years ago
Thomas Chou 4192b8c358 nios2: BSS should be cleared only after board_init_f 9 years ago
Simon Glass 4bde2e9d60 fdt: nios: Fix warning in ft_cpu_setup() 9 years ago
Simon Glass e895a4b06f fdt: Allow ft_board_setup() to report failure 10 years ago
Thomas Chou c69d2e5761 nios2: link to CONFIG_SYS_MONITOR_BASE and remove text_base hook 10 years ago
Thomas Chou 57cfeb5140 nios2: move nios2.h to arch asm directory 10 years ago
Thomas Chou 8645071006 nios2: divide nios2-io.h into each specific drivers and remove it 10 years ago
Thomas Chou 055626acba nios2: remove EPCS driver 10 years ago
Thomas Chou 5ff10aa7e7 nios2: add generic board support 10 years ago
Masahiro Yamada afea2c969a nios2: convert makefiles to Kbuild style 11 years ago
Wolfgang Denk 93e1459641 Coding Style cleanup: replace leading SPACEs by TABs 11 years ago
Wolfgang Denk 3765b3e7bd Coding Style cleanup: remove trailing white space 11 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
Simon Glass 3929fb0a14 Replace __bss_end__ with __bss_end 11 years ago
Albert ARIBAUD ef123c5253 Refactor linker-generated arrays 11 years ago
Gerald Van Baren 58864ddc72 Clean up libfdt.h includes 11 years ago
Marek Vasut 8b493a5236 common: Discard the __u_boot_cmd section 12 years ago
Marek Vasut 556751427b common: Add .u_boot_list into all linker files 12 years ago
Alex Hornung 7bd7b31574 nios2: implement get_ticks and get_tbclk 12 years ago
Joachim Foerster 4279c53e5b nios2: Offer ft_board_setup() capability and call fdt_fixup_ethernet(). 13 years ago
Joachim Foerster f956ad98b2 nios2: Pseudo implement dcache_status/enable/disable() 13 years ago