Commit Graph

61 Commits (d0edce4fa394325a0ccfd38a5d668fb5ee1af34d)

Author SHA1 Message Date
Simon Glass 1865286466 Introduce generic link section.h symbol files 12 years ago
Simon Glass 3929fb0a14 Replace __bss_end__ with __bss_end 12 years ago
Albert ARIBAUD ef123c5253 Refactor linker-generated arrays 12 years ago
Gerald Van Baren 58864ddc72 Clean up libfdt.h includes 12 years ago
Simon Glass 1f7559ec38 nios2: Use generic global_data 12 years ago
Simon Glass 5cb48582ac Add architecture-specific global data 12 years ago
Thomas Chou db71964235 nios2: remove asm/status_led.h 12 years ago
Marek Vasut 8b493a5236 common: Discard the __u_boot_cmd section 12 years ago
Marek Vasut 556751427b common: Add .u_boot_list into all linker files 12 years ago
Simon Glass 7fffe2fac8 nios2: Change bi_baudrate and global data baudrate to int 12 years ago
Mike Frysinger 47fde91f0c global_data: unify global flag defines 12 years ago
Thomas Chou 7dfb060291 nios2: move gd and bd into BSS 12 years ago
Mike Frysinger 50a47d0523 net: punt bd->bi_ip_addr 12 years ago
Alex Hornung 7bd7b31574 nios2: implement get_ticks and get_tbclk 13 years ago
Stefan Kristiansson 8875833a86 nios2: add flush_dcache_range function 13 years ago
Joachim Foerster 4279c53e5b nios2: Offer ft_board_setup() capability and call fdt_fixup_ethernet(). 13 years ago
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 14 years ago
Po-Yu Chuang 44c6e6591c rename _end to __bss_end__ 14 years ago
Haiying Wang 6dc1eceb9c Introduce a new linker flag LDFLAGS_FINAL 14 years ago
Thomas Chou d8a593c68b nios2: add gpio_is_valid 14 years ago
Thomas Chou 85debefaf2 nios2: use long for ssize_t 14 years ago
Thomas Chou e91d54535f nios2: add gpio_free 14 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