aboutsummaryrefslogtreecommitdiff
path: root/board/altera/nios2-generic
AgeCommit message (Expand)AuthorFilesLines
2014-09-13kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada1-3/+0
2014-08-30nios2: rebase nios2-generic board to 3c120 reference designThomas Chou1-58/+69
2014-08-30nios2: link to CONFIG_SYS_MONITOR_BASE and remove text_base hookThomas Chou4-143/+0
2014-08-30nios2: remove epled driverThomas Chou1-1/+0
2014-07-30Add board MAINTAINERS filesMasahiro Yamada1-0/+6
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada1-0/+15
2014-06-19Remove nios-32 arch remnantsVasili Galka1-1/+0
2014-01-29board: nios2: Check if flash is configured before calling early_flash_cmd_res...Ezequiel Garcia1-2/+4
2014-01-14board: nios2: Add CONFIG_CFI_FLASH_MTD guard to flash.h header includeEzequiel Garcia1-0/+2
2013-11-17Makefile: make directories by Makefile.buildMasahiro Yamada1-4/+0
2013-11-15nios2: remove unnecessary header include pathMasahiro Yamada1-4/+0
2013-11-01nios2: convert makefiles to Kbuild styleMasahiro Yamada1-25/+5
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk4-68/+4
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-1/+1
2013-03-15Replace __bss_end__ with __bss_endSimon Glass1-1/+1
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD1-1/+1
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut1-7/+0
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut1-0/+5
2011-10-28board/nios2-generic: Use altera_pio driver and remove board specific driverJoachim Foerster2-72/+0
2011-10-28gpio: Add driver for Altera's PIO coreJoachim Foerster2-0/+9
2011-10-26altera_tse: Add support for dedicated descriptor memoryJoachim Foerster1-1/+9
2011-10-15punt unused clean/distclean targetsMike Frysinger1-6/+0
2011-04-30Handle most LDSCRIPT setting centrallyScott Wood1-2/+0
2011-04-08nios2: reset cfi flash before reading envThomas Chou1-0/+16
2011-03-27rename _end to __bss_end__Po-Yu Chuang1-1/+1
2011-02-08nios2: add gpio_is_validThomas Chou2-0/+7
2011-02-08nios2: add gpio_freeThomas Chou1-0/+5
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-1/+1
2010-07-12nios2: add spi flash support to nios2-generic boardThomas Chou1-0/+10
2010-07-12nios2: add gpio_requestThomas Chou1-0/+5
2010-05-28nios2: add gpio support to nios2-generic boardThomas Chou2-0/+56
2010-04-24nios2: add nios2-generic boardThomas Chou6-0/+384