summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/qemu
AgeCommit message (Expand)AuthorFilesLines
2020-07-25cpu: Convert the methods to use a const udevice *Simon Glass1-2/+2
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-2/+2
2020-07-20cpu: Convert the methods to use a const udevice *Simon Glass1-2/+2
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2019-12-03common: Move board_get_usable_ram_top() out of common.hSimon Glass1-0/+1
2019-12-03common: Move checkcpu() out of common.hSimon Glass1-0/+1
2019-09-10x86: qemu: Report high memory in the E820 tableBin Meng1-19/+40
2019-09-10x86: qemu: Support getting high memory sizeBin Meng1-2/+25
2019-09-10x86: qemu: Extract getting memory size to a separate routineBin Meng1-2/+7
2019-08-12env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-08-11env: Move TOTAL_MALLOC_LEN to environment.hSimon Glass1-0/+1
2019-01-18x86: Kconfig: spelling fixesChris Packham1-1/+1
2018-07-20x86: Switch to use DM sysreset driverBin Meng1-6/+0
2018-07-02x86: Add scsi command to coreboot and qemuBin Meng1-0/+1
2018-06-24x86: qemu: do not build car.o with start64.oHeinrich Schuchardt1-1/+4
2018-06-17x86: Drop QEMU-specific EFI payload supportBin Meng2-6/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini7-16/+7
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-04-16x86: Rename e820entry to e820_entryBin Meng1-1/+1
2018-04-16x86: Use 'unsigned int' in install_e820_map() functionsBin Meng1-1/+2
2017-12-13ata: Migrate CONFIG_SCSI_AHCI to KconfigTuomas Tynkkynen1-0/+1
2017-11-30x86: qemu: Move Cache-As-RAM memory from area mapped to ROMAnton Gerasimov1-1/+1
2017-08-16env: Convert CONFIG_ENV_IS_IN... to a choiceSimon Glass1-1/+0
2017-08-01x86: Switch all boards to use DM SCSIBin Meng1-0/+1
2017-08-01x86: kconfig: Move USB to platform KconfigBin Meng1-0/+2
2017-08-01x86: qemu: kconfig: Imply platform specific driversBin Meng1-0/+4
2017-08-01x86: kconfig: Select ARCH_EARLY_INIT_R in the platform KconfigBin Meng1-0/+1
2017-04-05board_f: Drop setup_dram_config() wrapperSimon Glass1-1/+3
2017-04-05board_f: x86: Use checkcpu() for CPU initSimon Glass1-0/+6
2017-02-07x86: qemu: Fix compiler warnings for 64-bitBin Meng1-1/+1
2017-02-07x86: qemu: Hide arch_cpu_init() and print_cpuinfo() for U-Boot properBin Meng1-1/+4
2017-02-07x86: qemu: Add missing DECLARE_GLOBAL_DATA_PTR in e820.cBin Meng1-0/+2
2016-09-24x86: squash lines for immediate returnMasahiro Yamada1-7/+1
2016-05-23x86: qemu: rename qemu/acpi_table.cMiao Yan2-2/+1
2016-05-23cmd: qfw: bring ACPI generation code into qfw coreMiao Yan1-209/+0
2016-05-23cmd: qfw: rename qemu_fw_cfg.[c|h] to qfw.[c|h]Miao Yan3-3/+3
2016-05-23x86: qemu: add comment about qfw register endiannessMiao Yan1-1/+8
2016-05-23x86: qemu: move x86 specific operations out of qfw coreMiao Yan1-1/+38
2016-05-23x86: qemu: split qfw command interface and qfw coreMiao Yan2-1/+4
2016-05-23cmd: qfw: remove qemu_fwcfg_free_files()Miao Yan1-2/+11
2016-05-23x86: qemu: fix ACPI Kconfig optionsMiao Yan1-1/+1
2016-05-23x86: qemu: Move qfw command over to cmd and add Kconfig entryTom Rini5-573/+247
2016-04-22x86: Correct typo of Miao Yan's email addressBin Meng1-1/+1
2016-04-22x86: qemu: Drop our own ACPI implementationBin Meng8-890/+0
2016-03-17x86: Change write_acpi_tables() signature a little bitBin Meng1-3/+2
2016-02-05x86: qemu: Convert to use DM PCI APIBin Meng1-17/+17
2016-01-28x86: qemu: add the ability to load and link ACPI tables from QEMUMiao Yan2-0/+255
2016-01-28x86: qemu: setup PM IO base for ACPI in southbridgeMiao Yan2-0/+36
2016-01-28x86: qemu: re-structure qemu_fwcfg_list_firmware()Miao Yan1-14/+49