summaryrefslogtreecommitdiffstats
path: root/arch/nds32
Commit message (Expand)AuthorAgeFilesLines
* arch: Make board selection choices optionalJoe Hershberger2015-05-121-0/+1
* net: Remove the bd* parameter from net stack functionsJoe Hershberger2015-04-181-1/+1
* remove unnecessary version.h includesRob Herring2015-03-241-1/+0
* common: Move dram_init() declaration to common locationMichal Simek2015-02-091-1/+0
* Kbuild: introduce Makefile in arch/$ARCH/Daniel Schwierzeck2014-12-081-0/+8
* kbuild: use SoC-specific CONFIG to descend into SoC directoryMasahiro Yamada2014-11-231-4/+2
* kbuild: Descend into SOC directory from CPU directoryMasahiro Yamada2014-11-231-0/+2
* kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada2014-09-131-1/+0
* kconfig: delete redundant CONFIG_${ARCH} definitionMasahiro Yamada2014-07-301-1/+1
* kconfig: add board Kconfig and defconfig filesMasahiro Yamada2014-07-301-0/+26
* bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada2014-05-122-2/+0
* kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/libMasahiro Yamada2014-03-282-44/+28
* config.mk: specify the exact path to standalone linker scriptMasahiro Yamada2014-03-071-1/+2
* kbuild: fix CROSS_COMPILE settings in config.mkMasahiro Yamada2014-03-041-1/+3
* kbuild: add dummy obj-y to create built-in.oMasahiro Yamada2014-02-191-0/+3
* kbuild: change out-of-tree buildMasahiro Yamada2014-02-191-1/+1
* nds32: add support for leopard and orca board boot flow auto detectrick2014-01-282-4/+85
* nds32: convert makefiles to Kbuild styleMasahiro Yamada2013-11-014-94/+11
* nds32: introduce DMA allocation APIken kuo2013-08-091-0/+33
* Merge branch 'master' of git://git.denx.de/u-boot-nds32Tom Rini2013-07-2510-23/+309
|\
| * nds32: Enable FPU if the version of CPU supportedken kuo2013-07-252-0/+52
| * nds32: Update <asm/io.h> and <asm/setup.h> with SPDX license identifiersTom Rini2013-07-252-6/+2
| * nds32: Convert Makefiles to use COBJS-y styleken kuo2013-07-254-13/+16
| * nds32: ag101/ag102: Fix setting lastdec and now valuesAxel Lin2013-07-242-6/+8
| * nds32: Enable the function of passing parameters to Linuxken kuo2013-07-241-0/+192
| * nds32: Enable two banks of SDRAM on Andes boardken kuo2013-07-241-1/+5
| * nds32: introduce macros for bit manipulationGabor Juhos2013-07-241-0/+37
* | Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2013-07-241-1/+9
|\ \
| * | i2c: common changes for multibus/multiadapter supportHeiko Schocher2013-07-231-1/+9
| |/
* | Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-2430-492/+30
|/
* Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach2013-07-161-1/+2
* avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linuxAndreas Bießmann2013-07-021-0/+6
* nds32: Use sections header to obtain link symbolsKuan-Yu Kuo2013-05-082-6/+2
* lib: consolidate hang()Andreas Bießmann2013-05-011-7/+0
* Consolidate bool typeYork Sun2013-04-011-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-03-181-1/+1
|\
| * Refactor linker-generated arraysAlbert ARIBAUD2013-03-121-1/+1
* | Change stub example to use asm-generic/sections.hSimon Glass2013-03-151-4/+4
* | Introduce generic link section.h symbol filesSimon Glass2013-03-151-0/+27
* | Replace __bss_end__ with __bss_endSimon Glass2013-03-154-4/+4
|/
* malloc: make malloc_bin_reloc staticGabor Juhos2013-02-191-1/+0
* nds32: Add a basic errno.hSimon Glass2013-02-181-0/+1
* nds32: Use generic global_dataSimon Glass2013-02-041-31/+1
* nds32: Drop tlb_addr from global dataSimon Glass2013-02-012-14/+0
* Add architecture-specific global dataSimon Glass2013-02-011-0/+6
* common: Discard the __u_boot_cmd sectionMarek Vasut2012-10-221-3/+0
* common: Convert the U-Boot commands to LG-arraysMarek Vasut2012-10-221-2/+2
* common: Add .u_boot_list into all linker filesMarek Vasut2012-10-221-0/+5
* nds32: Change global data baudrate to intSimon Glass2012-10-192-2/+2
* nds32: Change macro from BOARD_LATE_INIT to CONFIG_BOARD_LATE_INITNobuhiro Iwamatsu2012-10-171-1/+1
OpenPOWER on IntegriCloud