| Commit message (Expand) | Author | Age | Lines |
* | Add board MAINTAINERS files | Masahiro Yamada | 2014-07-30 | -0/+13 |
* | kconfig: add board Kconfig and defconfig files | Masahiro Yamada | 2014-07-30 | -0/+38 |
* | socfpga: Relocate arch common functions away from board | Chin Liang See | 2014-07-05 | -23/+0 |
* | socfpga: Adding Scan Manager driver | Chin Liang See | 2014-07-05 | -0/+674 |
* | Remove nios-32 arch remnants | Vasili Galka | 2014-06-19 | -331/+0 |
* | board: altera: delete unused source files | Masahiro Yamada | 2014-04-17 | -354/+0 |
* | socfpga: Adding Clock Manager driver | Chin Liang See | 2014-04-07 | -0/+118 |
* | Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to callee | Masahiro Yamada | 2014-02-19 | -0/+2 |
* | board: nios2: Check if flash is configured before calling early_flash_cmd_res... | Ezequiel Garcia | 2014-01-29 | -2/+4 |
* | board: nios2: Add CONFIG_CFI_FLASH_MTD guard to flash.h header include | Ezequiel Garcia | 2014-01-14 | -0/+2 |
* | Makefile: make directories by Makefile.build | Masahiro Yamada | 2013-11-17 | -4/+0 |
* | nios2: remove unnecessary header include path | Masahiro Yamada | 2013-11-15 | -4/+0 |
* | board: arm: convert makefiles to Kbuild style | Masahiro Yamada | 2013-11-01 | -28/+2 |
* | nios2: convert makefiles to Kbuild style | Masahiro Yamada | 2013-11-01 | -25/+5 |
* | Coding Style cleanup: replace leading SPACEs by TABs | Wolfgang Denk | 2013-10-14 | -2/+2 |
* | Coding Style cleanup: remove trailing white space | Wolfgang Denk | 2013-10-14 | -2/+2 |
* | socfpga: Adding pin mux handoff files | Chin Liang See | 2013-10-07 | -0/+268 |
* | socfpga: Adding System Manager driver | Chin Liang See | 2013-10-07 | -1/+3 |
* | Merge branch 'u-boot/master' into u-boot-arm/master | Albert ARIBAUD | 2013-07-25 | -182/+11 |
|\ |
|
| * | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -182/+11 |
* | | socfpga: Move board/socfpga_cyclone5 to board/socfpga | Dinh Nguyen | 2013-07-25 | -0/+0 |
|/ |
|
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2013-03-18 | -1/+1 |
|\ |
|
| * | Refactor linker-generated arrays | Albert ARIBAUD | 2013-03-12 | -1/+1 |
* | | Replace __bss_end__ with __bss_end | Simon Glass | 2013-03-15 | -1/+1 |
|/ |
|
* | common: Discard the __u_boot_cmd section | Marek Vasut | 2012-10-22 | -7/+0 |
* | common: Add .u_boot_list into all linker files | Marek Vasut | 2012-10-22 | -0/+5 |
* | ARM: Add Altera SOCFPGA Cyclone5 | Dinh Nguyen | 2012-10-04 | -0/+130 |
* | board/nios2-generic: Use altera_pio driver and remove board specific driver | Joachim Foerster | 2011-10-28 | -72/+0 |
* | gpio: Add driver for Altera's PIO core | Joachim Foerster | 2011-10-28 | -0/+9 |
* | altera_tse: Add support for dedicated descriptor memory | Joachim Foerster | 2011-10-26 | -1/+9 |
* | punt unused clean/distclean targets | Mike Frysinger | 2011-10-15 | -6/+0 |
* | Handle most LDSCRIPT setting centrally | Scott Wood | 2011-04-30 | -2/+0 |
* | nios2: reset cfi flash before reading env | Thomas Chou | 2011-04-08 | -0/+16 |
* | rename _end to __bss_end__ | Po-Yu Chuang | 2011-03-27 | -1/+1 |
* | nios2: add gpio_is_valid | Thomas Chou | 2011-02-08 | -0/+7 |
* | nios2: add gpio_free | Thomas Chou | 2011-02-08 | -0/+5 |
* | Switch from archive libraries to partial linking | Sebastien Carlier | 2010-11-17 | -2/+2 |
* | Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE | Wolfgang Denk | 2010-10-18 | -1/+1 |
* | nios2: remove EP1C20, EP1S10, EP1S40 boards | Thomas Chou | 2010-07-12 | -409/+0 |
* | nios2: add spi flash support to nios2-generic board | Thomas Chou | 2010-07-12 | -0/+10 |
* | nios2: add gpio_request | Thomas Chou | 2010-07-12 | -0/+5 |
* | nios: remove nios-32 arch | Thomas Chou | 2010-05-28 | -917/+0 |
* | nios2: add gpio support to nios2-generic board | Thomas Chou | 2010-05-28 | -0/+56 |
* | nios2: add nios2-generic board | Thomas Chou | 2010-04-24 | -0/+384 |
* | nios2: add altera cf reset | Thomas Chou | 2010-04-24 | -0/+33 |
* | nios2: Move individual board linker scripts to common script in cpu tree. | Scott McNutt | 2010-04-16 | -405/+0 |
* | nios: Move cpu/nios/* to arch/nios/cpu/* | Peter Tyser | 2010-04-13 | -5/+5 |
* | nios2: Fix AMDLV065D flash write bug in altera board common tree. | Scott McNutt | 2010-04-02 | -1/+1 |
* | nios2: Fix outx/writex parameter order in io.h | Scott McNutt | 2010-04-02 | -12/+12 |
* | Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API | Ben Warren | 2009-10-04 | -0/+36 |