1. 10d569e x86: Fix up PIRQ routing table checksum earlier by Bin Meng · 8 years ago
  2. 1e2f7b9 x86: Call board_final_cleanup() in last_stage_init() by Bin Meng · 8 years ago
  3. 494ec0d x86: qemu: rename qemu/acpi_table.c by Miao Yan · 8 years ago
  4. eece493 cmd: qfw: bring ACPI generation code into qfw core by Miao Yan · 8 years ago
  5. 1868659 cmd: qfw: rename qemu_fw_cfg.[c|h] to qfw.[c|h] by Miao Yan · 8 years ago
  6. 331ba7d x86: qemu: add comment about qfw register endianness by Miao Yan · 8 years ago
  7. 2e82e74 x86: qemu: move x86 specific operations out of qfw core by Miao Yan · 8 years ago
  8. fcf5c04 x86: qemu: split qfw command interface and qfw core by Miao Yan · 8 years ago
  9. 05dd6f1 cmd: qfw: remove qemu_fwcfg_free_files() by Miao Yan · 8 years ago
  10. 34865a6 x86: qemu: fix ACPI Kconfig options by Miao Yan · 8 years ago
  11. dd6f3ab x86: qemu: Move qfw command over to cmd and add Kconfig entry by Tom Rini · 9 years ago
  12. 4470f2d x86: baytrail: Generate ACPI FADT/MADT tables by Bin Meng · 9 years ago
  13. 42f8ebf x86: baytrail: Add platform ASL files by Bin Meng · 9 years ago
  14. fc4f5cc x86: acpi: Return table length in acpi_create_madt_lapics() by Bin Meng · 9 years ago
  15. 9e70a11 x86: acpi: Add some generic ASL libraries by Bin Meng · 9 years ago
  16. 7e6343e x86: acpi: Clean up table header revisions by Bin Meng · 9 years ago
  17. 25e133e x86: acpi: Align FACS table to a 64 byte boundary by Bin Meng · 9 years ago
  18. 7e79a6b x86: acpi: Use u32 in table write routines by Bin Meng · 9 years ago
  19. ab5efd5 x86: acpi: Adjust order in acpi_table.c by Bin Meng · 9 years ago
  20. dfbb18b x86: acpi: Change fill_header() by Bin Meng · 9 years ago
  21. cea9131 x86: acpi: Remove acpi_create_ssdt_generator() by Bin Meng · 9 years ago
  22. 728c4af x86: acpi: Reorder code in acpi_table.h by Bin Meng · 9 years ago
  23. 8a8c035 x86: acpi: Various changes to acpi_table.h by Bin Meng · 9 years ago
  24. f444662 x86: acpi: Remove unused codes by Bin Meng · 9 years ago
  25. ce8dd77 x86: dts: Update to include ACTL register details by Bin Meng · 9 years ago
  26. d4e61f5 x86: irq: Enable SCI on IRQ9 by Bin Meng · 9 years ago
  27. 07ac84e x86: irq: Reserve IRQ9 for ACPI in PIC mode by Bin Meng · 9 years ago
  28. dca4d1a x86: acpi: Fix compiler warnings in write_acpi_tables() by Bin Meng · 9 years ago
  29. 5cb0f0d x86: Fix build warning in tables.c when CONFIG_SEABIOS by Bin Meng · 9 years ago
  30. b652447 x86: Drop asm/acpi.h by Bin Meng · 9 years ago
  31. a219639 dm: Rename disk uclass to ahci by Simon Glass · 9 years ago
  32. 7b63b18 x86: Correct typo of Miao Yan's email address by Bin Meng · 9 years ago
  33. 697ec43 x86: qemu: Drop our own ACPI implementation by Bin Meng · 9 years ago
  34. c135211 arm: x86: Drop command-line code when CONFIG_CMDLINE is disabled by Simon Glass · 9 years ago
  35. 82ceba2 x86: Add congatec conga-QA3/E3845-4G (Bay Trail) support by Stefan Roese · 9 years ago
  36. 374e78e x86: Add support for the samus chromebook by Simon Glass · 9 years ago
  37. e5aa8a9 x86: Support a chained-boot development flow by Simon Glass · 9 years ago
  38. 69ca6fd x86: dts: Drop memory SPD compatible string by Simon Glass · 9 years ago
  39. 147ba41 x86: ivybridge: Convert to use the common SDRAM code by Simon Glass · 9 years ago
  40. 65dd150 x86: Add common SDRAM-init code by Simon Glass · 9 years ago
  41. 7e4a6ae x86: Move common PCH code into a common place by Simon Glass · 9 years ago
  42. 1cb1611 x86: Add a function to set the IOAPIC ID by Simon Glass · 9 years ago
  43. b697b84 x86: broadwell: Add support for high-speed I/O lane with ME by Simon Glass · 9 years ago
  44. 2627c7e x86: broadwell: Add support for SDRAM setup by Simon Glass · 9 years ago
  45. 71a8f20 x86: broadwell: Add power-control support by Simon Glass · 9 years ago
  46. e799485 x86: broadwell: Add reference code support by Simon Glass · 9 years ago
  47. 08cb742 x86: broadwell: Add an LPC driver by Simon Glass · 9 years ago
  48. da3363d x86: broadwell: Add a northbridge driver by Simon Glass · 9 years ago
  49. d2c29d9 x86: broadwell: Add a SATA driver by Simon Glass · 9 years ago
  50. b24f5c4 x86: broadwell: Add a pinctrl driver by Simon Glass · 9 years ago
  51. 1e6f4e5 x86: broadwell: Add a PCH driver by Simon Glass · 9 years ago
  52. 2f3f477 x86: Add basic support for broadwell by Simon Glass · 9 years ago
  53. 0adf8d3 x86: Add support for running Intel reference code by Simon Glass · 9 years ago
  54. 779653b x86: Drop all the old pin configuration code by Simon Glass · 9 years ago
  55. 7ac99be x86: Add an ICH6 pin configuration driver by Simon Glass · 9 years ago
  56. 0a10f44 x86: link: Add pin configuration to the device tree by Simon Glass · 9 years ago
  57. e77b62e x86: Update microcode for secondary CPUs by Simon Glass · 9 years ago
  58. 6499277 x86: ivybridge: Show microcode version for each core by Simon Glass · 9 years ago
  59. 6bcb675 x86: Record the CPU details when starting each core by Simon Glass · 9 years ago
  60. f7d35bc x86: Move common MRC Kconfig options to the common file by Simon Glass · 9 years ago
  61. 005174d x86: Allow I/O functions to use pointers by Simon Glass · 9 years ago
  62. 30928c1 x86: Add macros to clear and set I/O bits by Simon Glass · 9 years ago
  63. b70e742 x86: ivybridge: Drop sandybridge_early_init() by Simon Glass · 9 years ago
  64. 8b900a4 x86: Move Intel Management Engine code to a common place by Simon Glass · 9 years ago
  65. 2a605d4 x86: Rename PORT_RESET to IO_PORT_RESET by Simon Glass · 9 years ago
  66. 50dd3da x86: Move common CPU code to its own place by Simon Glass · 9 years ago
  67. 8c30b57 x86: Move common LPC code to its own place by Simon Glass · 9 years ago
  68. bb096b9 x86: Add the root-complex block to common intel registers by Simon Glass · 9 years ago
  69. 06d336c x86: Create a common header for Intel register access by Simon Glass · 9 years ago
  70. 9e66506 x86: Move microcode code to a common location by Simon Glass · 9 years ago
  71. 1223d73 x86: Move cache-as-RAM code into a common location by Simon Glass · 9 years ago
  72. 342727a x86: cpu: Add functions to return the family and stepping by Simon Glass · 9 years ago
  73. 5a34957 x86: broadwell: Add a few microcode files by Simon Glass · 9 years ago
  74. d116b53 x86: Add comments to the SIPI vector by Simon Glass · 9 years ago
  75. 2254e34 x86: Tidy up mp_init to reduce duplication by Simon Glass · 9 years ago
  76. fde4677 x86: Correct duplicate POST values by Simon Glass · 9 years ago
  77. d6d50db x86: gpio: Correct GPIO setup ordering by Simon Glass · 9 years ago
  78. 963a811 x86: dts: link: Add board ID GPIOs by Simon Glass · 9 years ago
  79. a86d454 x86: dts: link: Move SPD info into the memory controller by Simon Glass · 9 years ago
  80. e9822d4 x86: link: Add required GPIO properties by Simon Glass · 9 years ago
  81. 8bf08b4 x86: Add some more common MSR indexes by Simon Glass · 9 years ago
  82. 6d24a1e x86: cpu: Make the vendor table const by Simon Glass · 9 years ago
  83. 3cf2371 x86: Support booting SeaBIOS by Bin Meng · 9 years ago
  84. 26f9a9b x86: Implement functions for writing coreboot table by Bin Meng · 9 years ago
  85. ff94c21 x86: Support writing configuration tables in high area by Bin Meng · 9 years ago
  86. ef4d0a5 x86: Simplify codes in write_tables() by Bin Meng · 9 years ago
  87. 358bb3f x86: Change write_acpi_tables() signature a little bit by Bin Meng · 9 years ago
  88. 897e1dc x86: Use a macro for ROM table alignment by Bin Meng · 9 years ago
  89. a5221b5 x86: Change to use start/end address pair in write_tables() by Bin Meng · 9 years ago
  90. f2d0690 x86: Clean up coreboot_tables.h by Bin Meng · 9 years ago
  91. 1329020 x86: Move sysinfo related to sysinfo.h by Bin Meng · 9 years ago
  92. f1d6fda x86: Move asm/arch-coreboot/tables.h to a common place by Bin Meng · 9 years ago
  93. 3f603cb dm: Use uclass_first_device_err() where it is useful by Simon Glass · 9 years ago
  94. a2e3b05 x86: Add Intel Cougar Canyon 2 board by Bin Meng · 9 years ago
  95. 87077e9 x86: ivybridge: bd82x6x: Support FSP enabled configuration by Bin Meng · 9 years ago
  96. dc5be50 x86: fsp: Make sure HOB list is not overwritten by U-Boot by Bin Meng · 9 years ago
  97. 4374139 x86: ivybridge: Add FSP support by Bin Meng · 9 years ago
  98. 4fd64d0 x86: fix memalign() parameter order by Stephen Warren · 9 years ago
  99. 57dc53a Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · 9 years ago
  100. a187559 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago