1. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 8 months ago
  2. 67c4e9f common: Move board_get_usable_ram_top() out of common.h by Simon Glass · 4 years, 11 months ago
  3. 30c7c43 common: Move checkcpu() out of common.h by Simon Glass · 4 years, 11 months ago
  4. 2495c3a x86: qemu: Report high memory in the E820 table by Bin Meng · 5 years ago
  5. ea67d54 x86: qemu: Support getting high memory size by Bin Meng · 5 years ago
  6. f4c0030 x86: qemu: Extract getting memory size to a separate routine by Bin Meng · 5 years ago
  7. f3998fd env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  8. f030b7b env: Move TOTAL_MALLOC_LEN to environment.h by Simon Glass · 5 years ago
  9. 9259c92 x86: Kconfig: spelling fixes by Chris Packham · 6 years ago
  10. b37b7b2 x86: Switch to use DM sysreset driver by Bin Meng · 6 years ago
  11. fc48ebe x86: Add scsi command to coreboot and qemu by Bin Meng · 6 years ago
  12. cbd29ef x86: qemu: do not build car.o with start64.o by Heinrich Schuchardt · 6 years ago
  13. 93c7b87 x86: Drop QEMU-specific EFI payload support by Bin Meng · 6 years ago
  14. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  15. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 6 years ago
  16. 4551992 x86: Rename e820entry to e820_entry by Bin Meng · 6 years ago
  17. 87af71c x86: Use 'unsigned int' in install_e820_map() functions by Bin Meng · 6 years ago
  18. 9fd95ef ata: Migrate CONFIG_SCSI_AHCI to Kconfig by Tuomas Tynkkynen · 7 years ago
  19. 80f3425 x86: qemu: Move Cache-As-RAM memory from area mapped to ROM by Anton Gerasimov · 7 years ago
  20. c1c3fe2 env: Convert CONFIG_ENV_IS_IN... to a choice by Simon Glass · 7 years ago
  21. 24357df x86: Switch all boards to use DM SCSI by Bin Meng · 7 years ago
  22. b9342b2 x86: kconfig: Move USB to platform Kconfig by Bin Meng · 7 years ago
  23. 97e12b0 x86: qemu: kconfig: Imply platform specific drivers by Bin Meng · 7 years ago
  24. 5d89b37 x86: kconfig: Select ARCH_EARLY_INIT_R in the platform Kconfig by Bin Meng · 7 years ago
  25. 76b00ac board_f: Drop setup_dram_config() wrapper by Simon Glass · 7 years ago
  26. 76d1d02 board_f: x86: Use checkcpu() for CPU init by Simon Glass · 7 years ago
  27. 6376707 x86: qemu: Fix compiler warnings for 64-bit by Bin Meng · 8 years ago
  28. e760feb x86: qemu: Hide arch_cpu_init() and print_cpuinfo() for U-Boot proper by Bin Meng · 8 years ago
  29. 45ffa12 x86: qemu: Add missing DECLARE_GLOBAL_DATA_PTR in e820.c by Bin Meng · 8 years ago
  30. 0a8547a x86: squash lines for immediate return by Masahiro Yamada · 8 years ago
  31. 494ec0d x86: qemu: rename qemu/acpi_table.c by Miao Yan · 8 years ago
  32. eece493 cmd: qfw: bring ACPI generation code into qfw core by Miao Yan · 8 years ago
  33. 1868659 cmd: qfw: rename qemu_fw_cfg.[c|h] to qfw.[c|h] by Miao Yan · 8 years ago
  34. 331ba7d x86: qemu: add comment about qfw register endianness by Miao Yan · 8 years ago
  35. 2e82e74 x86: qemu: move x86 specific operations out of qfw core by Miao Yan · 8 years ago
  36. fcf5c04 x86: qemu: split qfw command interface and qfw core by Miao Yan · 8 years ago
  37. 05dd6f1 cmd: qfw: remove qemu_fwcfg_free_files() by Miao Yan · 8 years ago
  38. 34865a6 x86: qemu: fix ACPI Kconfig options by Miao Yan · 8 years ago
  39. dd6f3ab x86: qemu: Move qfw command over to cmd and add Kconfig entry by Tom Rini · 8 years ago
  40. 7b63b18 x86: Correct typo of Miao Yan's email address by Bin Meng · 8 years ago
  41. 697ec43 x86: qemu: Drop our own ACPI implementation by Bin Meng · 8 years ago
  42. 358bb3f x86: Change write_acpi_tables() signature a little bit by Bin Meng · 9 years ago
  43. 6039200 x86: qemu: Convert to use DM PCI API by Bin Meng · 9 years ago
  44. fa287b1 x86: qemu: add the ability to load and link ACPI tables from QEMU by Miao Yan · 9 years ago
  45. a3b15a0 x86: qemu: setup PM IO base for ACPI in southbridge by Miao Yan · 9 years ago
  46. 2575722 x86: qemu: re-structure qemu_fwcfg_list_firmware() by Miao Yan · 9 years ago
  47. 12d6929 dm: x86: Set up interrupt routing from interrupt_init() by Simon Glass · 9 years ago
  48. de752c5 x86: qemu: fix cpu device in smp boot by Miao Yan · 9 years ago
  49. 5a69405 x86: qemu: add a cpu uclass driver for qemu target by Miao Yan · 9 years ago
  50. f60df20 x86: qemu: add fw_cfg support by Miao Yan · 9 years ago
  51. 1d4c83c x86: tsc: Remove legacy timer codes by Bin Meng · 9 years ago
  52. 80af398 x86: Convert to use driver model timer by Bin Meng · 9 years ago
  53. aedefb6 x86: qemu: Convert to use driver model pci by Bin Meng · 9 years ago
  54. 4874859 x86: qemu: Move chipset-specific codes from pci.c to qemu.c by Bin Meng · 9 years ago
  55. 20cbafa x86: qemu: Remove call to vgabios execution by Bin Meng · 9 years ago
  56. bccdf1d x86: Add DSDT table for supporting ACPI on QEMU by Saket Sinha · 9 years ago
  57. e94019e x86: Add ACPI table support to QEMU by Saket Sinha · 9 years ago
  58. 7e4be12 x86: Allow pirq_init() to return an error by Simon Glass · 9 years ago
  59. eeae510 x86: qemu: Support operation as an EFI payload by Simon Glass · 9 years ago
  60. 9830d2e x86: qemu: Turn on PCIe ECAM address range decoding on Q35 by Bin Meng · 9 years ago
  61. a8ebf28 x86: qemu: Enable writing MP table by Bin Meng · 9 years ago
  62. e7cd070 x86: qemu: Enable I/O APIC chip select on PIIX3 by Bin Meng · 9 years ago
  63. 5c56422 x86: qemu: Implement PIRQ routing by Bin Meng · 9 years ago
  64. 4be2f42 x86: qemu: Adjust VGA initialization by Bin Meng · 9 years ago
  65. 0fcb7ac x86: qemu: Enable legacy IDE I/O ports decode by Bin Meng · 9 years ago
  66. cc7debc x86: qemu: Turn on legacy segments decode by Bin Meng · 9 years ago
  67. 9c4f541 x86: qemu: Add graphics support by Bin Meng · 9 years ago
  68. a65b25d x86: Support QEMU x86 targets by Bin Meng · 9 years ago