- d768dd8 common: return type board_get_usable_ram_top by Heinrich Schuchardt · 1 year, 5 months ago
- 3cc4095 x86: qemu: Add required linux/sizes.h include by Simon Glass · 1 year, 6 months ago
- 1fa64e1 Revert "x86: Switch QEMU over to use the bochs driver" by Simon Glass · 1 year, 6 months ago
- ea6eef2 x86: Run QEMU machine setup in SPL by Simon Glass · 1 year, 6 months ago
- b895642 x86: Switch QEMU over to use the bochs driver by Simon Glass · 1 year, 6 months ago
- d5d0e4d x86: cpu: qemu: qemu: remove SPL use with CONFIG_IS_ENABLED by Troy Kisky · 1 year, 10 months ago
- 049704f board_f: Fix types for board_get_usable_ram_top() by Pali Rohár · 2 years, 4 months ago
- 5b0b43e x86: qemu: move QFW to its own uclass by Asherah Connor · 3 years, 10 months ago
- 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 3 months ago
- 961420f cpu: Convert the methods to use a const udevice * by Simon Glass · 5 years ago
- 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 6 months ago
- f07e58b cpu: Convert the methods to use a const udevice * by Simon Glass · 5 years ago
- 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 8 months ago
- 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 5 years ago
- 67c4e9f common: Move board_get_usable_ram_top() out of common.h by Simon Glass · 5 years ago
- 30c7c43 common: Move checkcpu() out of common.h by Simon Glass · 5 years ago
- 2495c3a x86: qemu: Report high memory in the E820 table by Bin Meng · 5 years ago
- ea67d54 x86: qemu: Support getting high memory size by Bin Meng · 5 years ago
- f4c0030 x86: qemu: Extract getting memory size to a separate routine by Bin Meng · 5 years ago
- f3998fd env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
- f030b7b env: Move TOTAL_MALLOC_LEN to environment.h by Simon Glass · 5 years ago
- 9259c92 x86: Kconfig: spelling fixes by Chris Packham · 6 years ago
- b37b7b2 x86: Switch to use DM sysreset driver by Bin Meng · 6 years ago
- fc48ebe x86: Add scsi command to coreboot and qemu by Bin Meng · 7 years ago
- cbd29ef x86: qemu: do not build car.o with start64.o by Heinrich Schuchardt · 7 years ago
- 93c7b87 x86: Drop QEMU-specific EFI payload support by Bin Meng · 7 years ago
- 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
- 4551992 x86: Rename e820entry to e820_entry by Bin Meng · 7 years ago
- 87af71c x86: Use 'unsigned int' in install_e820_map() functions by Bin Meng · 7 years ago
- 9fd95ef ata: Migrate CONFIG_SCSI_AHCI to Kconfig by Tuomas Tynkkynen · 7 years ago
- 80f3425 x86: qemu: Move Cache-As-RAM memory from area mapped to ROM by Anton Gerasimov · 7 years ago
- c1c3fe2 env: Convert CONFIG_ENV_IS_IN... to a choice by Simon Glass · 7 years ago
- 24357df x86: Switch all boards to use DM SCSI by Bin Meng · 7 years ago
- b9342b2 x86: kconfig: Move USB to platform Kconfig by Bin Meng · 7 years ago
- 97e12b0 x86: qemu: kconfig: Imply platform specific drivers by Bin Meng · 7 years ago
- 5d89b37 x86: kconfig: Select ARCH_EARLY_INIT_R in the platform Kconfig by Bin Meng · 7 years ago
- 76b00ac board_f: Drop setup_dram_config() wrapper by Simon Glass · 8 years ago
- 76d1d02 board_f: x86: Use checkcpu() for CPU init by Simon Glass · 8 years ago
- 6376707 x86: qemu: Fix compiler warnings for 64-bit by Bin Meng · 8 years ago
- e760feb x86: qemu: Hide arch_cpu_init() and print_cpuinfo() for U-Boot proper by Bin Meng · 8 years ago
- 45ffa12 x86: qemu: Add missing DECLARE_GLOBAL_DATA_PTR in e820.c by Bin Meng · 8 years ago
- 0a8547a x86: squash lines for immediate return by Masahiro Yamada · 8 years ago
- 494ec0d x86: qemu: rename qemu/acpi_table.c by Miao Yan · 9 years ago
- eece493 cmd: qfw: bring ACPI generation code into qfw core by Miao Yan · 9 years ago
- 1868659 cmd: qfw: rename qemu_fw_cfg.[c|h] to qfw.[c|h] by Miao Yan · 9 years ago
- 331ba7d x86: qemu: add comment about qfw register endianness by Miao Yan · 9 years ago
- 2e82e74 x86: qemu: move x86 specific operations out of qfw core by Miao Yan · 9 years ago
- fcf5c04 x86: qemu: split qfw command interface and qfw core by Miao Yan · 9 years ago
- 05dd6f1 cmd: qfw: remove qemu_fwcfg_free_files() by Miao Yan · 9 years ago
- 34865a6 x86: qemu: fix ACPI Kconfig options by Miao Yan · 9 years ago
- dd6f3ab x86: qemu: Move qfw command over to cmd and add Kconfig entry by Tom Rini · 9 years ago
- 7b63b18 x86: Correct typo of Miao Yan's email address by Bin Meng · 9 years ago
- 697ec43 x86: qemu: Drop our own ACPI implementation by Bin Meng · 9 years ago
- 358bb3f x86: Change write_acpi_tables() signature a little bit by Bin Meng · 9 years ago
- 6039200 x86: qemu: Convert to use DM PCI API by Bin Meng · 9 years ago
- fa287b1 x86: qemu: add the ability to load and link ACPI tables from QEMU by Miao Yan · 9 years ago
- a3b15a0 x86: qemu: setup PM IO base for ACPI in southbridge by Miao Yan · 9 years ago
- 2575722 x86: qemu: re-structure qemu_fwcfg_list_firmware() by Miao Yan · 9 years ago
- 12d6929 dm: x86: Set up interrupt routing from interrupt_init() by Simon Glass · 9 years ago
- de752c5 x86: qemu: fix cpu device in smp boot by Miao Yan · 9 years ago
- 5a69405 x86: qemu: add a cpu uclass driver for qemu target by Miao Yan · 9 years ago
- f60df20 x86: qemu: add fw_cfg support by Miao Yan · 9 years ago
- 1d4c83c x86: tsc: Remove legacy timer codes by Bin Meng · 9 years ago
- 80af398 x86: Convert to use driver model timer by Bin Meng · 9 years ago
- aedefb6 x86: qemu: Convert to use driver model pci by Bin Meng · 9 years ago
- 4874859 x86: qemu: Move chipset-specific codes from pci.c to qemu.c by Bin Meng · 9 years ago
- 20cbafa x86: qemu: Remove call to vgabios execution by Bin Meng · 9 years ago
- bccdf1d x86: Add DSDT table for supporting ACPI on QEMU by Saket Sinha · 9 years ago
- e94019e x86: Add ACPI table support to QEMU by Saket Sinha · 9 years ago
- 7e4be12 x86: Allow pirq_init() to return an error by Simon Glass · 9 years ago
- eeae510 x86: qemu: Support operation as an EFI payload by Simon Glass · 9 years ago
- 9830d2e x86: qemu: Turn on PCIe ECAM address range decoding on Q35 by Bin Meng · 9 years ago
- a8ebf28 x86: qemu: Enable writing MP table by Bin Meng · 9 years ago
- e7cd070 x86: qemu: Enable I/O APIC chip select on PIIX3 by Bin Meng · 9 years ago
- 5c56422 x86: qemu: Implement PIRQ routing by Bin Meng · 10 years ago
- 4be2f42 x86: qemu: Adjust VGA initialization by Bin Meng · 10 years ago
- 0fcb7ac x86: qemu: Enable legacy IDE I/O ports decode by Bin Meng · 10 years ago
- cc7debc x86: qemu: Turn on legacy segments decode by Bin Meng · 10 years ago
- 9c4f541 x86: qemu: Add graphics support by Bin Meng · 10 years ago
- a65b25d x86: Support QEMU x86 targets by Bin Meng · 10 years ago