summaryrefslogtreecommitdiff
path: root/arch/nds32
AgeCommit message (Expand)AuthorFilesLines
2013-07-24nds32: Enable two banks of SDRAM on Andes boardken kuo1-1/+5
2013-07-24nds32: introduce macros for bit manipulationGabor Juhos1-0/+37
2013-07-23i2c: common changes for multibus/multiadapter supportHeiko Schocher1-1/+9
2013-07-17Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach1-1/+2
2013-07-02avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linuxAndreas Bießmann1-0/+6
2013-05-08nds32: Use sections header to obtain link symbolsKuan-Yu Kuo2-6/+2
2013-05-02lib: consolidate hang()Andreas Bießmann1-7/+0
2013-04-02Consolidate bool typeYork Sun1-1/+1
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-1/+1
2013-03-16Change stub example to use asm-generic/sections.hSimon Glass1-4/+4
2013-03-16Introduce generic link section.h symbol filesSimon Glass1-0/+27
2013-03-16Replace __bss_end__ with __bss_endSimon Glass4-4/+4
2013-03-13Refactor linker-generated arraysAlbert ARIBAUD1-1/+1
2013-02-20malloc: make malloc_bin_reloc staticGabor Juhos1-1/+0
2013-02-18nds32: Add a basic errno.hSimon Glass1-0/+1
2013-02-04nds32: Use generic global_dataSimon Glass1-31/+1
2013-02-02nds32: Drop tlb_addr from global dataSimon Glass2-14/+0
2013-02-02Add architecture-specific global dataSimon Glass1-0/+6
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut1-3/+0
2012-10-22common: Convert the U-Boot commands to LG-arraysMarek Vasut1-2/+2
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut1-0/+5
2012-10-20nds32: Change global data baudrate to intSimon Glass2-2/+2
2012-10-17nds32: Change macro from BOARD_LATE_INIT to CONFIG_BOARD_LATE_INITNobuhiro Iwamatsu1-1/+1
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut1-2/+0
2012-09-26malloc: remove extern declarations of malloc_bin_reloc() in board.c filesDaniel Schwierzeck1-2/+0
2012-08-10nds32: fix unused pmu_init warningMike Frysinger1-0/+2
2012-08-10nds32: delete unused local variableMike Frysinger1-1/+0
2012-08-10nds32: drop bi_enetaddr from global dataMike Frysinger1-1/+0
2012-08-09global_data: unify global flag definesMike Frysinger1-13/+1
2012-07-20nds32: split common cache access from cpu into libMacpaul Lin4-225/+158
2012-05-16net: move bootfile init into eth_initializeMike Frysinger1-6/+0
2012-05-16net: punt bd->bi_ip_addrMike Frysinger2-4/+0
2012-04-22nds32/ag102: add ag102 soc supportMacpaul Lin5-0/+804
2012-04-22nds32/ag102: add header support of ag102 socMacpaul Lin3-0/+165
2012-03-19nds32/n1213: correct vector table in start.SMacpaul Lin1-3/+19
2012-03-19nds32: fix ptrace and interrupt register overflowMacpaul Lin2-1/+3
2012-03-19bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass1-1/+1
2012-03-18bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()Simon Glass1-1/+1
2012-02-28nds32/board.c: add PCI prompt at boot upMacpaul Lin1-0/+1
2012-02-28nds32/ag101/watchdog.S: add linkage supportMacpaul Lin1-2/+3
2012-02-28nds32: add linkage supportMacpaul Lin1-0/+28
2011-11-23nds32/ag101: clean up for SoC related codeMacpaul Lin2-10/+6
2011-11-18nds32/lib: add ide generic supportMacpaul Lin1-0/+5
2011-11-18nds32: enhance io.h for compatibility with periphalsMacpaul Lin1-0/+18
2011-11-10adp-ag101p: Add SoC and board support of ag101pMacpaul Lin1-0/+14
2011-11-09nds32: fix data section of linker scriptMacpaul Lin1-1/+1
2011-11-01nds32: asm/io.h: add __iormb __iowmb and inline io supportMacpaul Lin1-20/+52
2011-11-01nds32: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentMacpaul Lin1-0/+11
2011-11-01nds32: Use getenv_ulong() in place of getenv(), strtoulMacpaul Lin1-10/+2
2011-10-22nds32/lib: add generic funcs in NDS32 libMacpaul Lin5-0/+890