Commit Graph

146 Commits (lime2-spi)

Author SHA1 Message Date
Joachim Foerster 03d67e1276 gpio: Add driver for Altera's PIO core 13 years ago
Joachim Foerster f956ad98b2 nios2: Pseudo implement dcache_status/enable/disable() 13 years ago
Anton Staaf 6fa6035ff2 nios2: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment 13 years ago
Mike Frysinger e2a53458a7 net: drop !NET_MULTI code 13 years ago
Mike Frysinger 476af299b0 image: push default arch values to arch headers 13 years ago
Valentin Longchamp 79843950b2 POST: add post_log_res field for post results in global data 13 years ago
Graeme Russ 9558b48af0 console: Implement pre-console buffer 13 years ago
Andreas Bießmann 09c2e90c11 unify version_string 13 years ago
Graeme Russ 5c8404aff1 Timer: Remove set_timer completely 13 years ago
Thomas Chou e09e083f7f nios2: Make STANDALONE_LOAD_ADDR configurable per board 13 years ago
Scott Wood 83b7e2a7f2 Handle most LDSCRIPT setting centrally 13 years ago
Po-Yu Chuang 44c6e6591c rename _end to __bss_end__ 13 years ago
Haiying Wang 6dc1eceb9c Introduce a new linker flag LDFLAGS_FINAL 13 years ago
Thomas Chou d8a593c68b nios2: add gpio_is_valid 13 years ago
Thomas Chou 85debefaf2 nios2: use long for ssize_t 13 years ago
Thomas Chou e91d54535f nios2: add gpio_free 13 years ago
Nobuhiro Iwamatsu 8aba9dceeb Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS 14 years ago
Wolfgang Denk 263d5c2f84 Remove redundant config.mk files 14 years ago
Mike Frysinger 882b7d726f do_reset: unify duplicate prototypes 14 years ago
Sebastien Carlier 6d8962e814 Switch from archive libraries to partial linking 14 years ago
Wolfgang Denk 2e5167ccad Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC 14 years ago
Wolfgang Denk 25ddd1fb0a Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 14 years ago
John Rigby 5a75e12107 FDT: only call boot_get_fdt from generic code 14 years ago
Wolfgang Denk ea882baf9c New implementation for internal handling of environment variables. 14 years ago
Wolfgang Denk 91a76751a0 Make getenv() work before relocation. 14 years ago
Thomas Chou 7a6a7d10e6 nios2: fix out of reach case for do_reset 14 years ago
Thomas Chou 62a0557382 nios2: fix bootm error on fdt args 14 years ago
Thomas Chou 6db6c18b50 nios2: add gpio_request 14 years ago
Thomas Chou 06c5d30dc3 nios2: add fdt support 14 years ago
Thomas Chou cb2da50f0f nios2: use gc sections to reduce image size 14 years ago
Wolfgang Denk 54841ab50c Make sure that argv[] argument pointers are not modified. 14 years ago
Thomas Chou 6803336c9f nios2: allow STANDALONE_LOAD_ADDR overriding 14 years ago
Thomas Chou 8d52ea6db4 nios2: fix div64 issue for gcc4 14 years ago
Thomas Chou 0df01fd3d7 nios2: fix r15 issue for gcc4 14 years ago
Thomas Chou cedd341d55 nios2: add gpio support 14 years ago
Thomas Chou 441cac10d8 nios2: fix no flash, add nand and mmc init in board.c 14 years ago
Thomas Chou fd2712d0b1 nios2: consolidate reset initialization 14 years ago
Thomas Chou 7e812f2e9c nios2: add dma_alloc_coherent 14 years ago
Thomas Chou 0dc1c7f692 nios2: add 64 bits swab support 14 years ago
Thomas Chou dd168ef5b8 nios2: allow link script overriding from boards 14 years ago
Scott McNutt 254ab7bd46 nios2: Move individual board linker scripts to common script in cpu tree. 14 years ago
Peter Tyser 37e4dafaae nios2: Move cpu/nios2/* to arch/nios2/cpu/* 14 years ago
Peter Tyser 819833af39 Move architecture-specific includes to arch/$ARCH/include/asm 14 years ago
Peter Tyser ea0364f1bb Move lib_$ARCH directories to arch/$ARCH/lib 14 years ago