summaryrefslogtreecommitdiff
path: root/board/altera
AgeCommit message (Expand)AuthorFilesLines
2013-11-17Makefile: make directories by Makefile.buildMasahiro Yamada1-4/+0
2013-11-16nios2: remove unnecessary header include pathMasahiro Yamada1-4/+0
2013-11-01board: arm: convert makefiles to Kbuild styleMasahiro Yamada1-28/+2
2013-11-01nios2: convert makefiles to Kbuild styleMasahiro Yamada1-25/+5
2013-10-15Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk1-2/+2
2013-10-15Coding Style cleanup: remove trailing white spaceWolfgang Denk2-2/+2
2013-10-07socfpga: Adding pin mux handoff filesChin Liang See2-0/+268
2013-10-07socfpga: Adding System Manager driverChin Liang See1-1/+3
2013-07-25Merge branch 'u-boot/master' into u-boot-arm/masterAlbert ARIBAUD11-182/+11
2013-07-25socfpga: Move board/socfpga_cyclone5 to board/socfpgaDinh Nguyen2-0/+0
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk11-182/+11
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-1/+1
2013-03-16Replace __bss_end__ with __bss_endSimon Glass1-1/+1
2013-03-13Refactor 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
2012-10-04ARM: Add Altera SOCFPGA Cyclone5Dinh Nguyen2-0/+130
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-16punt 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-19Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-1/+1
2010-07-12nios2: remove EP1C20, EP1S10, EP1S40 boardsThomas Chou9-409/+0
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-28nios: remove nios-32 archThomas Chou14-917/+0
2010-05-28nios2: add gpio support to nios2-generic boardThomas Chou2-0/+56
2010-04-25nios2: add nios2-generic boardThomas Chou6-0/+384
2010-04-25nios2: add altera cf resetThomas Chou1-0/+33
2010-04-17nios2: Move individual board linker scripts to common script in cpu tree.Scott McNutt3-405/+0
2010-04-13nios: Move cpu/nios/* to arch/nios/cpu/*Peter Tyser5-5/+5
2010-04-02nios2: Fix AMDLV065D flash write bug in altera board common tree.Scott McNutt1-1/+1
2010-04-02nios2: Fix outx/writex parameter order in io.hScott McNutt2-12/+12
2009-10-05Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI APIBen Warren3-0/+36
2009-08-26Convert CS8900 Ethernet driver to CONFIG_NET_MULTI APIBen Warren2-0/+24
2009-03-21Fix all linker script to handle all rodata sectionsTrent Piepho5-8/+5
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD7-30/+30
2008-07-03Cleanup out-or-tree building for some boards (.depend)Wolfgang Denk5-5/+5
2008-06-12Change initdram() return type to phys_size_tBecky Bruce5-5/+5
2008-01-12Fix linker scripts: add NOLOAD atribute to .bss/.sbss sectionsWolfgang Denk5-8/+8
2007-07-10board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger1-2/+2
2007-07-04board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-1/+1
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk5-5/+5
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz5-48/+69