Commit Graph

150 Commits (ffc76589d0e728877992b7247a2ced39025e4493)

Author SHA1 Message Date
Simon Glass 1641bb8cc7 x86: ivybridge: Convert sdram_initialise() to use DM PCI API 10 years ago
Simon Glass 2588e71132 x86: ivybridge: Convert dram_init() to use DM PCI API 10 years ago
Simon Glass 5213f280fc x86: ivybridge: Convert enable_usb_bar() to use DM PCI API 10 years ago
Simon Glass 0c7645bde0 x86: ivybridge: Use the I2C driver to perform SMbus init 10 years ago
Simon Glass 4265abd413 x86: ivybridge: Convert lpc init code to DM PCI API 10 years ago
Simon Glass cdc337ed8f x86: ivybridge: Drop the special PCI driver 10 years ago
Simon Glass 4e19072907 x86: ivybridge: Move LPC init into the LPC probe() method 10 years ago
Simon Glass 865c24eea1 x86: ivybridge: Move lpc_enable() into gma.c 10 years ago
Simon Glass ddf10c20d2 x86: ivybridge: Use driver model PCI API in sata.c 10 years ago
Simon Glass 01a679084b x86: ivybridge: Use the SATA driver to do the init 10 years ago
Simon Glass 82935b751b x86: ivybridge: Drop the unused bd82x6x_init_extra() 10 years ago
Simon Glass d46f2a68e6 x86: ivybridge: Do the SATA init before relocation 10 years ago
Simon Glass 887cba8f38 x86: ivybridge: Drop unnecessary northbridge setup 10 years ago
Simon Glass 1a9dd221c6 x86: ivybridge: Use driver model PCI API in bd82x6x.c 10 years ago
Simon Glass 9ed781a6ff x86: ivybridge: Move northbridge and PCH init into drivers 10 years ago
Simon Glass 279006db4f x86: ivybridge: Move early init code into northbridge.c 10 years ago
Simon Glass d173185d73 x86: ivybridge: Drop the dead MTRR code 10 years ago
Simon Glass 709b1902d2 x86: ivybridge: Set up the thermal target correctly 10 years ago
Simon Glass 9d156b5725 x86: ivybridge: Move CPU init code into the driver 10 years ago
Simon Glass bba22a97a7 x86: ivybridge: Use common CPU init code 10 years ago
Simon Glass 9fd11c7a8c x86: ivybridge: Move GPIO init to the LPC init() method 10 years ago
Simon Glass fcd30cdfa8 x86: ivybridge: Move sandybridge init to the lpc probe() method 10 years ago
Simon Glass 17e0a9ab08 x86: ivybridge: Move graphics init much later 10 years ago
Simon Glass f633efa30f x86: ivybridge: Probe the LPC in CPU init 10 years ago
Simon Glass 2b27d20529 x86: ivybridge: Rename lpc_init() to lpc_init_extra() 10 years ago
Simon Glass 977a591893 x86: ivybridge: Move LPC and PCH init into northbridge probe() 10 years ago
Simon Glass 655925a9c5 x86: ivybridge: Move northbridge init into the probe() method 10 years ago
Simon Glass e40a6e3f10 x86: ivybridge: Add a driver for the bd82x6x northbridge 10 years ago
Simon Glass 858361b174 x86: ivybridge: Rename bd82x6x_init() 10 years ago
Simon Glass fe40bd4d8f x86: ivybridge: Move more init to the probe() function 10 years ago
Simon Glass 788cd90864 x86: ivybridge: Move lpc_early_init() to probe() 10 years ago
Simon Glass 4acc83d437 x86: ivybridge: Set up the LPC device using driver model 10 years ago
Simon Glass f2b85ab5e6 dm: x86: spi: Convert ICH SPI driver to driver model PCI API 10 years ago
Bin Meng fa331fad1e x86: ivybridge: Do not require HAVE_INTEL_ME 10 years ago
Simon Glass 3f4e1e8efc dm: pci: video: Convert video and pci_rom to use DM PCI API 10 years ago
Simon Glass 9bf727fcc4 dm: x86: ivybridge: Convert graphics init to use DM PCI API 10 years ago
Bin Meng 789fa275b3 x86: Remove HAVE_ACPI_RESUME 10 years ago
Bin Meng d475d59020 x86: Remove CPU_INTEL_SOCKET_RPGA989 10 years ago
Bin Meng efe2d80cca x86: Clean up ivybridge/chrome Kconfig options 10 years ago
Bin Meng 9bf76c21e0 x86: ivybridge: Remove NORTHBRIDGE_INTEL_SANDYBRIDGE 10 years ago
Bin Meng 80af39842e x86: Convert to use driver model timer 10 years ago
Bin Meng 3e45de6ed4 x86: ivybridge: Enable the MRC cache 10 years ago
Simon Glass fd8f4729ac x86: ivybridge: Measure the MRC code execution time 10 years ago
Simon Glass e9b3967c0c x86: ivybridge: Fix car_uninit() to correctly set run state 10 years ago
Simon Glass 9fbc5ccd79 x86: ivybridge: Check the RTC return value 10 years ago
Simon Glass 53327d3e61 x86: ivybridge: Use 'ret' instead of 'rcode' 10 years ago
Simon Glass 7b95252d82 x86: chromebook_link: Enable the debug UART 10 years ago
Bin Meng c6c80d8b3e x86: ivybridge: Correct two typos for MRC 10 years ago
Bin Meng 4b9f6a669e x86: Use struct mrc_region to describe a mrc region 10 years ago
Bin Meng 42913a1c7a x86: ivybridge: Use APIs provided in the mrccache lib 10 years ago