summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/qemu
Commit message (Expand)AuthorAgeFilesLines
* cpu: Convert the methods to use a const udevice *Simon Glass2020-07-251-2/+2
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-2/+2
* cpu: Convert the methods to use a const udevice *Simon Glass2020-07-201-2/+2
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* common: Move board_get_usable_ram_top() out of common.hSimon Glass2019-12-021-0/+1
* common: Move checkcpu() out of common.hSimon Glass2019-12-021-0/+1
* x86: qemu: Report high memory in the E820 tableBin Meng2019-09-101-19/+40
* x86: qemu: Support getting high memory sizeBin Meng2019-09-101-2/+25
* x86: qemu: Extract getting memory size to a separate routineBin Meng2019-09-101-2/+7
* env: Rename environment.h to env_internal.hSimon Glass2019-08-111-1/+1
* env: Move TOTAL_MALLOC_LEN to environment.hSimon Glass2019-08-111-0/+1
* x86: Kconfig: spelling fixesChris Packham2019-01-181-1/+1
* x86: Switch to use DM sysreset driverBin Meng2018-07-201-6/+0
* x86: Add scsi command to coreboot and qemuBin Meng2018-07-021-0/+1
* x86: qemu: do not build car.o with start64.oHeinrich Schuchardt2018-06-241-1/+4
* x86: Drop QEMU-specific EFI payload supportBin Meng2018-06-172-6/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-077-16/+7
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* x86: Rename e820entry to e820_entryBin Meng2018-04-161-1/+1
* x86: Use 'unsigned int' in install_e820_map() functionsBin Meng2018-04-161-1/+2
* ata: Migrate CONFIG_SCSI_AHCI to KconfigTuomas Tynkkynen2017-12-121-0/+1
* x86: qemu: Move Cache-As-RAM memory from area mapped to ROMAnton Gerasimov2017-11-301-1/+1
* env: Convert CONFIG_ENV_IS_IN... to a choiceSimon Glass2017-08-151-1/+0
* x86: Switch all boards to use DM SCSIBin Meng2017-08-011-0/+1
* x86: kconfig: Move USB to platform KconfigBin Meng2017-08-011-0/+2
* x86: qemu: kconfig: Imply platform specific driversBin Meng2017-08-011-0/+4
* x86: kconfig: Select ARCH_EARLY_INIT_R in the platform KconfigBin Meng2017-08-011-0/+1
* board_f: Drop setup_dram_config() wrapperSimon Glass2017-04-051-1/+3
* board_f: x86: Use checkcpu() for CPU initSimon Glass2017-04-051-0/+6
* x86: qemu: Fix compiler warnings for 64-bitBin Meng2017-02-071-1/+1
* x86: qemu: Hide arch_cpu_init() and print_cpuinfo() for U-Boot properBin Meng2017-02-071-1/+4
* x86: qemu: Add missing DECLARE_GLOBAL_DATA_PTR in e820.cBin Meng2017-02-071-0/+2
* x86: squash lines for immediate returnMasahiro Yamada2016-09-231-7/+1
* x86: qemu: rename qemu/acpi_table.cMiao Yan2016-05-232-2/+1
* cmd: qfw: bring ACPI generation code into qfw coreMiao Yan2016-05-231-209/+0
* cmd: qfw: rename qemu_fw_cfg.[c|h] to qfw.[c|h]Miao Yan2016-05-233-3/+3
* x86: qemu: add comment about qfw register endiannessMiao Yan2016-05-231-1/+8
* x86: qemu: move x86 specific operations out of qfw coreMiao Yan2016-05-231-1/+38
* x86: qemu: split qfw command interface and qfw coreMiao Yan2016-05-232-1/+4
* cmd: qfw: remove qemu_fwcfg_free_files()Miao Yan2016-05-231-2/+11
* x86: qemu: fix ACPI Kconfig optionsMiao Yan2016-05-231-1/+1
* x86: qemu: Move qfw command over to cmd and add Kconfig entryTom Rini2016-05-235-573/+247
* x86: Correct typo of Miao Yan's email addressBin Meng2016-04-221-1/+1
* x86: qemu: Drop our own ACPI implementationBin Meng2016-04-228-890/+0
* x86: Change write_acpi_tables() signature a little bitBin Meng2016-03-171-3/+2
* x86: qemu: Convert to use DM PCI APIBin Meng2016-02-051-17/+17
* x86: qemu: add the ability to load and link ACPI tables from QEMUMiao Yan2016-01-282-0/+255
* x86: qemu: setup PM IO base for ACPI in southbridgeMiao Yan2016-01-282-0/+36
* x86: qemu: re-structure qemu_fwcfg_list_firmware()Miao Yan2016-01-281-14/+49