summaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeLines
* x86: Record the CPU details when starting each coreSimon Glass2016-03-17-1/+20
* x86: Move common MRC Kconfig options to the common fileSimon Glass2016-03-17-26/+62
* x86: Allow I/O functions to use pointersSimon Glass2016-03-17-2/+10
* x86: Add macros to clear and set I/O bitsSimon Glass2016-03-17-0/+22
* x86: ivybridge: Drop sandybridge_early_init()Simon Glass2016-03-17-2/+0
* x86: Move Intel Management Engine code to a common placeSimon Glass2016-03-17-369/+418
* x86: Rename PORT_RESET to IO_PORT_RESETSimon Glass2016-03-17-5/+5
* x86: Move common CPU code to its own placeSimon Glass2016-03-17-76/+162
* x86: Move common LPC code to its own placeSimon Glass2016-03-17-85/+166
* x86: Add the root-complex block to common intel registersSimon Glass2016-03-17-7/+9
* x86: Create a common header for Intel register accessSimon Glass2016-03-17-6/+22
* x86: Move microcode code to a common locationSimon Glass2016-03-17-4/+8
* x86: Move cache-as-RAM code into a common locationSimon Glass2016-03-17-1/+8
* x86: cpu: Add functions to return the family and steppingSimon Glass2016-03-17-0/+24
* x86: broadwell: Add a few microcode filesSimon Glass2016-03-17-0/+2272
* x86: Add comments to the SIPI vectorSimon Glass2016-03-17-0/+2
* x86: Tidy up mp_init to reduce duplicationSimon Glass2016-03-17-53/+26
* x86: Correct duplicate POST valuesSimon Glass2016-03-17-2/+2
* x86: gpio: Correct GPIO setup orderingSimon Glass2016-03-17-0/+5
* x86: dts: link: Add board ID GPIOsSimon Glass2016-03-17-0/+2
* x86: dts: link: Move SPD info into the memory controllerSimon Glass2016-03-17-111/+110
* x86: link: Add required GPIO propertiesSimon Glass2016-03-17-3/+9
* x86: Add some more common MSR indexesSimon Glass2016-03-17-20/+43
* x86: cpu: Make the vendor table constSimon Glass2016-03-17-1/+1
* x86: Support booting SeaBIOSBin Meng2016-03-17-0/+28
* x86: Implement functions for writing coreboot tableBin Meng2016-03-17-0/+147
* x86: Support writing configuration tables in high areaBin Meng2016-03-17-0/+11
* x86: Simplify codes in write_tables()Bin Meng2016-03-17-27/+34
* x86: Change write_acpi_tables() signature a little bitBin Meng2016-03-17-6/+5
* x86: Use a macro for ROM table alignmentBin Meng2016-03-17-5/+7
* x86: Change to use start/end address pair in write_tables()Bin Meng2016-03-17-6/+12
* x86: Clean up coreboot_tables.hBin Meng2016-03-17-73/+80
* x86: Move sysinfo related to sysinfo.hBin Meng2016-03-17-4/+2
* x86: Move asm/arch-coreboot/tables.h to a common placeBin Meng2016-03-17-3/+1
* spl: arm: Make sure to include all of the u_boot_list entriesTom Rini2016-03-16-15/+9
* arm: omap-common: Guard some parts of the code with CONFIG_OMAP44XX/OMAP54XXTom Rini2016-03-16-1/+7
* ARM: keystone2: Only link cmd_ddr3.o on non-SPL buildsTom Rini2016-03-16-1/+2
* ARM: keystone2: Switch to using the poweroff commandTom Rini2016-03-16-29/+30
* ARM: keystone2: Split monitor code / command codeTom Rini2016-03-16-52/+71
* ARM: DRA7: DDR: Enable SR in Power Management ControlNishanth Menon2016-03-15-3/+3
* arm: Allow EFI payload code to take exceptionsAlexander Graf2016-03-15-0/+8
* arm64: Allow EFI payload code to take exceptionsAlexander Graf2016-03-15-0/+9
* arm64: Allow exceptions to returnAlexander Graf2016-03-15-0/+34
* efi_loader: Add runtime servicesAlexander Graf2016-03-15-0/+54
* arm64: Only allow dcache disabled in SPL buildsAlexander Graf2016-03-15-0/+9
* arm64: Remove non-full-va map codeAlexander Graf2016-03-15-216/+85
* tegra: Replace home grown mmu code with generic table approachAlexander Graf2016-03-15-115/+17
* zymqmp: Replace home grown mmu code with generic table approachAlexander Graf2016-03-15-169/+48
* thunderx: Move mmu table into board fileAlexander Graf2016-03-15-5/+5
* arm64: Make full va map code more dynamicAlexander Graf2016-03-15-100/+494