| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: Use X86_32BIT_INIT instead of X86_RESET_VECTOR | Simon Glass | 2017-02-06 | 1 | -1/+1 |
* | x86: Drop unused init_helper functions | Simon Glass | 2016-10-11 | 1 | -10/+0 |
* | treewide: replace #include <asm/errno.h> with <linux/errno.h> | Masahiro Yamada | 2016-09-23 | 1 | -1/+1 |
* | x86: Remove calculate_relocation_address() | Bin Meng | 2015-08-26 | 1 | -50/+1 |
* | dm: x86: spi: Convert ICH SPI driver to driver model | Simon Glass | 2015-04-18 | 1 | -8/+0 |
* | x86: Test mtrr support flag before accessing mtrr msr | Bin Meng | 2015-01-23 | 1 | -1/+3 |
* | x86: Commit the current MTRRs before relocation | Simon Glass | 2015-01-13 | 1 | -0/+8 |
* | x86: Remove unnecessary find_fdt(), prepare_fdt() functions | Simon Glass | 2014-11-21 | 1 | -27/+0 |
* | dts: re-write dts/Makefile more simply with Kbuild | Masahiro Yamada | 2014-02-19 | 1 | -1/+1 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 1 | -17/+1 |
* | x86: Remove legacy board init code | Simon Glass | 2013-05-13 | 1 | -98/+0 |
* | x86: Use sections header to obtain link symbols | Simon Glass | 2013-03-15 | 1 | -0/+1 |
* | Introduce generic pre-relocation board_f.c | Simon Glass | 2013-03-15 | 1 | -1/+1 |
* | x86: Support relocation of FDT on start-up | Simon Glass | 2013-03-04 | 1 | -2/+21 |
* | x86: Add an __end symbol to signal the end of the U-Boot binary | Simon Glass | 2013-03-04 | 1 | -1/+1 |
* | x86: Add function to get top of usable ram | Simon Glass | 2013-03-04 | 1 | -10/+18 |
* | x86: Add support for CONFIG_OF_CONTROL | Gabe Black | 2012-12-06 | 1 | -0/+29 |
* | x86: Make calculate_relocation_address an overridable function | Gabe Black | 2012-12-06 | 1 | -1/+2 |
* | x86: Reorder x86's post relocation memory layout | Gabe Black | 2012-12-06 | 1 | -3/+4 |
* | x86: Initialise SPI if enabled | Gabe Black | 2012-12-06 | 1 | -0/+9 |
* | x86: Put global data on the stack | Graeme Russ | 2012-11-28 | 1 | -36/+1 |
* | x86: Forward declare gd_t | Graeme Russ | 2012-11-28 | 1 | -1/+1 |
* | net: move bootfile init into eth_initialize | Mike Frysinger | 2012-05-15 | 1 | -12/+0 |
* | net: punt bd->bi_ip_addr | Mike Frysinger | 2012-05-15 | 1 | -8/+0 |
* | x86: Convert board_init_f_r to a processing loop | Graeme Russ | 2012-01-04 | 1 | -0/+75 |
* | x86: Split init functions out of board.c | Graeme Russ | 2012-01-04 | 1 | -0/+142 |