1. b6409ec dm: x86: Move link to use driver model for video by Simon Glass · 8 years ago
  2. ca6c5e0 i2c: intel_i2c: SMBus driver PCI addition (e.g. BayTrail) by Stefan Roese · 8 years ago
  3. 7e4a6ae x86: Move common PCH code into a common place by Simon Glass · 9 years ago
  4. b70e742 x86: ivybridge: Drop sandybridge_early_init() by Simon Glass · 9 years ago
  5. 8b900a4 x86: Move Intel Management Engine code to a common place by Simon Glass · 9 years ago
  6. 50dd3da x86: Move common CPU code to its own place by Simon Glass · 9 years ago
  7. 8c30b57 x86: Move common LPC code to its own place by Simon Glass · 9 years ago
  8. bb096b9 x86: Add the root-complex block to common intel registers by Simon Glass · 9 years ago
  9. 06d336c x86: Create a common header for Intel register access by Simon Glass · 9 years ago
  10. 9e66506 x86: Move microcode code to a common location by Simon Glass · 9 years ago
  11. 8bf08b4 x86: Add some more common MSR indexes by Simon Glass · 9 years ago
  12. 4374139 x86: ivybridge: Add FSP support by Bin Meng · 9 years ago
  13. 2b7ff26 x86: Drop asm/arch/gpio.h by Bin Meng · 9 years ago
  14. 25d5352 x86: ivybridge: Use syscon for the GMA device by Simon Glass · 9 years ago
  15. b2a6235 x86: ivybridge: Drop XHCI support by Simon Glass · 9 years ago
  16. 278d3a4 x86: ivybridge: Drop special EHCI init by Simon Glass · 9 years ago
  17. 1605b10 x86: ivybridge: Sort out the calls to bridge_silicon_revision() by Simon Glass · 9 years ago
  18. a5ea3a7 x86: ivybridge: Move code from pch.c to bd82x6x.c by Simon Glass · 9 years ago
  19. 9434c7a x86: ivybridge: Convert pch.c to use DM PCI API by Simon Glass · 9 years ago
  20. fad1296 x86: ivybridge: Convert report_platform to DM PCI API by Simon Glass · 9 years ago
  21. c02a424 x86: ivybridge: Convert SDRAM init to use driver model by Simon Glass · 9 years ago
  22. 4e19072 x86: ivybridge: Move LPC init into the LPC probe() method by Simon Glass · 9 years ago
  23. 865c24e x86: ivybridge: Move lpc_enable() into gma.c by Simon Glass · 9 years ago
  24. 01a6790 x86: ivybridge: Use the SATA driver to do the init by Simon Glass · 9 years ago
  25. 82935b7 x86: ivybridge: Drop the unused bd82x6x_init_extra() by Simon Glass · 9 years ago
  26. d46f2a6 x86: ivybridge: Do the SATA init before relocation by Simon Glass · 9 years ago
  27. 1a9dd22 x86: ivybridge: Use driver model PCI API in bd82x6x.c by Simon Glass · 9 years ago
  28. 9ed781a x86: ivybridge: Move northbridge and PCH init into drivers by Simon Glass · 9 years ago
  29. 9d156b5 x86: ivybridge: Move CPU init code into the driver by Simon Glass · 9 years ago
  30. 2b27d20 x86: ivybridge: Rename lpc_init() to lpc_init_extra() by Simon Glass · 9 years ago
  31. 858361b x86: ivybridge: Rename bd82x6x_init() by Simon Glass · 9 years ago
  32. 788cd90 x86: ivybridge: Move lpc_early_init() to probe() by Simon Glass · 9 years ago
  33. 4edde96 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 9 years ago
  34. 87968de x86: ivybridge: Add macros for LPC decode ranges by Bin Meng · 9 years ago
  35. 9bf727f dm: x86: ivybridge: Convert graphics init to use DM PCI API by Simon Glass · 9 years ago
  36. f6220f1 x86: Move mrccache.[c|h] to a common place by Bin Meng · 9 years ago
  37. 63d54a6 x86: Clean up lapic codes by Bin Meng · 9 years ago
  38. ede9709 x86: Add a CPU driver for baytrail by Simon Glass · 9 years ago
  39. 45b5a37 x86: Add multi-processor init by Simon Glass · 9 years ago
  40. ba45756 dm: x86: spi: Convert ICH SPI driver to driver model by Simon Glass · 10 years ago
  41. aad78d2 dm: x86: pci: Convert chromebook_link to use driver model for pci by Simon Glass · 10 years ago
  42. 2d934e5 x86: Rename MMCONF_BASE_ADDRESS and make it common across x86 by Simon Glass · 10 years ago
  43. 191c008 x86: Implement a cache for Memory Reference Code parameters by Simon Glass · 10 years ago
  44. c72f74e x86: ivybridge: Update microcode early in boot by Simon Glass · 10 years ago
  45. e6126a5 x86: move arch-specific asmlinkage to <asm/linkage.h> by Masahiro Yamada · 10 years ago
  46. 2795573 x86: ich6-gpio: Move setup_pch_gpios() to board support codes by Bin Meng · 10 years ago
  47. effcf06 x86: Add initial video device init for Intel GMA by Simon Glass · 10 years ago
  48. 2477427 x86: ivybridge: Add northbridge init functions by Simon Glass · 10 years ago
  49. bb80be3 x86: Add init for model 206AX CPU by Simon Glass · 10 years ago
  50. a6d4c45 x86: ivybridge: Set up XHCI USB by Simon Glass · 10 years ago
  51. 9baeca4 x86: ivybridge: Set up EHCI USB by Simon Glass · 10 years ago
  52. 3ac8393 x86: ivybridge: Add SATA init by Simon Glass · 10 years ago
  53. 8c74a57 x86: ivybridge: Add PCH init by Simon Glass · 10 years ago
  54. 4e7a6ac x86: ivybridge: Add support for BD82x6x PCH by Simon Glass · 10 years ago
  55. 65dd74a x86: ivybridge: Implement SDRAM init by Simon Glass · 10 years ago
  56. 1b4f25f x86: ivybridge: Add support for early GPIO init by Simon Glass · 10 years ago
  57. 8e0df06 x86: ivybridge: Add early init for PCH devices by Simon Glass · 10 years ago
  58. 77f9b1f x86: ivybridge: Perform Intel microcode update on boot by Simon Glass · 10 years ago
  59. f5fbbe9 x86: ivybridge: Perform initial CPU setup by Simon Glass · 10 years ago
  60. 2b60515 x86: ivybridge: Add early LPC init so that serial works by Simon Glass · 10 years ago
  61. 8ef0757 x86: Add chromebook_link board by Simon Glass · 10 years ago