1. c17d450 x86: Record the CPU details when starting each core by Simon Glass · 9 years ago
  2. b41d2e31 x86: Allow I/O functions to use pointers by Simon Glass · 9 years ago
  3. c6c2997 x86: Add macros to clear and set I/O bits by Simon Glass · 9 years ago
  4. 05a0a9b x86: ivybridge: Drop sandybridge_early_init() by Simon Glass · 9 years ago
  5. b67be7e x86: Move Intel Management Engine code to a common place by Simon Glass · 9 years ago
  6. 8b73e9f x86: Rename PORT_RESET to IO_PORT_RESET by Simon Glass · 9 years ago
  7. 780ba48 x86: Move common CPU code to its own place by Simon Glass · 9 years ago
  8. 63e08a2 x86: Move common LPC code to its own place by Simon Glass · 9 years ago
  9. ab39d33 x86: Add the root-complex block to common intel registers by Simon Glass · 9 years ago
  10. 5535730 x86: Create a common header for Intel register access by Simon Glass · 9 years ago
  11. 2df6188 x86: Move microcode code to a common location by Simon Glass · 9 years ago
  12. 2f462fd x86: cpu: Add functions to return the family and stepping by Simon Glass · 9 years ago
  13. c926bfc x86: Add comments to the SIPI vector by Simon Glass · 9 years ago
  14. 7f3ccae x86: Correct duplicate POST values by Simon Glass · 9 years ago
  15. ec5c786 x86: gpio: Correct GPIO setup ordering by Simon Glass · 9 years ago
  16. 9d95358 x86: Add some more common MSR indexes by Simon Glass · 9 years ago
  17. 96030fa x86: Support booting SeaBIOS by Bin Meng · 9 years ago
  18. 3815d57 x86: Implement functions for writing coreboot table by Bin Meng · 9 years ago
  19. 5c54910 x86: Change write_acpi_tables() signature a little bit by Bin Meng · 9 years ago
  20. 900e49a x86: Use a macro for ROM table alignment by Bin Meng · 9 years ago
  21. 1754675 x86: Clean up coreboot_tables.h by Bin Meng · 9 years ago
  22. d75fb95 x86: Move sysinfo related to sysinfo.h by Bin Meng · 9 years ago
  23. 164e757 x86: Move asm/arch-coreboot/tables.h to a common place by Bin Meng · 9 years ago
  24. 5dbe304 x86: ivybridge: Add FSP support by Bin Meng · 9 years ago
  25. cc2a370 x86: Drop pci_type1.c and DEFINE_PCI_DEVICE_TABLE by Bin Meng · 9 years ago
  26. bc35d34 x86: pci: Drop legacy PCI APIs by Bin Meng · 9 years ago
  27. a5a2003 x86: irq: Move irq_router to a per driver priv by Bin Meng · 9 years ago
  28. 9570d1f x86: Drop asm/arch/gpio.h by Bin Meng · 9 years ago
  29. 3b68c52 x86: qemu: add the ability to load and link ACPI tables from QEMU by Miao Yan · 9 years ago
  30. 35603ff x86: qemu: setup PM IO base for ACPI in southbridge by Miao Yan · 9 years ago
  31. c90a058 x86: qemu: re-structure qemu_fwcfg_list_firmware() by Miao Yan · 9 years ago
  32. a377b7c x86: baytrail: Add option to disable the internal UART to setup_early_uart() by Stefan Roese · 9 years ago
  33. a75abeb x86: ivybridge: Use syscon for the GMA device by Simon Glass · 9 years ago
  34. 43a5034 x86: Set up a shared syscon numbering schema by Simon Glass · 9 years ago
  35. 72ce7ef x86: ivybridge: Drop XHCI support by Simon Glass · 9 years ago
  36. 74a9e6a x86: ivybridge: Drop special EHCI init by Simon Glass · 9 years ago
  37. 11f76a7 x86: ivybridge: Sort out the calls to bridge_silicon_revision() by Simon Glass · 9 years ago
  38. 6c9e1d8 x86: ivybridge: Move code from pch.c to bd82x6x.c by Simon Glass · 9 years ago
  39. b3a9e51 x86: ivybridge: Convert pch.c to use DM PCI API by Simon Glass · 9 years ago
  40. cd7f2d9 x86: ivybridge: Convert report_platform to DM PCI API by Simon Glass · 9 years ago
  41. 37a91ff x86: ivybridge: Convert SDRAM init to use driver model by Simon Glass · 9 years ago
  42. 40e7a20 x86: ivybridge: Move LPC init into the LPC probe() method by Simon Glass · 9 years ago
  43. 5337b43 x86: ivybridge: Move lpc_enable() into gma.c by Simon Glass · 9 years ago
  44. 39f3f8c x86: ivybridge: Use the SATA driver to do the init by Simon Glass · 9 years ago
  45. c0cf9ac x86: ivybridge: Drop the unused bd82x6x_init_extra() by Simon Glass · 9 years ago
  46. 5cc400b x86: ivybridge: Do the SATA init before relocation by Simon Glass · 9 years ago
  47. e5bdccd x86: ivybridge: Use driver model PCI API in bd82x6x.c by Simon Glass · 9 years ago
  48. 4fa56b1 x86: ivybridge: Move northbridge and PCH init into drivers by Simon Glass · 9 years ago
  49. 0aa7bfa x86: Make x86_init_cpus() static by Simon Glass · 9 years ago
  50. 5e469f3 x86: ivybridge: Move CPU init code into the driver by Simon Glass · 9 years ago
  51. ee30129 x86: ivybridge: Rename lpc_init() to lpc_init_extra() by Simon Glass · 9 years ago
  52. a7b1d95 x86: ivybridge: Rename bd82x6x_init() by Simon Glass · 9 years ago
  53. 62b3717 x86: ivybridge: Move lpc_early_init() to probe() by Simon Glass · 9 years ago
  54. 660680d dm: x86: Drop the weak cpu_irq_init() function by Simon Glass · 9 years ago
  55. 7da3ca6 dm: x86: Add a common PIRQ init function by Simon Glass · 9 years ago
  56. 754f55e dm: x86: Set up interrupt routing from interrupt_init() by Simon Glass · 9 years ago
  57. e237880 Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
  58. 19af854 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 9 years ago
  59. 58a3ce2 x86: qemu: add fw_cfg support by Miao Yan · 9 years ago
  60. 68c94b4 x86: ivybridge: Add macros for LPC decode ranges by Bin Meng · 9 years ago
  61. 4a076fe x86: fsp: Set up init runtime buffer in update_fsp_configs() by Bin Meng · 9 years ago
  62. bf21c09 x86: fsp: Move struct fspinit_rtbuf definition to chipset header by Bin Meng · 9 years ago
  63. c24aebd x86: fsp: Rename update_fsp_upd() and change its signature by Bin Meng · 9 years ago
  64. a0c94dc x86: fsp: Rename shared_data to fsp_config_data by Bin Meng · 9 years ago
  65. 9936148 x86: fsp: Add boot_mode as a member of struct shared_data by Bin Meng · 9 years ago
  66. 40745a0 x86: fsp: Avoid cast stack_top in struct shared_data by Bin Meng · 9 years ago
  67. 001d5c7 x86: fsp: Simplify fsp_continue() by Bin Meng · 9 years ago
  68. 3523035 dm: x86: ivybridge: Convert graphics init to use DM PCI API by Simon Glass · 9 years ago
  69. 712326e x86: tsc: Remove legacy timer codes by Bin Meng · 9 years ago
  70. 1ace7a3 x86: Remove MIN_PORT80_KCLOCKS_DELAY by Bin Meng · 9 years ago
  71. d58d3e7 x86: Remove legacy pci codes by Bin Meng · 9 years ago
  72. 239a40a x86: queensbay: Really disable IGD by Bin Meng · 9 years ago
  73. b29a08c x86: Rename pcat_ to i8254 and i8259 accordingly by Bin Meng · 9 years ago
  74. cb68a1a x86: Fix cosmetic issues in the i8254 and i8259 codes by Bin Meng · 9 years ago
  75. e7a76e5 x86: Rename CONFIG_SYS_NUM_IRQS to SYS_NUM_IRQS by Bin Meng · 9 years ago
  76. 15eaa97 x86: Use the generic bitops headers by Fabio Estevam · 9 years ago
  77. 2845ead x86: Use struct mrc_region to describe a mrc region by Bin Meng · 9 years ago
  78. 1f81b59 x86: Add more common routines to manipulate mrc cache by Bin Meng · 9 years ago
  79. 8575ab1 x86: Add various minor tidy-ups in mrccache codes by Bin Meng · 9 years ago
  80. d61a7b4 x86: Do sanity test on the cache record in mrccache_update() by Bin Meng · 9 years ago
  81. 21666cf x86: Move mrccache.[c|h] to a common place by Bin Meng · 9 years ago
  82. ae5bedb x86: Add SMBIOS table support by Bin Meng · 9 years ago
  83. a489963 x86: Move install_e820_map() out of zimage.c by Bin Meng · 9 years ago
  84. 2f0999e x86: Allow disabling IGD on Intel Queensbay by Bin Meng · 9 years ago
  85. 0244ef4 x86: quark: Configure MTRR to enable cache by Bin Meng · 9 years ago
  86. 8f578db x86: quark: Initialize thermal sensor properly by Bin Meng · 9 years ago
  87. 619c90a x86: quark: Lock HMBOUND register before jumping to kernel by Bin Meng · 9 years ago
  88. 34a3571 x86: quark: Add clrbits, setbits, clrsetbits macros for message port access by Bin Meng · 9 years ago
  89. 4e19d7c x86: quark: Add PCIe/USB static register programming after memory init by Bin Meng · 9 years ago
  90. f376372 x86: quark: Add USB PHY initialization support by Bin Meng · 9 years ago
  91. 4756cac x86: Enable PCIe controller on quark/galileo by Bin Meng · 9 years ago
  92. 7ba52a0 x86: quark: Optimize MRC execution time by Bin Meng · 9 years ago
  93. 331141a x86: Generate a valid ACPI table by Saket Sinha · 9 years ago
  94. df92cee x86: superio: Add keyboard controller support to smsc_lpc47m driver by Bin Meng · 9 years ago
  95. 535109a x86: Remove calculate_relocation_address() by Bin Meng · 9 years ago
  96. 44f621f x86: coreboot: Increase memrange entry number to 32 by Bin Meng · 9 years ago
  97. 3825229 x86: Drop FSP error defines and use EFI instead by Simon Glass · 9 years ago
  98. 9909bf3 x86: Move the GDT into global_data by Simon Glass · 9 years ago
  99. bfa90c0 x86: Remove init_gd() function by Simon Glass · 9 years ago
  100. af1c2d68 x86: Allow pirq_init() to return an error by Simon Glass · 9 years ago