Commit Graph

115 Commits (f2a8279e7647411cfdd694daec7903d60da5a36f)

Author SHA1 Message Date
Bin Meng a2e3b05e16 x86: Add Intel Cougar Canyon 2 board 9 years ago
Bin Meng 87077e97d1 x86: ivybridge: bd82x6x: Support FSP enabled configuration 9 years ago
Bin Meng 4374139627 x86: ivybridge: Add FSP support 9 years ago
Bin Meng ec2af6f82d x86: pch: Implement get_gpio_base op 9 years ago
Bin Meng 3e389d8ba6 dm: pch: Rename get_sbase op to get_spi_base 9 years ago
Bin Meng d02be99e67 dm: pch: Remove pch_get_version op 9 years ago
Simon Glass 25d5352c71 x86: ivybridge: Use syscon for the GMA device 9 years ago
Simon Glass 98655f3a8d x86: Set up a shared syscon numbering schema 9 years ago
Simon Glass 67292e4c27 x86: ivybridge: Drop the SMM-locking code 9 years ago
Simon Glass b2a6235920 x86: ivybridge: Drop XHCI support 9 years ago
Simon Glass 278d3a4444 x86: ivybridge: Drop special EHCI init 9 years ago
Simon Glass 1605b10032 x86: ivybridge: Sort out the calls to bridge_silicon_revision() 9 years ago
Simon Glass a5ea3a7d4a x86: ivybridge: Move code from pch.c to bd82x6x.c 9 years ago
Simon Glass 9434c7a35d x86: ivybridge: Convert pch.c to use DM PCI API 9 years ago
Simon Glass fad12961b0 x86: ivybridge: Convert report_platform to DM PCI API 9 years ago
Simon Glass c02a4242c8 x86: ivybridge: Convert SDRAM init to use driver model 9 years ago
Simon Glass 1641bb8cc7 x86: ivybridge: Convert sdram_initialise() to use DM PCI API 9 years ago
Simon Glass 2588e71132 x86: ivybridge: Convert dram_init() to use DM PCI API 9 years ago
Simon Glass 5213f280fc x86: ivybridge: Convert enable_usb_bar() to use DM PCI API 9 years ago
Simon Glass 0c7645bde0 x86: ivybridge: Use the I2C driver to perform SMbus init 9 years ago
Simon Glass 4265abd413 x86: ivybridge: Convert lpc init code to DM PCI API 9 years ago
Simon Glass cdc337ed8f x86: ivybridge: Drop the special PCI driver 9 years ago
Simon Glass 4e19072907 x86: ivybridge: Move LPC init into the LPC probe() method 9 years ago
Simon Glass 865c24eea1 x86: ivybridge: Move lpc_enable() into gma.c 9 years ago
Simon Glass ddf10c20d2 x86: ivybridge: Use driver model PCI API in sata.c 9 years ago
Simon Glass 01a679084b x86: ivybridge: Use the SATA driver to do the init 9 years ago
Simon Glass 82935b751b x86: ivybridge: Drop the unused bd82x6x_init_extra() 9 years ago
Simon Glass d46f2a68e6 x86: ivybridge: Do the SATA init before relocation 9 years ago
Simon Glass 887cba8f38 x86: ivybridge: Drop unnecessary northbridge setup 9 years ago
Simon Glass 1a9dd221c6 x86: ivybridge: Use driver model PCI API in bd82x6x.c 9 years ago
Simon Glass 9ed781a6ff x86: ivybridge: Move northbridge and PCH init into drivers 9 years ago
Simon Glass 279006db4f x86: ivybridge: Move early init code into northbridge.c 9 years ago
Simon Glass d173185d73 x86: ivybridge: Drop the dead MTRR code 9 years ago
Simon Glass 709b1902d2 x86: ivybridge: Set up the thermal target correctly 9 years ago
Simon Glass 9d156b5725 x86: ivybridge: Move CPU init code into the driver 9 years ago
Simon Glass bba22a97a7 x86: ivybridge: Use common CPU init code 9 years ago
Simon Glass 9fd11c7a8c x86: ivybridge: Move GPIO init to the LPC init() method 9 years ago
Simon Glass fcd30cdfa8 x86: ivybridge: Move sandybridge init to the lpc probe() method 9 years ago
Simon Glass 17e0a9ab08 x86: ivybridge: Move graphics init much later 9 years ago
Simon Glass f633efa30f x86: ivybridge: Probe the LPC in CPU init 9 years ago
Simon Glass 2b27d20529 x86: ivybridge: Rename lpc_init() to lpc_init_extra() 9 years ago
Simon Glass 977a591893 x86: ivybridge: Move LPC and PCH init into northbridge probe() 9 years ago
Simon Glass 655925a9c5 x86: ivybridge: Move northbridge init into the probe() method 9 years ago
Simon Glass e40a6e3f10 x86: ivybridge: Add a driver for the bd82x6x northbridge 9 years ago
Simon Glass 858361b174 x86: ivybridge: Rename bd82x6x_init() 9 years ago
Simon Glass fe40bd4d8f x86: ivybridge: Move more init to the probe() function 9 years ago
Simon Glass 788cd90864 x86: ivybridge: Move lpc_early_init() to probe() 9 years ago
Simon Glass 4acc83d437 x86: ivybridge: Set up the LPC device using driver model 9 years ago
Simon Glass f2b85ab5e6 dm: x86: spi: Convert ICH SPI driver to driver model PCI API 9 years ago
Bin Meng fa331fad1e x86: ivybridge: Do not require HAVE_INTEL_ME 9 years ago