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