index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
nios2
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
nios2: convert dma_alloc_coherent to use malloc_cache_aligned
Thomas Chou
2015-10-23
1
-13
/
+14
*
nios2: convert copy_exception_trampoline to use dm cpu data
Thomas Chou
2015-10-23
2
-24
/
+25
*
nios2: convert cache flush to use dm cpu data
Thomas Chou
2015-10-23
5
-98
/
+133
*
nios2: set default cache configuration in start.S
Thomas Chou
2015-10-23
1
-7
/
+15
*
nios2: clean up comments style in start.S
Thomas Chou
2015-10-23
1
-31
/
+30
*
nios2: convert ioremap to use dm cpu data
Thomas Chou
2015-10-23
1
-5
/
+2
*
nios2: convert do_reset to use dm cpu data
Thomas Chou
2015-10-23
1
-1
/
+1
*
nios2: remove asm/psr.h
Thomas Chou
2015-10-23
3
-27
/
+0
*
nios2: convert altera sysid to driver model
Thomas Chou
2015-10-23
5
-58
/
+11
*
nios2: convert altera timer to driver model
Thomas Chou
2015-10-23
2
-66
/
+1
*
nios2: convert nios2 cpu to driver model
Thomas Chou
2015-10-23
2
-3
/
+96
*
nios2 : convert altera_pio to driver model
Thomas Chou
2015-10-23
2
-79
/
+42
*
nios2: add clear and set bits macros
Thomas Chou
2015-10-23
1
-0
/
+55
*
nios2: convert altera_jtag_uart to driver model
Thomas Chou
2015-10-23
1
-0
/
+1
*
nios2: map physical address to uncached virtual address
Thomas Chou
2015-10-23
2
-2
/
+7
*
nios2: call board_init_f_mem
Thomas Chou
2015-10-23
2
-2
/
+10
*
nios2: zap version_string
Thomas Chou
2015-10-23
1
-6
/
+0
*
nios2: zap dly_clks
Thomas Chou
2015-10-23
1
-33
/
+0
*
nios2: Split timer code into timer.c
Thomas Chou
2015-10-23
3
-84
/
+67
*
nios2: Switch to generic timer
Thomas Chou
2015-10-23
3
-117
/
+38
*
nios2: enable device tree control of U-Boot
Thomas Chou
2015-10-23
4
-0
/
+166
*
nios2: define _end in link script
Thomas Chou
2015-10-23
1
-0
/
+6
*
nios2: remove gp assignments in link script
Thomas Chou
2015-10-23
1
-3
/
+5
*
nios2: enlarge the code relocation range
Thomas Chou
2015-10-23
1
-2
/
+3
*
nios2: BSS should be cleared only after board_init_f
Thomas Chou
2015-10-23
1
-14
/
+16
*
arch: Make board selection choices optional
Joe Hershberger
2015-05-12
1
-0
/
+1
*
fdt: nios: Fix warning in ft_cpu_setup()
Simon Glass
2015-04-10
1
-2
/
+0
*
generic-board: select SYS_GENERIC_BOARD for some architectures
Masahiro Yamada
2015-03-28
1
-1
/
+0
*
generic-board: move __HAVE_ARCH_GENERIC_BOARD to Kconfig
Masahiro Yamada
2015-03-28
1
-2
/
+0
*
Kbuild: introduce Makefile in arch/$ARCH/
Daniel Schwierzeck
2014-12-08
1
-0
/
+8
*
fdt: Allow ft_board_setup() to report failure
Simon Glass
2014-11-21
1
-2
/
+6
*
kconfig: remove redundant "string" type in arch and board Kconfigs
Masahiro Yamada
2014-09-13
1
-1
/
+0
*
nios2: link to CONFIG_SYS_MONITOR_BASE and remove text_base hook
Thomas Chou
2014-08-30
1
-0
/
+2
*
nios2: move nios2.h to arch asm directory
Thomas Chou
2014-08-30
3
-2
/
+42
*
nios2: divide nios2-io.h into each specific drivers and remove it
Thomas Chou
2014-08-30
3
-4
/
+25
*
nios2: remove EPCS driver
Thomas Chou
2014-08-24
2
-718
/
+1
*
nios2: add generic board support
Thomas Chou
2014-08-24
7
-162
/
+49
*
nios2: remove obsolete PCI5441 and PK1C20 boards
Thomas Chou
2014-08-24
1
-8
/
+0
*
nios2: Fix printf size_t format related warnings (again...)
Vasili Galka
2014-08-24
1
-0
/
+4
*
kconfig: delete redundant CONFIG_${ARCH} definition
Masahiro Yamada
2014-07-30
1
-1
/
+1
*
kconfig: add board Kconfig and defconfig files
Masahiro Yamada
2014-07-30
1
-0
/
+26
*
bd_info: remove bi_barudrate member from struct bd_info
Masahiro Yamada
2014-05-12
2
-2
/
+0
*
kbuild: fix CROSS_COMPILE settings in config.mk
Masahiro Yamada
2014-03-04
1
-1
/
+3
*
nios2: convert makefiles to Kbuild style
Masahiro Yamada
2013-11-01
2
-51
/
+9
*
Coding Style cleanup: replace leading SPACEs by TABs
Wolfgang Denk
2013-10-14
2
-2
/
+2
*
Coding Style cleanup: remove trailing white space
Wolfgang Denk
2013-10-14
2
-2
/
+2
*
nios2: fix missing comment terminator from SPDX License commit
Thomas Chou
2013-09-06
1
-0
/
+1
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
32
-536
/
+32
*
Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM
Dirk Eibach
2013-07-16
1
-1
/
+1
*
avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linux
Andreas Bießmann
2013-07-02
1
-0
/
+6
[prev]
[next]