summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2019-12-08x86: simplify ljmp to 32-bit codeMasahiro Yamada
2019-12-08x86: use data32 directive instead of macro for operand-size prefixMasahiro Yamada
2019-12-02common: Move board_get_usable_ram_top() out of common.hSimon Glass
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass
2019-12-02common: Move interrupt functions into a new headerSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass
2019-12-02common: Move checkcpu() out of common.hSimon Glass
2019-11-03x86: Quieten TPL's jump_to_image_no_args()Simon Glass
2019-11-03x86: Don't print CPU info in TPLSimon Glass
2019-11-03x86: Move CPU init to before spl_init()Simon Glass
2019-11-03x86: Add a CPU init function for TPLSimon Glass
2019-11-03x86: tpl: Add a fake PCI busSimon Glass
2019-11-03x86: spl: Support init of a PUNITSimon Glass
2019-11-03x86: timer: Use a separate flag for whether timer is initedSimon Glass
2019-10-15binman: x86: Separate out 16-bit reset and init codeSimon Glass
2019-10-11x86: Reduce resetvec sizeSimon Glass
2019-10-11x86: Drop RESET_SEG_SIZESimon Glass
2019-10-11x86: Drop RESET_BASESimon Glass
2019-10-11x86: Update Kconfig options for FSP1Simon Glass
2019-10-11x86: Add a function to find the size of an mrccache recordSimon Glass
2019-10-11x86: Panic when SPL or TPL failSimon Glass
2019-10-08x86: Use mtrr_commit() with FSP2Simon Glass
2019-10-08x86: cpu: Don't include the cpu driver in TPLSimon Glass
2019-10-08x86: Add a function to set variable MTRRsSimon Glass
2019-10-08x86: Refactor mtrr_commit() to allow for shared codeSimon Glass
2019-10-08x86: Allow the PCH and LPC uclasses to work with of-platdataSimon Glass
2019-10-08x86: Add new common CPU functions for turbo/burst modeSimon Glass
2019-10-08x86: Tidy up some duplicate MSR definesSimon Glass
2019-10-08x86: Add common functions for TDP and perf controlSimon Glass
2019-10-08x86: Use a common bus clock for Intel CPUsSimon Glass
2019-10-08x86: Add a common function to set CPU thermal targetSimon Glass
2019-10-08x86: Use a common definition of MSR_IA32_PERF_CTLSimon Glass
2019-10-08x86: pci: Drop the first parameter in pci_x86_r/w_config()Simon Glass
2019-10-08x86: Move acpi_s3.h to a common locationSimon Glass
2019-10-08x86: Rename turbo ratio MSR to MSR_TURBO_RATIO_LIMITSimon Glass
2019-10-08x86: Add various MTRR indexes and valuesSimon Glass
2019-10-08x86: Add more comments to the start-up codeSimon Glass
2019-10-08x86: Change condition for using CARSimon Glass
2019-10-08x86: fsp: Save usable RAM and hob_list in the handoff areaSimon Glass
2019-10-08x86: spl: Move broadwell-specific code out of generic x86 splSimon Glass
2019-10-08x86: spl: Reduce priority of the basic SPL image loaderSimon Glass
2019-10-08x86: spl: Use hang() instead of a while() loopSimon Glass
2019-10-08x86: pci: Add a function to clear and set PCI config regsSimon Glass
2019-10-08x86: Add binman symbols to the imageSimon Glass
2019-10-08x86: Move common Intel CPU info code into a functionSimon Glass
2019-10-08x86: fsp: Add access to variable MRC dataSimon Glass
2019-10-08x86: fsp: Add a few more definitions for FSP2Simon Glass
2019-10-08x86: fsp: Move common support functions into a common fileSimon Glass
2019-10-08x86: Move common fsp functions into a common fileSimon Glass