| Commit message (Expand) | Author | Age | Files | Lines |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 13 | -218/+13 |
* | Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM | Dirk Eibach | 2013-07-16 | 1 | -1/+1 |
* | blackfin: x86: bootm: Handle PREP stage of bootm | Simon Glass | 2013-07-12 | 1 | -0/+2 |
* | x86: Support tracing function | Simon Glass | 2013-06-26 | 2 | -4/+6 |
* | x86: Correct missing local variable in bootm | Simon Glass | 2013-06-26 | 1 | -0/+2 |
* | x86: Re-enable PCAT timer 2 for beeping | Simon Glass | 2013-05-13 | 3 | -68/+9 |
* | x86: Remove ISR timer | Simon Glass | 2013-05-13 | 2 | -119/+0 |
* | x86: Add TSC timer | Simon Glass | 2013-05-13 | 2 | -0/+104 |
* | x86: Rationalise kernel booting logic and bootstage | Simon Glass | 2013-05-13 | 2 | -12/+7 |
* | x86: Declare global_data pointer when it is used | Simon Glass | 2013-05-13 | 4 | -0/+8 |
* | x86: Remove legacy board init code | Simon Glass | 2013-05-13 | 4 | -533/+0 |
* | x86: Remove unused bios/pci code | Simon Glass | 2013-05-13 | 3 | -359/+0 |
* | lib: consolidate hang() | Andreas Bießmann | 2013-05-01 | 1 | -7/+0 |
* | x86: Move PCI init before SPI init | Simon Glass | 2013-03-19 | 1 | -4/+4 |
* | x86: Enable generic board support | Simon Glass | 2013-03-15 | 1 | -0/+3 |
* | x86: Use sections header to obtain link symbols | Simon Glass | 2013-03-15 | 3 | -0/+3 |
* | Introduce generic pre-relocation board_f.c | Simon Glass | 2013-03-15 | 3 | -6/+6 |
* | x86: Add error checking to x86 relocation code | Simon Glass | 2013-03-04 | 1 | -2/+18 |
* | x86: Support relocation of FDT on start-up | Simon Glass | 2013-03-04 | 4 | -2/+42 |
* | x86: Add an __end symbol to signal the end of the U-Boot binary | Simon Glass | 2013-03-04 | 1 | -1/+1 |
* | x86: Permit bootstage and timer data to be used prior to relocation | Simon Glass | 2013-03-04 | 1 | -5/+4 |
* | x86: Add function to get top of usable ram | Simon Glass | 2013-03-04 | 1 | -10/+18 |
* | x86: Remove unused real mode code | Simon Glass | 2013-02-14 | 10 | -1758/+0 |
* | x86: Build vga video code only if CONFIG_VIDEO_VGA is defined | Simon Glass | 2012-12-06 | 1 | -2/+2 |
* | x86: Add support for CONFIG_OF_CONTROL | Gabe Black | 2012-12-06 | 2 | -0/+36 |
* | x86: Add CONFIG_DELAY_ENVIRONMENT to delay environment loading | Stefan Reinauer | 2012-12-06 | 1 | -1/+27 |
* | x86: Make calculate_relocation_address an overridable function | Gabe Black | 2012-12-06 | 1 | -1/+2 |
* | x86: Make the upper bound on relocated symbols closed instead of open | Gabe Black | 2012-12-06 | 1 | -1/+1 |
* | 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 | 2 | -0/+12 |
* | x86: Implement arch_phys_memset so that it can wipe memory above 4GB | Gabe Black | 2012-12-06 | 2 | -0/+229 |
* | x86: Fix off-by-one error in do_elf_reloc_fixups() | Duncan Laurie | 2012-12-06 | 1 | -1/+1 |
* | x86: Fix indirect jmp warning in zimage.c | Simon Glass | 2012-12-06 | 1 | -3/+3 |
* | x86: Provide a function to clean up just before booting a zimage | Stefan Reinauer | 2012-12-06 | 1 | -0/+11 |
* | x86: Add a CBMEM timestamp generated right before the kernel startup. | Vadim Bendebury | 2012-12-06 | 1 | -0/+6 |
* | x86: Add function to read time stamp counter | Vadim Bendebury | 2012-12-06 | 1 | -0/+17 |
* | x86: Fix typo in pcat_timer.c | Stefan Reinauer | 2012-11-30 | 1 | -1/+1 |
* | x86: Allow compiling out realmode/bios code | Gabe Black | 2012-11-30 | 3 | -5/+10 |
* | x86: Remove duplicate PCI init | Graeme Russ | 2012-11-28 | 1 | -3/+0 |
* | x86: Put global data on the stack | Graeme Russ | 2012-11-28 | 2 | -37/+2 |
* | x86: Forward declare gd_t | Graeme Russ | 2012-11-28 | 1 | -1/+1 |
* | serial: Remove CONFIG_SERIAL_MULTI from remaining sources | Marek Vasut | 2012-10-15 | 1 | -2/+0 |
* | net: move bootfile init into eth_initialize | Mike Frysinger | 2012-05-15 | 2 | -15/+0 |
* | net: punt bd->bi_ip_addr | Mike Frysinger | 2012-05-15 | 2 | -11/+0 |
* | x86: Convert board_init_f_r to a processing loop | Graeme Russ | 2012-01-04 | 3 | -125/+168 |
* | x86: Split init functions out of board.c | Graeme Russ | 2012-01-04 | 4 | -221/+357 |
* | x86: Move relocation code out of board.c | Graeme Russ | 2012-01-04 | 3 | -67/+118 |
* | x86: Move setup_pcat_compatibility() out of board.c | Graeme Russ | 2012-01-04 | 2 | -7/+7 |
* | x86: Move do_go_exec() out of board.c | Graeme Russ | 2012-01-04 | 3 | -27/+65 |
* | CHECKPATCH: arch/x86/lib/* | Graeme Russ | 2012-01-04 | 2 | -73/+122 |