Commit Graph

67 Commits (e50e8968d994491a426116c3ed6b3e7e26e45f3a)

Author SHA1 Message Date
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 12 years ago
Dirk Eibach b8eee4354f Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM 12 years ago
Andreas Bießmann 2cb0e55a3c avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linux 12 years ago
Simon Glass 983c72f479 Clarify bootm OS arguments 12 years ago
Andreas Bießmann d2eae43ba8 lib: consolidate hang() 12 years ago
Andreas Bießmann 63495ad77a nios2: fix style in board.c. 12 years ago
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 13 years ago
Thomas Chou 7dfb060291 nios2: move gd and bd into BSS 13 years ago
Mike Frysinger 50a47d0523 net: punt bd->bi_ip_addr 13 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 14 years ago
Graeme Russ 5c8404aff1 Timer: Remove set_timer completely 14 years ago
Thomas Chou e09e083f7f nios2: Make STANDALONE_LOAD_ADDR configurable per board 14 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. 15 years ago
Wolfgang Denk 91a76751a0 Make getenv() work before relocation. 15 years ago
Thomas Chou 7a6a7d10e6 nios2: fix out of reach case for do_reset 15 years ago
Thomas Chou 62a0557382 nios2: fix bootm error on fdt args 15 years ago
Thomas Chou 6db6c18b50 nios2: add gpio_request 15 years ago