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
/
nds32
Commit message (
Expand
)
Author
Age
Files
Lines
*
nds32: Fix io.h warning message about readb
rick
2017-09-28
1
-6
/
+6
*
nds32: board: Support SPI driver.
rick
2017-09-21
1
-0
/
+23
*
nds32: ftmac100 support cache enable.
rick
2017-09-21
2
-1
/
+49
*
nds32: bootm: Fix warning of struct tag_serialnr declared
rick
2017-09-21
2
-1
/
+2
*
dma: import linux/dma-direction.h to consolidate enum dma_data_direction
Masahiro Yamada
2017-09-12
1
-5
/
+1
*
env: Rename getenv/_f() to env_get()
Simon Glass
2017-08-16
1
-2
/
+2
*
nds32: Remove include files from common.h
Simon Glass
2017-06-05
1
-0
/
+1
*
nds32: Make u-boot-nds32.h a private header
Simon Glass
2017-06-05
1
-0
/
+2
*
nds32: eth: Support ftmac100 DM.
rick
2017-05-23
2
-0
/
+13
*
nds32: Support AE3XX platform.
rick
2017-05-22
21
-103
/
+706
*
nds32: Support AG101P timer DM.
rick
2017-05-22
2
-1
/
+10
*
nds32: Support AG101P serial DM.
rick
2017-05-22
5
-3
/
+77
*
Remove various unused interrupt related code
Tom Rini
2017-04-06
1
-18
/
+0
*
nds32: Support relocation.
rick
2016-09-29
5
-73
/
+77
*
Remove arch/${ARCH}/include/asm/errno.h
Masahiro Yamada
2016-09-23
1
-1
/
+0
*
arm, nds32, sh: remove useless ioremap()/iounmap() defines
Masahiro Yamada
2016-07-14
1
-34
/
+0
*
Use correct spelling of "U-Boot"
Bin Meng
2016-02-06
1
-1
/
+1
*
nds32: Fix compile error.
rick
2016-01-21
3
-12
/
+16
*
nds32: Use the generic bitops headers
Fabio Estevam
2015-11-05
1
-0
/
+4
*
NDS32: Generic Board Support and Unsupport
Kun-Hua Huang
2015-08-28
7
-655
/
+0
*
NDS32: Generic Board Support and Unsupport
Kun-Hua Huang
2015-08-28
7
-408
/
+20
*
arch: Make board selection choices optional
Joe Hershberger
2015-05-12
1
-0
/
+1
*
net: Remove the bd* parameter from net stack functions
Joe Hershberger
2015-04-18
1
-1
/
+1
*
remove unnecessary version.h includes
Rob Herring
2015-03-24
1
-1
/
+0
*
common: Move dram_init() declaration to common location
Michal Simek
2015-02-09
1
-1
/
+0
*
Kbuild: introduce Makefile in arch/$ARCH/
Daniel Schwierzeck
2014-12-08
1
-0
/
+8
*
kbuild: use SoC-specific CONFIG to descend into SoC directory
Masahiro Yamada
2014-11-23
1
-4
/
+2
*
kbuild: Descend into SOC directory from CPU directory
Masahiro Yamada
2014-11-23
1
-0
/
+2
*
kconfig: remove redundant "string" type in arch and board Kconfigs
Masahiro Yamada
2014-09-13
1
-1
/
+0
*
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: move asm-offsets.c from SoC directory to arch/$(ARCH)/lib
Masahiro Yamada
2014-03-28
2
-44
/
+28
*
config.mk: specify the exact path to standalone linker script
Masahiro Yamada
2014-03-07
1
-1
/
+2
*
kbuild: fix CROSS_COMPILE settings in config.mk
Masahiro Yamada
2014-03-04
1
-1
/
+3
*
kbuild: add dummy obj-y to create built-in.o
Masahiro Yamada
2014-02-19
1
-0
/
+3
*
kbuild: change out-of-tree build
Masahiro Yamada
2014-02-19
1
-1
/
+1
*
nds32: add support for leopard and orca board boot flow auto detect
rick
2014-01-28
2
-4
/
+85
*
nds32: convert makefiles to Kbuild style
Masahiro Yamada
2013-11-01
4
-94
/
+11
*
nds32: introduce DMA allocation API
ken kuo
2013-08-09
1
-0
/
+33
*
Merge branch 'master' of git://git.denx.de/u-boot-nds32
Tom Rini
2013-07-25
10
-23
/
+309
|
\
|
*
nds32: Enable FPU if the version of CPU supported
ken kuo
2013-07-25
2
-0
/
+52
|
*
nds32: Update <asm/io.h> and <asm/setup.h> with SPDX license identifiers
Tom Rini
2013-07-25
2
-6
/
+2
|
*
nds32: Convert Makefiles to use COBJS-y style
ken kuo
2013-07-25
4
-13
/
+16
|
*
nds32: ag101/ag102: Fix setting lastdec and now values
Axel Lin
2013-07-24
2
-6
/
+8
|
*
nds32: Enable the function of passing parameters to Linux
ken kuo
2013-07-24
1
-0
/
+192
|
*
nds32: Enable two banks of SDRAM on Andes board
ken kuo
2013-07-24
1
-1
/
+5
|
*
nds32: introduce macros for bit manipulation
Gabor Juhos
2013-07-24
1
-0
/
+37
*
|
Merge branch 'master' of git://git.denx.de/u-boot-i2c
Tom Rini
2013-07-24
1
-1
/
+9
|
\
\
|
*
|
i2c: common changes for multibus/multiadapter support
Heiko Schocher
2013-07-23
1
-1
/
+9
|
|
/
[next]