1. 4ffa95d x86: qemu: move QFW to its own uclass by Asherah Connor · Fri Mar 19 18:21:40 2021 +1100
  2. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  3. 791fa45 cpu: Convert the methods to use a const udevice * by Simon Glass · Sun Jan 26 22:06:27 2020 -0700
  4. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · Fri Jul 24 08:42:06 2020 -0400
  5. 7a6b641 cpu: Convert the methods to use a const udevice * by Simon Glass · Sun Jan 26 22:06:27 2020 -0700
  6. 9758973 common: Drop init.h from common header by Simon Glass · Sun May 10 11:40:02 2020 -0600
  7. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  8. 6980b6b common: Move board_get_usable_ram_top() out of common.h by Simon Glass · Thu Nov 14 12:57:45 2019 -0700
  9. 1fa70f8 common: Move checkcpu() out of common.h by Simon Glass · Thu Nov 14 12:57:34 2019 -0700
  10. ef4c9e7 x86: qemu: Report high memory in the E820 table by Bin Meng · Thu Aug 29 02:53:06 2019 -0700
  11. fc7f57f x86: qemu: Support getting high memory size by Bin Meng · Thu Aug 29 02:53:05 2019 -0700
  12. 38502eb x86: qemu: Extract getting memory size to a separate routine by Bin Meng · Thu Aug 29 02:53:04 2019 -0700
  13. 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · Fri Aug 02 09:44:25 2019 -0600
  14. 48d3ebc env: Move TOTAL_MALLOC_LEN to environment.h by Simon Glass · Thu Aug 01 09:47:11 2019 -0600
  15. cdd8df2 x86: Kconfig: spelling fixes by Chris Packham · Sun Jan 13 22:13:22 2019 +1300
  16. af5b8d2 x86: Switch to use DM sysreset driver by Bin Meng · Thu Jul 19 03:07:33 2018 -0700
  17. 49568fe x86: Add scsi command to coreboot and qemu by Bin Meng · Tue Jun 26 03:58:55 2018 -0700
  18. 12339dd x86: qemu: do not build car.o with start64.o by Heinrich Schuchardt · Tue Jun 19 19:12:15 2018 +0200
  19. 740aa42 x86: Drop QEMU-specific EFI payload support by Bin Meng · Tue Jun 12 08:36:19 2018 -0700
  20. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  21. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · Wed Apr 18 13:50:47 2018 -0400
  22. 4b8fc74 x86: Rename e820entry to e820_entry by Bin Meng · Wed Apr 11 22:02:11 2018 -0700
  23. 3838d71 x86: Use 'unsigned int' in install_e820_map() functions by Bin Meng · Wed Apr 11 22:02:10 2018 -0700
  24. edf9f62 ata: Migrate CONFIG_SCSI_AHCI to Kconfig by Tuomas Tynkkynen · Fri Dec 08 15:36:19 2017 +0200
  25. c1f72e7 x86: qemu: Move Cache-As-RAM memory from area mapped to ROM by Anton Gerasimov · Tue Nov 14 18:47:16 2017 +0100
  26. 87551f1 env: Convert CONFIG_ENV_IS_IN... to a choice by Simon Glass · Thu Aug 03 12:21:59 2017 -0600
  27. 73f5bc1 x86: Switch all boards to use DM SCSI by Bin Meng · Sun Jul 30 19:24:02 2017 -0700
  28. 5b5d173 x86: kconfig: Move USB to platform Kconfig by Bin Meng · Sun Jul 30 06:23:27 2017 -0700
  29. b1f7873 x86: qemu: kconfig: Imply platform specific drivers by Bin Meng · Sun Jul 30 06:23:24 2017 -0700
  30. 6f40e7c x86: kconfig: Select ARCH_EARLY_INIT_R in the platform Kconfig by Bin Meng · Sun Jul 30 06:23:13 2017 -0700
  31. 2f949c3 board_f: Drop setup_dram_config() wrapper by Simon Glass · Fri Mar 31 08:40:32 2017 -0600
  32. ee7c36f board_f: x86: Use checkcpu() for CPU init by Simon Glass · Tue Mar 28 10:27:30 2017 -0600
  33. 95e4a39 x86: qemu: Fix compiler warnings for 64-bit by Bin Meng · Wed Jan 18 03:32:56 2017 -0800
  34. 7172c0a x86: qemu: Hide arch_cpu_init() and print_cpuinfo() for U-Boot proper by Bin Meng · Wed Jan 18 03:32:55 2017 -0800
  35. d6da81d x86: qemu: Add missing DECLARE_GLOBAL_DATA_PTR in e820.c by Bin Meng · Wed Jan 18 03:32:51 2017 -0800
  36. 1710321 x86: squash lines for immediate return by Masahiro Yamada · Tue Sep 06 22:17:36 2016 +0900
  37. 14f5655 x86: qemu: rename qemu/acpi_table.c by Miao Yan · Sun May 22 19:37:21 2016 -0700
  38. 12970d2 cmd: qfw: bring ACPI generation code into qfw core by Miao Yan · Sun May 22 19:37:20 2016 -0700
  39. 9210627 cmd: qfw: rename qemu_fw_cfg.[c|h] to qfw.[c|h] by Miao Yan · Sun May 22 19:37:17 2016 -0700
  40. f3c6a4e x86: qemu: add comment about qfw register endianness by Miao Yan · Sun May 22 19:37:16 2016 -0700
  41. 8a15383 x86: qemu: move x86 specific operations out of qfw core by Miao Yan · Sun May 22 19:37:15 2016 -0700
  42. 4fcd7f2 x86: qemu: split qfw command interface and qfw core by Miao Yan · Sun May 22 19:37:14 2016 -0700
  43. b603eb1 cmd: qfw: remove qemu_fwcfg_free_files() by Miao Yan · Sun May 22 19:37:12 2016 -0700
  44. 75e27da x86: qemu: fix ACPI Kconfig options by Miao Yan · Sun May 22 19:37:10 2016 -0700
  45. bcb3c8d x86: qemu: Move qfw command over to cmd and add Kconfig entry by Tom Rini · Fri May 06 10:40:22 2016 -0400
  46. 529b761 x86: Correct typo of Miao Yan's email address by Bin Meng · Wed Apr 13 01:00:51 2016 -0700
  47. 1d35ada x86: qemu: Drop our own ACPI implementation by Bin Meng · Wed Apr 13 00:52:49 2016 -0700
  48. 5c54910 x86: Change write_acpi_tables() signature a little bit by Bin Meng · Sat Feb 27 22:58:00 2016 -0800
  49. 5fecada x86: qemu: Convert to use DM PCI API by Bin Meng · Mon Feb 01 01:40:56 2016 -0800
  50. 3b68c52 x86: qemu: add the ability to load and link ACPI tables from QEMU by Miao Yan · Wed Jan 20 01:57:06 2016 -0800
  51. 35603ff x86: qemu: setup PM IO base for ACPI in southbridge by Miao Yan · Wed Jan 20 01:57:05 2016 -0800
  52. c90a058 x86: qemu: re-structure qemu_fwcfg_list_firmware() by Miao Yan · Wed Jan 20 01:57:04 2016 -0800
  53. 754f55e dm: x86: Set up interrupt routing from interrupt_init() by Simon Glass · Tue Jan 19 21:32:26 2016 -0700
  54. 35f54b2 x86: qemu: fix cpu device in smp boot by Miao Yan · Thu Jan 07 01:32:04 2016 -0800
  55. 4336af6 x86: qemu: add a cpu uclass driver for qemu target by Miao Yan · Thu Jan 07 01:32:01 2016 -0800
  56. 58a3ce2 x86: qemu: add fw_cfg support by Miao Yan · Thu Jan 07 01:32:00 2016 -0800
  57. 712326e x86: tsc: Remove legacy timer codes by Bin Meng · Fri Nov 13 00:11:23 2015 -0800
  58. 38de020 x86: Convert to use driver model timer by Bin Meng · Fri Nov 13 00:11:22 2015 -0800
  59. bc9307c x86: qemu: Convert to use driver model pci by Bin Meng · Fri Nov 06 02:04:50 2015 -0800
  60. e456f2b x86: qemu: Move chipset-specific codes from pci.c to qemu.c by Bin Meng · Fri Nov 06 02:04:49 2015 -0800
  61. 1d8dd73 x86: qemu: Remove call to vgabios execution by Bin Meng · Fri Nov 06 02:04:48 2015 -0800
  62. af8d55f x86: Add DSDT table for supporting ACPI on QEMU by Saket Sinha · Sat Aug 22 12:20:57 2015 +0530
  63. d0103d9 x86: Add ACPI table support to QEMU by Saket Sinha · Sat Aug 22 12:20:56 2015 +0530
  64. af1c2d68 x86: Allow pirq_init() to return an error by Simon Glass · Mon Aug 10 07:05:08 2015 -0600
  65. 752f976 x86: qemu: Support operation as an EFI payload by Simon Glass · Tue Aug 04 12:34:03 2015 -0600
  66. 33e140d x86: qemu: Turn on PCIe ECAM address range decoding on Q35 by Bin Meng · Wed Jul 22 01:21:14 2015 -0700
  67. 354dcdd x86: qemu: Enable writing MP table by Bin Meng · Wed Jul 22 01:21:13 2015 -0700
  68. 8f71dc8 x86: qemu: Enable I/O APIC chip select on PIIX3 by Bin Meng · Wed Jul 22 01:21:11 2015 -0700
  69. ef37e7b x86: qemu: Implement PIRQ routing by Bin Meng · Wed Jun 03 09:20:06 2015 +0800
  70. 8e97e29 x86: qemu: Adjust VGA initialization by Bin Meng · Mon May 25 22:36:27 2015 +0800
  71. 19c7739 x86: qemu: Enable legacy IDE I/O ports decode by Bin Meng · Mon May 25 22:36:26 2015 +0800
  72. a8b70a1 x86: qemu: Turn on legacy segments decode by Bin Meng · Sun May 24 00:12:33 2015 +0800
  73. ceb9793 x86: qemu: Add graphics support by Bin Meng · Mon May 11 07:36:30 2015 +0800
  74. 2229c4c x86: Support QEMU x86 targets by Bin Meng · Thu May 07 21:34:08 2015 +0800