Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
512d13ea8b9b89d1cd8e3a7a6145454f95c8136a
/
arch
/
nios2
/
cpu
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
78548ea
fdt: Move fdt_fixup_ethernet to a common place
by Tom Rini
· 8 years ago
d35f338
board_f: Rename initdram() to dram_init()
by Simon Glass
· 8 years ago
dd79d6e
dm: core: Replace of_offset with accessor
by Simon Glass
· 8 years ago
3c75700
Delete tests of CONFIG_OF_LIBFDT when testing CONFIG_OF_BOARD_SETUP
by Robert P. J. Day
· 9 years ago
c7298e7
dm: Use uclass_first_device_err() where it is useful
by Simon Glass
· 9 years ago
a92c6152
nios2: set up the debug UART early
by Thomas Chou
· 9 years ago
6cb4c46
Fix board init code to respect the C runtime environment
by Albert ARIBAUD
· 9 years ago
48b42e6
nios2: display altera sysid at startup
by Thomas Chou
· 9 years ago
9e0cf7b
nios2: fix cached mode in clearing the BSS
by Thomas Chou
· 9 years ago
804a551
nios2: remove CONFIG_SYS_INIT_SP macro
by Thomas Chou
· 9 years ago
043a497
nios2: change virt_to_phys to use physaddr_mask in global data
by Thomas Chou
· 9 years ago
ebf8aac
nios2: fix map_physmem to do real cache mapping
by Thomas Chou
· 9 years ago
93f9646
nios2: convert copy_exception_trampoline to use dm cpu data
by Thomas Chou
· 9 years ago
741085b
nios2: convert cache flush to use dm cpu data
by Thomas Chou
· 9 years ago
3982617
nios2: set default cache configuration in start.S
by Thomas Chou
· 9 years ago
f8efd77
nios2: clean up comments style in start.S
by Thomas Chou
· 9 years ago
72b6198
nios2: convert do_reset to use dm cpu data
by Thomas Chou
· 9 years ago
36b9c9a
nios2: convert altera sysid to driver model
by Thomas Chou
· 9 years ago
221d2ac
nios2: convert altera timer to driver model
by Thomas Chou
· 9 years ago
c617026
nios2: convert nios2 cpu to driver model
by Thomas Chou
· 9 years ago
4e1acb7
nios2: map physical address to uncached virtual address
by Thomas Chou
· 9 years ago
c3c6ab1
nios2: call board_init_f_mem
by Thomas Chou
· 9 years ago
60a3b1b
nios2: zap version_string
by Thomas Chou
· 9 years ago
a646271
nios2: zap dly_clks
by Thomas Chou
· 9 years ago
16dc04b
nios2: Split timer code into timer.c
by Thomas Chou
· 9 years ago
47903a6
nios2: Switch to generic timer
by Thomas Chou
· 9 years ago
93a7842
nios2: define _end in link script
by Thomas Chou
· 9 years ago
63ed255
nios2: remove gp assignments in link script
by Thomas Chou
· 9 years ago
f2bec0e
nios2: enlarge the code relocation range
by Thomas Chou
· 9 years ago
fb731f2
nios2: BSS should be cleared only after board_init_f
by Thomas Chou
· 9 years ago
9a3fe06
fdt: nios: Fix warning in ft_cpu_setup()
by Simon Glass
· 10 years ago
2aec3cc
fdt: Allow ft_board_setup() to report failure
by Simon Glass
· 10 years ago
a174b91
nios2: link to CONFIG_SYS_MONITOR_BASE and remove text_base hook
by Thomas Chou
· 10 years ago
0f9763f
nios2: move nios2.h to arch asm directory
by Thomas Chou
· 10 years ago
769cb5c
nios2: divide nios2-io.h into each specific drivers and remove it
by Thomas Chou
· 10 years ago
febc391
nios2: remove EPCS driver
by Thomas Chou
· 10 years ago
cce3e75
nios2: add generic board support
by Thomas Chou
· 10 years ago
07bcebf
nios2: convert makefiles to Kbuild style
by Masahiro Yamada
· 11 years ago
ec7fbf5
Coding Style cleanup: replace leading SPACEs by TABs
by Wolfgang Denk
· 11 years ago
bd8ec7e
Coding Style cleanup: remove trailing white space
by Wolfgang Denk
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
19aac97
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 12 years ago
ed70c8f
Replace __bss_end__ with __bss_end
by Simon Glass
· 12 years ago
c24895e
Refactor linker-generated arrays
by Albert ARIBAUD
· 12 years ago
e10ffab
Clean up libfdt.h includes
by Gerald Van Baren
· 12 years ago
efd76dad
common: Discard the __u_boot_cmd section
by Marek Vasut
· 12 years ago
607092a
common: Add .u_boot_list into all linker files
by Marek Vasut
· 12 years ago
fe832a0
nios2: implement get_ticks and get_tbclk
by Alex Hornung
· 13 years ago
089ba38
nios2: Offer ft_board_setup() capability and call fdt_fixup_ethernet().
by Joachim Foerster
· 13 years ago
f292474
nios2: Pseudo implement dcache_status/enable/disable()
by Joachim Foerster
· 13 years ago
61d0195
unify version_string
by Andreas Bießmann
· 13 years ago
5e669ff
Timer: Remove set_timer completely
by Graeme Russ
· 13 years ago
cedbf4b
rename _end to __bss_end__
by Po-Yu Chuang
· 14 years ago
8411888
Remove redundant config.mk files
by Wolfgang Denk
· 14 years ago
6d1f698
do_reset: unify duplicate prototypes
by Mike Frysinger
· 14 years ago
a8d426f
Switch from archive libraries to partial linking
by Sebastien Carlier
· 14 years ago
0191e47
Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value
by Wolfgang Denk
· 14 years ago
5975e79
nios2: fix out of reach case for do_reset
by Thomas Chou
· 14 years ago
6262d021
Make sure that argv[] argument pointers are not modified.
by Wolfgang Denk
· 14 years ago
8fa3858
nios2: fix r15 issue for gcc4
by Thomas Chou
· 15 years ago
f144ae7
nios2: consolidate reset initialization
by Thomas Chou
· 15 years ago
12a8a65
nios2: Move individual board linker scripts to common script in cpu tree.
by Scott McNutt
· 15 years ago
bd64c06
nios2: Move cpu/nios2/* to arch/nios2/cpu/*
by Peter Tyser
· 15 years ago