Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
2dab6d48699f592959a56be4a601a96ecabfc34c
/
arch
/
nds32
ccd035a
Drop CONFIG_INIT_CRITICAL
by Bin Meng
· 6 years ago
9dc13da
Kbuild: add LDFLAGS_STANDALONE
by Daniel Schwierzeck
· 6 years ago
508332b
config.mk: Remove duplicated -fno-strict-aliasing
by Bin Meng
· 6 years ago
1359226
arch: types.h: factor out fixed width typedefs to int-ll64.h
by Masahiro Yamada
· 6 years ago
348a236
nds32: Define PLATFORM__CLEAR_BIT for generic_clear_bit()
by Bryan O'Donoghue
· 7 years ago
2725e0b
nds32: Define PLATFORM__SET_BIT for generic_set_bit()
by Bryan O'Donoghue
· 7 years ago
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
bdfb5c4
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
by Tom Rini
· 7 years ago
87bed2a
Drop CONFIG_FTSDC010_BASE
by Rick Chen
· 7 years ago
b29123e
nds32: dts: AG101P support sd High-Speed mode
by Rick Chen
· 7 years ago
91a3159
fdt: Implement weak arch_fixup_fdt()
by Alexey Brodkin
· 7 years ago
da1ad11
nds32: dts: Support ftsdc010 DM.
by Rick Chen
· 7 years ago
b037a5b
nds32: Use asm-generic/io.h
by Paul Burton
· 7 years ago
a6a1db3
nds32: Fix io.h warning message about readb
by rick
· 7 years ago
4f6cd72
nds32: board: Support SPI driver.
by rick
· 7 years ago
702affe
nds32: ftmac100 support cache enable.
by rick
· 7 years ago
6a93159
nds32: bootm: Fix warning of struct tag_serialnr declared
by rick
· 7 years ago
ef205ea
dma: import linux/dma-direction.h to consolidate enum dma_data_direction
by Masahiro Yamada
· 7 years ago
64b723f
env: Rename getenv/_f() to env_get()
by Simon Glass
· 7 years ago
692abc9
nds32: Remove include files from common.h
by Simon Glass
· 8 years ago
94dd939
nds32: Make u-boot-nds32.h a private header
by Simon Glass
· 8 years ago
dc24dac
nds32: eth: Support ftmac100 DM.
by rick
· 8 years ago
f1113c9
nds32: Support AE3XX platform.
by rick
· 8 years ago
6d564b8
nds32: Support AG101P timer DM.
by rick
· 8 years ago
2492bfc
nds32: Support AG101P serial DM.
by rick
· 8 years ago
dfafe89
Remove various unused interrupt related code
by Tom Rini
· 8 years ago
b0fd6e0
nds32: Support relocation.
by rick
· 9 years ago
83e3ed1
Remove arch/${ARCH}/include/asm/errno.h
by Masahiro Yamada
· 8 years ago
ea83da5
arm, nds32, sh: remove useless ioremap()/iounmap() defines
by Masahiro Yamada
· 8 years ago
7557405
Use correct spelling of "U-Boot"
by Bin Meng
· 9 years ago
687f1f8
nds32: Fix compile error.
by rick
· 9 years ago
4a779da
nds32: Use the generic bitops headers
by Fabio Estevam
· 9 years ago
71300b2
NDS32: Generic Board Support and Unsupport
by Kun-Hua Huang
· 9 years ago
89299e2
NDS32: Generic Board Support and Unsupport
by Kun-Hua Huang
· 9 years ago
f069960
arch: Make board selection choices optional
by Joe Hershberger
· 10 years ago
3dbe17e
net: Remove the bd* parameter from net stack functions
by Joe Hershberger
· 10 years ago
ffdb488
remove unnecessary version.h includes
by Rob Herring
· 10 years ago
ef932b0
common: Move dram_init() declaration to common location
by Michal Simek
· 10 years ago
17def7d
Kbuild: introduce Makefile in arch/$ARCH/
by Daniel Schwierzeck
· 10 years ago
abde127
kbuild: use SoC-specific CONFIG to descend into SoC directory
by Masahiro Yamada
· 10 years ago
40e73b1
kbuild: Descend into SOC directory from CPU directory
by Masahiro Yamada
· 10 years ago
0d82bad
kconfig: remove redundant "string" type in arch and board Kconfigs
by Masahiro Yamada
· 10 years ago
4869aee
kconfig: delete redundant CONFIG_${ARCH} definition
by Masahiro Yamada
· 10 years ago
d3ae678
kconfig: add board Kconfig and defconfig files
by Masahiro Yamada
· 10 years ago
197c720
bd_info: remove bi_barudrate member from struct bd_info
by Masahiro Yamada
· 11 years ago
8226dfd
kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/lib
by Masahiro Yamada
· 11 years ago
a06c7cd
config.mk: specify the exact path to standalone linker script
by Masahiro Yamada
· 11 years ago
f0ac9e0
kbuild: fix CROSS_COMPILE settings in config.mk
by Masahiro Yamada
· 11 years ago
350735c
kbuild: add dummy obj-y to create built-in.o
by Masahiro Yamada
· 11 years ago
59f15f2
kbuild: change out-of-tree build
by Masahiro Yamada
· 11 years ago
1aa6bf9
nds32: add support for leopard and orca board boot flow auto detect
by rick
· 11 years ago
8087e0e
nds32: convert makefiles to Kbuild style
by Masahiro Yamada
· 11 years ago
6e56e4a
nds32: introduce DMA allocation API
by ken kuo
· 11 years ago
827b6f6
Merge branch 'master' of git://git.denx.de/u-boot-nds32
by Tom Rini
· 11 years ago
b69fa0d
nds32: Enable FPU if the version of CPU supported
by ken kuo
· 11 years ago
98a4269
nds32: Update <asm/io.h> and <asm/setup.h> with SPDX license identifiers
by Tom Rini
· 11 years ago
c081426
nds32: Convert Makefiles to use COBJS-y style
by ken kuo
· 11 years ago
5959746
Merge branch 'master' of git://git.denx.de/u-boot-i2c
by Tom Rini
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
55edeb5
nds32: ag101/ag102: Fix setting lastdec and now values
by Axel Lin
· 11 years ago
3756a37
nds32: Enable the function of passing parameters to Linux
by ken kuo
· 11 years ago
7abab27
nds32: Enable two banks of SDRAM on Andes board
by ken kuo
· 11 years ago
caa2a96
nds32: introduce macros for bit manipulation
by Gabor Juhos
· 12 years ago
e0e55bc
i2c: common changes for multibus/multiadapter support
by Heiko Schocher
· 13 years ago
d2df811
Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM
by Dirk Eibach
· 11 years ago
da233ce
avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linux
by Andreas Bießmann
· 11 years ago
b73752a
nds32: Use sections header to obtain link symbols
by Kuan-Yu Kuo
· 12 years ago
d7a886b
lib: consolidate hang()
by Andreas Bießmann
· 12 years ago
4a59809
Consolidate bool type
by York Sun
· 12 years ago
19aac97
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 12 years ago
5b92820
Change stub example to use asm-generic/sections.h
by Simon Glass
· 12 years ago
9bce37c
Introduce generic link section.h symbol files
by Simon Glass
· 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
b3b533c
malloc: make malloc_bin_reloc static
by Gabor Juhos
· 12 years ago
be288b0
nds32: Add a basic errno.h
by Simon Glass
· 12 years ago
f62b94d
nds32: Use generic global_data
by Simon Glass
· 12 years ago
7734b95
nds32: Drop tlb_addr from global data
by Simon Glass
· 12 years ago
3ac47d7
Add architecture-specific global data
by Simon Glass
· 12 years ago
efd76dad
common: Discard the __u_boot_cmd section
by Marek Vasut
· 12 years ago
69c5e34
common: Convert the U-Boot commands to LG-arrays
by Marek Vasut
· 12 years ago
607092a
common: Add .u_boot_list into all linker files
by Marek Vasut
· 12 years ago
f4baef0
nds32: Change global data baudrate to int
by Simon Glass
· 12 years ago
4298c93
nds32: Change macro from BOARD_LATE_INIT to CONFIG_BOARD_LATE_INIT
by Nobuhiro Iwamatsu
· 13 years ago
52039da
serial: Remove CONFIG_SERIAL_MULTI from remaining sources
by Marek Vasut
· 12 years ago
01fe7db
malloc: remove extern declarations of malloc_bin_reloc() in board.c files
by Daniel Schwierzeck
· 12 years ago
1ab1e61
nds32: fix unused pmu_init warning
by Mike Frysinger
· 12 years ago
cf68311
nds32: delete unused local variable
by Mike Frysinger
· 12 years ago
a090309
nds32: drop bi_enetaddr from global data
by Mike Frysinger
· 12 years ago
211c210
global_data: unify global flag defines
by Mike Frysinger
· 13 years ago
30c3944
nds32: split common cache access from cpu into lib
by Macpaul Lin
· 12 years ago
36fe7db
net: move bootfile init into eth_initialize
by Mike Frysinger
· 13 years ago
04b63f2
net: punt bd->bi_ip_addr
by Mike Frysinger
· 13 years ago
6471556
nds32/ag102: add ag102 soc support
by Macpaul Lin
· 13 years ago
024db0a
nds32/ag102: add header support of ag102 soc
by Macpaul Lin
· 13 years ago
526750b
nds32/n1213: correct vector table in start.S
by Macpaul Lin
· 13 years ago
d29086a
nds32: fix ptrace and interrupt register overflow
by Macpaul Lin
· 13 years ago
0169e6b
bootstage: Replace show_boot_progress/error() with bootstage_...()
by Simon Glass
· 13 years ago
2939564
bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()
by Simon Glass
· 13 years ago
e474e77
nds32/board.c: add PCI prompt at boot up
by Macpaul Lin
· 13 years ago
Next »