Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | x86: Support relocation of FDT on start-up | Simon Glass | 2013-03-04 | -2/+21 |
* | x86: Add an __end symbol to signal the end of the U-Boot binary | Simon Glass | 2013-03-04 | -1/+1 |
* | x86: Add function to get top of usable ram | Simon Glass | 2013-03-04 | -10/+18 |
* | x86: Add support for CONFIG_OF_CONTROL | Gabe Black | 2012-12-06 | -0/+29 |
* | x86: Make calculate_relocation_address an overridable function | Gabe Black | 2012-12-06 | -1/+2 |
* | x86: Reorder x86's post relocation memory layout | Gabe Black | 2012-12-06 | -3/+4 |
* | x86: Initialise SPI if enabled | Gabe Black | 2012-12-06 | -0/+9 |
* | x86: Put global data on the stack | Graeme Russ | 2012-11-28 | -36/+1 |
* | x86: Forward declare gd_t | Graeme Russ | 2012-11-28 | -1/+1 |
* | net: move bootfile init into eth_initialize | Mike Frysinger | 2012-05-15 | -12/+0 |
* | net: punt bd->bi_ip_addr | Mike Frysinger | 2012-05-15 | -8/+0 |
* | x86: Convert board_init_f_r to a processing loop | Graeme Russ | 2012-01-04 | -0/+75 |
* | x86: Split init functions out of board.c | Graeme Russ | 2012-01-04 | -0/+142 |