summaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeLines
* x86: Add a dummy setjmp implementation for x86_64Simon Glass2017-02-07-1/+21
* x86: Move setjmp to the i386 directorySimon Glass2017-02-07-3/+1
* x86: Move call64 to the i386 directorySimon Glass2017-02-07-1/+2
* x86: Change irq_already_routed to a local variableSimon Glass2017-02-07-4/+6
* x86: Move turbo_state to global_dataSimon Glass2017-02-07-4/+5
* x86: Move pirq_routing_table to global_dataSimon Glass2017-02-07-7/+6
* x86: Support jumping from SPL to U-BootSimon Glass2017-02-06-0/+76
* x86: Drop interrupt support in 64-bit modeSimon Glass2017-02-06-0/+5
* x86: Don't try to boot Linux from SPLSimon Glass2017-02-06-0/+4
* x86: Don't build 32-bit efi files on x86_64Simon Glass2017-02-06-0/+4
* x86: Don't build cpu files which are not supported on 64-bitSimon Glass2017-02-06-1/+8
* x86: Don't build call64 and setjmp on 64-bitSimon Glass2017-02-06-1/+12
* x86: Don't try to run the VGA BIOS in 64-bit modeSimon Glass2017-02-06-0/+2
* x86: ivybridge: Provide a dummy SDRAM init for 64-bitSimon Glass2017-02-06-0/+31
* x86: ivybridge: Skip SATA init in SPLSimon Glass2017-02-06-0/+2
* x86: Fix up type sizes for 64-bitSimon Glass2017-02-06-0/+10
* x86: Drop flag_is_changable() on x86_64Simon Glass2017-02-06-0/+3
* x86: Fix up byteorder.h for x86_64Simon Glass2017-02-06-8/+9
* x86: Add a link script for SPLSimon Glass2017-02-06-0/+74
* x86: Add a link script for 64-bit x86Simon Glass2017-02-06-0/+82
* x86: Fix up CONFIG_X86_64 checkSimon Glass2017-02-06-1/+1
* x86: Support global_data on x86_64Simon Glass2017-02-06-1/+33
* x86: Add cpu code for x86_64Simon Glass2017-02-06-1/+72
* x86: Move the i386 code into its own directorySimon Glass2017-02-06-509/+549
* x86: Add an SPL implementationSimon Glass2017-02-06-0/+163
* x86: Tidy up use of size_t in relocationSimon Glass2017-02-06-2/+2
* x86: Add support for 64-bit relocationSimon Glass2017-02-06-0/+45
* x86: Refactor relocation to prepare for 64-bitSimon Glass2017-02-06-24/+31
* x86: Add 64-bit start-up codeSimon Glass2017-02-06-0/+37
* x86: ivybridge: Allow 32-bit init to move to SPLSimon Glass2017-02-06-2/+2
* x86: Use X86_32BIT_INIT instead of X86_RESET_VECTORSimon Glass2017-02-06-5/+7
* x86: Use X86_16BIT_INIT instead of X86_RESET_VECTORSimon Glass2017-02-06-6/+4
* x86: Kconfig: Add location options for 16/32-bit initSimon Glass2017-02-06-0/+40
* x86: Add Kconfig options to build 64-bit U-BootSimon Glass2017-02-06-0/+46
* x86: lib: Fix types and casts for 64-bit compilationSimon Glass2017-02-06-5/+5
* x86: fsp: Fix cast for 64-bit compilationSimon Glass2017-02-06-2/+2
* x86: dts: Mark serial as needed before relocationSimon Glass2017-02-06-0/+1
* x86: ivybridge: Fix types for 64-bit compilationSimon Glass2017-02-06-2/+2
* x86: ivybridge: Add more debugging for failuresSimon Glass2017-02-06-10/+31
* x86: ivybridge: Declare global data where it is usedSimon Glass2017-02-06-0/+8
* x86: Update mpspec to build on 64-bit machinesSimon Glass2017-02-06-10/+10
* x86: Use unsigned long for address in table generationSimon Glass2017-02-06-21/+14
* x86: Synchronize list of x86 subarchitectures (update bootparam.h)Andy Shevchenko2017-02-06-1/+2
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2017-02-03-72/+106
|\
| * arch: powerpc: update the eLBC IP input clockPrabhakar Kushwaha2017-02-03-40/+21
| * arch: powerpc: Move CONFIG_FSL_ELBC to KconfigPrabhakar Kushwaha2017-02-03-0/+20
| * arch: arm: update the IFC IP input clockPrabhakar Kushwaha2017-02-03-24/+5
| * arch: powerpc: update the IFC IP input clockPrabhakar Kushwaha2017-02-03-8/+18
| * arch: powerpc: Move CONFIG_FSL_IFC to KconfigPrabhakar Kushwaha2017-02-03-0/+17
| * board: freescale: ls1012a: Enable secure DDR on LS1012A platformsPrabhakar Kushwaha2017-02-03-0/+3