| Commit message (Expand) | Author | Age | Lines |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -536/+32 |
* | Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM | Dirk Eibach | 2013-07-16 | -1/+1 |
* | avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linux | Andreas Bießmann | 2013-07-02 | -0/+6 |
* | Clarify bootm OS arguments | Simon Glass | 2013-06-26 | -2/+2 |
* | lib: consolidate hang() | Andreas Bießmann | 2013-05-01 | -11/+0 |
* | nios2: fix style in board.c. | Andreas Bießmann | 2013-05-01 | -22/+21 |
* | 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 |
* | | Introduce generic link section.h symbol files | Simon Glass | 2013-03-15 | -0/+27 |
* | | Replace __bss_end__ with __bss_end | Simon Glass | 2013-03-15 | -4/+4 |
|/ |
|
* | Clean up libfdt.h includes | Gerald Van Baren | 2013-02-08 | -1/+0 |
* | nios2: Use generic global_data | Simon Glass | 2013-02-04 | -23/+1 |
* | Add architecture-specific global data | Simon Glass | 2013-02-01 | -0/+5 |
* | nios2: remove asm/status_led.h | Thomas Chou | 2012-11-10 | -31/+0 |
* | 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 |
* | nios2: Change bi_baudrate and global data baudrate to int | Simon Glass | 2012-10-19 | -2/+2 |
* | global_data: unify global flag defines | Mike Frysinger | 2012-08-09 | -9/+1 |
* | nios2: move gd and bd into BSS | Thomas Chou | 2012-07-16 | -7/+5 |
* | net: punt bd->bi_ip_addr | Mike Frysinger | 2012-05-15 | -3/+0 |
* | nios2: implement get_ticks and get_tbclk | Alex Hornung | 2012-02-23 | -0/+21 |
* | nios2: add flush_dcache_range function | Stefan Kristiansson | 2012-02-23 | -0/+10 |
* | nios2: Offer ft_board_setup() capability and call fdt_fixup_ethernet(). | Joachim Foerster | 2011-10-30 | -0/+54 |
* | gpio: Add driver for Altera's PIO core | Joachim Foerster | 2011-10-28 | -2/+11 |
* | nios2: Pseudo implement dcache_status/enable/disable() | Joachim Foerster | 2011-10-28 | -0/+16 |
* | nios2: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment | Anton Staaf | 2011-10-23 | -0/+11 |
* | net: drop !NET_MULTI code | Mike Frysinger | 2011-10-05 | -2/+0 |
* | image: push default arch values to arch headers | Mike Frysinger | 2011-10-05 | -0/+2 |
* | POST: add post_log_res field for post results in global data | Valentin Longchamp | 2011-10-05 | -0/+1 |
* | console: Implement pre-console buffer | Graeme Russ | 2011-10-05 | -0/+3 |
* | unify version_string | Andreas Bießmann | 2011-07-28 | -8/+1 |
* | Timer: Remove set_timer completely | Graeme Russ | 2011-07-26 | -6/+0 |
* | nios2: Make STANDALONE_LOAD_ADDR configurable per board | Thomas Chou | 2011-05-16 | -1/+1 |
* | Handle most LDSCRIPT setting centrally | Scott Wood | 2011-04-30 | -2/+0 |
* | rename _end to __bss_end__ | Po-Yu Chuang | 2011-03-27 | -4/+4 |
* | Introduce a new linker flag LDFLAGS_FINAL | Haiying Wang | 2011-03-22 | -1/+1 |
* | nios2: add gpio_is_valid | Thomas Chou | 2011-02-08 | -0/+6 |
* | nios2: use long for ssize_t | Thomas Chou | 2011-02-08 | -1/+1 |
* | nios2: add gpio_free | Thomas Chou | 2011-02-08 | -0/+6 |
* | Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS | Nobuhiro Iwamatsu | 2011-01-25 | -1/+1 |
* | Remove redundant config.mk files | Wolfgang Denk | 2010-12-09 | -24/+0 |
* | do_reset: unify duplicate prototypes | Mike Frysinger | 2010-11-28 | -1/+1 |
* | Switch from archive libraries to partial linking | Sebastien Carlier | 2010-11-17 | -4/+4 |
* | Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC | Wolfgang Denk | 2010-10-29 | -3/+0 |
* | Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value | Wolfgang Denk | 2010-10-26 | -2/+2 |
* | FDT: only call boot_get_fdt from generic code | John Rigby | 2010-10-18 | -5/+3 |
* | New implementation for internal handling of environment variables. | Wolfgang Denk | 2010-09-19 | -6/+7 |
* | Make getenv() work before relocation. | Wolfgang Denk | 2010-09-19 | -1/+2 |
* | nios2: fix out of reach case for do_reset | Thomas Chou | 2010-08-19 | -6/+10 |
* | nios2: fix bootm error on fdt args | Thomas Chou | 2010-08-19 | -1/+1 |