Martin Roth 
							
						 
					 
					
						
						
							
						
						e7a5062997 
					 
					
						
						
							
							util/crossgcc: Temporarily disable GDB build test on server  
						
						... 
						
						
						
						The latest debian builder image doesn't compile GDB correctly.  Disable
the build test until I can get it working again.
Signed-off-by: Martin Roth <martin@coreboot.org >
Change-Id: I7852a39ed40a7364d24d0bbf014fd25058491083
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39575 
Reviewed-by: Angel Pons <th3fanbus@gmail.com >
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr >
Tested-by: build bot (Jenkins) <no-reply@coreboot.org > 
						
						
					 
					
						2020-03-16 14:45:20 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niewöhner 
							
						 
					 
					
						
						
							
						
						0d1366dedc 
					 
					
						
						
							
							util/inteltool: add 6th gen. mobile core u/y series  
						
						... 
						
						
						
						This adds the 6th gen. mobile core u/y series.
Change-Id: I7d802452353afe568e3880765dcd340f0437b392
Signed-off-by: Michael Niewöhner <foss@mniewoehner.de >
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39568 
Reviewed-by: Angel Pons <th3fanbus@gmail.com >
Tested-by: build bot (Jenkins) <no-reply@coreboot.org > 
						
						
					 
					
						2020-03-16 14:43:22 +00:00 
						 
				 
			
				
					
						
							
							
								Matt DeVillier 
							
						 
					 
					
						
						
							
						
						01b6b245f0 
					 
					
						
						
							
							mb/51nb/x210: correct battery ACPI  
						
						... 
						
						
						
						The X210 EC reports battery values in broken mAh. These have to be
adjusted by 10000 * DGVO, as documented in
https://github.com/torvalds/linux/blob/master/drivers/acpi/battery.c .
Taken from https://github.com/harrykipper/coreboot , commits
2f68f138adb25605e5715896636cf33f6de5bd95
c1c72cc43708a6647f263a767c39cf3072908e20
Change-Id: Ie097272443b18b16c3937034f874d3b5a6bdd62a
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com >
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39142 
Reviewed-by: Felix Held <felix-coreboot@felixheld.de >
Reviewed-by: Angel Pons <th3fanbus@gmail.com >
Tested-by: build bot (Jenkins) <no-reply@coreboot.org > 
						
						
					 
					
						2020-03-16 14:42:38 +00:00 
						 
				 
			
				
					
						
							
							
								Matt DeVillier 
							
						 
					 
					
						
						
							
						
						75afc79aae 
					 
					
						
						
							
							mb/51nb/x210: update devicetree  
						
						... 
						
						
						
						- Add USB ports for SD card reader, fingerprint reader,
  and internal port.
- Enable PcieRpClkReqSupport on NVMe root port,
  correct values for ClkReq/ClkSrc.
- Improve comment for M.2-2230 USB port (BT)
Parts derived from x210_test branch of HarryKipper's repo:
https://github.com/harrykipper/coreboot 
Change-Id: Ib64629ada4726e5edc080608f71a51f56a9b747c
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com >
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39143 
Tested-by: build bot (Jenkins) <no-reply@coreboot.org >
Reviewed-by: Patrick Georgi <pgeorgi@google.com >
Reviewed-by: Angel Pons <th3fanbus@gmail.com >
Reviewed-by: Felix Held <felix-coreboot@felixheld.de > 
						
						
					 
					
						2020-03-16 14:42:30 +00:00 
						 
				 
			
				
					
						
							
							
								Matt DeVillier 
							
						 
					 
					
						
						
							
						
						6d6fb6bdd2 
					 
					
						
						
							
							mb/51nb/x210: add libgfxinit support  
						
						... 
						
						
						
						Derived from x210_test branch of HarryKipper's repo:
https://github.com/harrykipper/coreboot 
Test: build/boot x210, test eDP, MiniDP, VGA outputs
Change-Id: Ie2b79b236a458ebd243c992d6e615e41930eeb50
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com >
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39106 
Tested-by: build bot (Jenkins) <no-reply@coreboot.org >
Reviewed-by: Angel Pons <th3fanbus@gmail.com >
Reviewed-by: Felix Held <felix-coreboot@felixheld.de > 
						
						
					 
					
						2020-03-16 14:42:19 +00:00 
						 
				 
			
				
					
						
							
							
								Matthew Garrett 
							
						 
					 
					
						
						
							
						
						2f62a352ea 
					 
					
						
						
							
							mb/51nb: Add support for the 51nb X210  
						
						... 
						
						
						
						The 51nb X210 is a replacement motherboard for Thinkpad X200/X201 systems,
based on a modern Kabylake CPU. It also ships with no firmware protection,
(IFD is fully unlocked, no protected regions are set, no Bootguard),
making it an ideal coreboot target. This port is based on the support for
the Skylake-based Purism Librem 13v3, with the following significant
changes:
* EC firmware is contained within the system SPI flash, and so a blob of
  EC firmware must be injected to a defined location during image build.
* GPIO layout is different - this is currently just a raw import of the
  GPIO configuration from the vendor firmware
* The system has two DIMMs, so an additional SPD address has been added
* The USB port layout is different
* The EC must be enabled at boot time through SuperIO-style logical device
  configuration
* EC register layout is different, necessitating changes in the ACPI tables
* The HDA pins are different
* The genx_dec config is different
All hardware appears to work as expected, although the SD reader is
untested.
Signed-off-by: Matthew Garrett <mjg59@google.com >
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com >
Change-Id: If74621e76d703f629b54f1feb1acfc95cc72d183
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32531 
Tested-by: build bot (Jenkins) <no-reply@coreboot.org >
Reviewed-by: Angel Pons <th3fanbus@gmail.com >
Reviewed-by: Felix Held <felix-coreboot@felixheld.de > 
						
						
					 
					
						2020-03-16 14:42:04 +00:00 
						 
				 
			
				
					
						
							
							
								Matt DeVillier 
							
						 
					 
					
						
						
							
						
						2677e2dbf6 
					 
					
						
						
							
							ec/51nb: add support for NPCE985LA0DX EC  
						
						... 
						
						
						
						Add support for the NPCE985LA0DX, as used on the 51NB X210
(to be added in a follow-on commit, and from which this was extracted).
Original source: https://review.coreboot.org/c/coreboot/+/32531/37 
Change-Id: I5798fad7fd18083cde1aa647fd91ca9c5ce963b7
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com >
Signed-off-by: Matthew Garrett <mjg59@google.com >
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39567 
Tested-by: build bot (Jenkins) <no-reply@coreboot.org >
Reviewed-by: Angel Pons <th3fanbus@gmail.com >
Reviewed-by: Felix Held <felix-coreboot@felixheld.de > 
						
						
					 
					
						2020-03-16 14:41:57 +00:00 
						 
				 
			
				
					
						
							
							
								Tommie 
							
						 
					 
					
						
						
							
						
						93b0c7cfc6 
					 
					
						
						
							
							mb/google/kahlee/nuwani: support new Elan touch panel for Nuwani  
						
						... 
						
						
						
						This is new Elan touch screen IC, which includes touch panel and USI pen.
BUG=b:151514167
TEST=build bios and verify touch screen works fine
Signed-off-by: Tommie Lin <tong.lin@bitland.corp-partner.google.com >
Change-Id: I98801b8c31812637f71d7eaaa0f12b47901dc47a
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39494 
Tested-by: build bot (Jenkins) <no-reply@coreboot.org >
Reviewed-by: Martin Roth <martinroth@google.com > 
						
						
					 
					
						2020-03-15 16:06:13 +00:00 
						 
				 
			
				
					
						
							
							
								Subrata Banik 
							
						 
					 
					
						
						
							
						
						03abf8dbd1 
					 
					
						
						
							
							soc/intel/Kconfig: Avoid specifying dedicated chipset name  
						
						... 
						
						
						
						This patch ensures all IA chipsets and common Kconfig files
are getting included without specifying dedicated chipset names.
TEST=Able to compile CML and TGL RVP.
Change-Id: Ic2d8a8ac1c4acfabd4ded1bfd4ff359e820e174b
Signed-off-by: Subrata Banik <subrata.banik@intel.com >
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39530 
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr >
Reviewed-by: Nico Huber <nico.h@gmx.de >
Reviewed-by: Angel Pons <th3fanbus@gmail.com >
Reviewed-by: Aamir Bohra <aamir.bohra@intel.com >
Tested-by: build bot (Jenkins) <no-reply@coreboot.org > 
						
						
					 
					
						2020-03-15 13:12:05 +00:00 
						 
				 
			
				
					
						
							
							
								Matt DeVillier 
							
						 
					 
					
						
						
							
						
						083e4ef1ef 
					 
					
						
						
							
							drivers/smmstore: default to selected for Tianocore payload  
						
						... 
						
						
						
						Now that SMMSTORE is implemented across all platforms that
Tianocore supports, default to selected so that NVRAM
functions and Tianocore setting saved as users expect.
Change-Id: I067e5faee73cba585a1123215ed2d80e3eaa7877
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com >
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39570 
Tested-by: build bot (Jenkins) <no-reply@coreboot.org >
Reviewed-by: Benjamin Doron <benjamin.doron00@gmail.com >
Reviewed-by: Angel Pons <th3fanbus@gmail.com > 
						
						
					 
					
						2020-03-15 13:11:37 +00:00 
						 
				 
			
				
					
						
							
							
								Sridhar Siricilla 
							
						 
					 
					
						
						
							
						
						59c7cb7d37 
					 
					
						
						
							
							soc/intel/common: Check prerequisites for GLOBAL_RESET command  
						
						... 
						
						
						
						Check prerequisites before sending GLOBAL RESET command to CSE.
TEST=Verified on hatch.
Change-Id: Ia583e4033f15ec20e942202fa78e7884cf370ce4
Signed-off-by: Sridhar Siricilla <sridhar.siricilla@intel.com >
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38800 
Tested-by: build bot (Jenkins) <no-reply@coreboot.org >
Reviewed-by: Angel Pons <th3fanbus@gmail.com > 
						
						
					 
					
						2020-03-15 13:10:59 +00:00 
						 
				 
			
				
					
						
							
							
								Sridhar Siricilla 
							
						 
					 
					
						
						
							
						
						d16187ed2a 
					 
					
						
						
							
							soc/intel/common/block/cse: Modify handling of HMRFPO_ENABLE command  
						
						... 
						
						
						
						Below changes are done:
1. Allow execution of HMRFPO_ENABLE command if CSE meets below
   prerequisites:
    - Current operation mode(COM) is Normal and Curret working state(CWS)
      is Normal.
    -(or) COM is Soft Temp Disable and CWS is Normal if ME's
      Firmware SKU is Custom.
2. Check response status.
3. Add documentation for send_hmrfpo_enable_msg().
4. Rename padding field of hmrfpo_enable_resp to reserved.
The HMRFPO (Host ME Region Flash Protection Override) mode prevents CSE to
execute SPI I/O cycles to CSE region, and unlocks the CSE region to perform
updates to it. This command is only valid before EOP(End of Post).
For Custom SKU, follow below procedure to place CSE in HMRFPO mode:
  1. Ensure CSE boots from BP1. When CSE boots from BP1, it will have
     opmode Temp Disable Mode.
  2. Send HMRFPO_ENABLE command to CSE. Then, CSE enters HMRFPO mode.
CSE Firmware Custom SKU Image Layout:
         = [RO] + [RW + DATA PART] = [BP1] + [BP2 + DATA PART]
Here, BP1 will have reduced functionality of BP2, and the BP1 will be
CSE's RO partition and [BP2 + DATA PART] together will represent
CSE's RW partition. CSE can boot from either BP1(RO) or BP2(RW).
CSE Image Layout in Consumer SKU: BP2 + BP3 + DATA PART
TEST=Verfied on hatch board.
Change-Id: I7c87998fa105947e5ba4638a8e68625e46703448
Signed-off-by: Sridhar Siricilla <sridhar.siricilla@intel.com >
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37283 
Tested-by: build bot (Jenkins) <no-reply@coreboot.org >
Reviewed-by: Angel Pons <th3fanbus@gmail.com > 
						
						
					 
					
						2020-03-15 13:10:36 +00:00 
						 
				 
			
				
					
						
							
							
								Angel Pons 
							
						 
					 
					
						
						
							
						
						39ff703aa9 
					 
					
						
						
							
							nb/intel/pineview: Clean up code and comments  
						
						... 
						
						
						
						- Reformat some lines of code
- Put names to all MCHBAR registers in a separate file
- Rewrite several comments
- Use C-style comments for consistency
- Rewrite some hex constants
- Use HOST_BRIDGE instead of PCI_DEV(0, 0, 0)
- Align a bunch of things
Tested with BUILD_TIMELESS=1, foxconn/d41s remains unaffected.
Change-Id: I29104b0c24d66c6f49844f99d62ec433bb31bdaf
Signed-off-by: Angel Pons <th3fanbus@gmail.com >
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39414 
Tested-by: build bot (Jenkins) <no-reply@coreboot.org >
Reviewed-by: Felix Held <felix-coreboot@felixheld.de > 
						
						
					 
					
						2020-03-15 13:09:19 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niewöhner 
							
						 
					 
					
						
						
							
						
						099975debd 
					 
					
						
						
							
							util/inteltool: powermgt: rename variable for consistency  
						
						... 
						
						
						
						Rename size variable for consistency with the other subsystems.
Change-Id: I9407193ac9e34685362619cfd45384156e2385c3
Signed-off-by: Michael Niewöhner <foss@mniewoehner.de >
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39507 
Reviewed-by: Angel Pons <th3fanbus@gmail.com >
Tested-by: build bot (Jenkins) <no-reply@coreboot.org > 
						
						
					 
					
						2020-03-15 13:05:31 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niewöhner 
							
						 
					 
					
						
						
							
						
						ee1739cd00 
					 
					
						
						
							
							util/inteltool: powermgt: initialize register size variables  
						
						... 
						
						
						
						Initialize register size variables to prevent segfaults.
Change-Id: Ib89bf6f7c7582efdea1c54d1316ed8f33a87cfcc
Signed-off-by: Michael Niewöhner <foss@mniewoehner.de >
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39513 
Reviewed-by: Angel Pons <th3fanbus@gmail.com >
Tested-by: build bot (Jenkins) <no-reply@coreboot.org > 
						
						
					 
					
						2020-03-15 13:05:17 +00:00 
						 
				 
			
				
					
						
							
							
								Angel Pons 
							
						 
					 
					
						
						
							
						
						a8305e74a2 
					 
					
						
						
							
							cpu/intel/model_2065x: Add missing CPU IDs  
						
						... 
						
						
						
						The missing CPU IDs were found on CPU-World's database:
- 0x20650: http://www.cpu-world.com/cgi-bin/CPUID.pl?SIGNATURE=132688 
- 0x20651: http://www.cpu-world.com/cgi-bin/CPUID.pl?SIGNATURE=132689 
- 0x20652: http://www.cpu-world.com/cgi-bin/CPUID.pl?SIGNATURE=132690 
- 0x20654: http://www.cpu-world.com/cgi-bin/CPUID.pl?SIGNATURE=132692 
- 0x20655: http://www.cpu-world.com/cgi-bin/CPUID.pl?SIGNATURE=132693 
Note that these CPUs are not Nehalem, but rather Arrandale on laptops
and Clarkdale on desktops, so also update the comments accordingly.
Change-Id: I285961b62b9a8ada5a1659cd9ad75f7075259664
Signed-off-by: Angel Pons <th3fanbus@gmail.com >
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38943 
Reviewed-by: Felix Held <felix-coreboot@felixheld.de >
Tested-by: build bot (Jenkins) <no-reply@coreboot.org > 
						
						
					 
					
						2020-03-15 13:04:47 +00:00 
						 
				 
			
				
					
						
							
							
								Angel Pons 
							
						 
					 
					
						
						
							
						
						31b7ee4201 
					 
					
						
						
							
							treewide: Replace uses of "Nehalem"  
						
						... 
						
						
						
						The code in coreboot is actually for the Arrandale processors, which
are a MCM (Multi-Chip Module) with two different dies:
- Hillel:   32nm Westmere dual-core CPU
- Ironlake: 45nm northbridge with integrated graphics
This has nothing to do with the older, single-die Nehalem processors.
Therefore, replace the references to Nehalem with the correct names.
Change-Id: I8c10a2618c519d2411211b9b8f66d24f0018f908
Signed-off-by: Angel Pons <th3fanbus@gmail.com >
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38942 
Reviewed-by: Felix Held <felix-coreboot@felixheld.de >
Tested-by: build bot (Jenkins) <no-reply@coreboot.org > 
						
						
					 
					
						2020-03-15 13:04:39 +00:00 
						 
				 
			
				
					
						
							
							
								Angel Pons 
							
						 
					 
					
						
						
							
						
						95de2317c6 
					 
					
						
						
							
							nb/intel/nehalem: Rename to ironlake  
						
						... 
						
						
						
						The code is for Arrandale CPUs, whose System Agent is Ironlake.
This change simply replaces `nehalem` with `ironlake` and `NEHALEM`
with `IRONLAKE`. The remaining `Nehalem` cases are handled later, as
changing some of them would impact the resulting binary.
Tested with BUILD_TIMELESS=1 without adding the configuration options
into the binary, and packardbell/ms2290 does not change.
Change-Id: I8eb96eeb5e69f49150d47793b33e87b650c64acc
Signed-off-by: Angel Pons <th3fanbus@gmail.com >
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38941 
Reviewed-by: Felix Held <felix-coreboot@felixheld.de >
Reviewed-by: Martin Roth <martinroth@google.com >
Tested-by: build bot (Jenkins) <no-reply@coreboot.org > 
						
						
					 
					
						2020-03-15 13:04:20 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niewöhner 
							
						 
					 
					
						
						
							
						
						2aff3005e0 
					 
					
						
						
							
							util/inteltool: powermgt: drop dead code  
						
						... 
						
						
						
						Drop dummy entry.
Change-Id: I1257115bd73fe90c6435116c8705cb5c98d945e1
Signed-off-by: Michael Niewöhner <foss@mniewoehner.de >
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39559 
Reviewed-by: Felix Held <felix-coreboot@felixheld.de >
Tested-by: build bot (Jenkins) <no-reply@coreboot.org > 
						
						
					 
					
						2020-03-15 13:02:28 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Niewöhner 
							
						 
					 
					
						
						
							
						
						fdd5afde49 
					 
					
						
						
							
							util/inteltool: gpio: drop dead code  
						
						... 
						
						
						
						Drop dummy entry.
Change-Id: Ic2184453c628c034e40ba877791fab4b7fe1d934
Signed-off-by: Michael Niewöhner <foss@mniewoehner.de >
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39558 
Reviewed-by: Felix Held <felix-coreboot@felixheld.de >
Reviewed-by: Angel Pons <th3fanbus@gmail.com >
Tested-by: build bot (Jenkins) <no-reply@coreboot.org > 
						
						
					 
					
						2020-03-15 13:02:07 +00:00 
						 
				 
			
				
					
						
							
							
								Eric Lai 
							
						 
					 
					
						
						
							
						
						5ddce58bff 
					 
					
						
						
							
							ec/google/wilco: Store LID status into LIDS and change device name  
						
						... 
						
						
						
						Store LID status into LIDS and change device name to LID0.
Then Intel driver can reference it.
BUG=b:151134069
TEST=check LID status by evtest
Signed-off-by: Eric Lai <ericr_lai@compal.corp-partner.google.com >
Change-Id: Ifdac938730eac034b626aa8ad9d52462f65137ba
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39497 
Tested-by: build bot (Jenkins) <no-reply@coreboot.org >
Reviewed-by: Duncan Laurie <dlaurie@chromium.org > 
						
						
					 
					
						2020-03-15 13:01:34 +00:00 
						 
				 
			
				
					
						
							
							
								Paul Menzel 
							
						 
					 
					
						
						
							
						
						d789b658f7 
					 
					
						
						
							
							nb/intel/i945/raminit: Use boolean type for helper variables  
						
						... 
						
						
						
						Change-Id: I465a68f281534cd9fc5a7bde02c32d1353cfdaed
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de >
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39536 
Tested-by: build bot (Jenkins) <no-reply@coreboot.org >
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr >
Reviewed-by: Angel Pons <th3fanbus@gmail.com > 
						
						
					 
					
						2020-03-15 13:01:09 +00:00 
						 
				 
			
				
					
						
							
							
								Paul Menzel 
							
						 
					 
					
						
						
							
						
						842dd3328d 
					 
					
						
						
							
							nb/intel/i945/raminit: Remove space for correct alignment  
						
						... 
						
						
						
						Change-Id: I35d14541e0eab4474b03a9d2f114c7aa3e92918c
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de >
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39535 
Tested-by: build bot (Jenkins) <no-reply@coreboot.org >
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr > 
						
						
					 
					
						2020-03-15 13:00:54 +00:00 
						 
				 
			
				
					
						
							
							
								Paul Menzel 
							
						 
					 
					
						
						
							
						
						f897623aac 
					 
					
						
						
							
							mb/asus/p8z77-m_pro: Use uppercase for *PRO*  
						
						... 
						
						
						
						Consistently use the official uppercase spelling.
Change-Id: I2e2d62389d1b965f4a391080a10e7f97fa787d14
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de >
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39350 
Reviewed-by: Angel Pons <th3fanbus@gmail.com >
Tested-by: build bot (Jenkins) <no-reply@coreboot.org > 
						
						
					 
					
						2020-03-15 13:00:07 +00:00 
						 
				 
			
				
					
						
							
							
								Paul Menzel 
							
						 
					 
					
						
						
							
						
						fac491dab7 
					 
					
						
						
							
							Docs: Fix link for ASUS P8Z77-M PRO  
						
						... 
						
						
						
						Change-Id: I2b8ff31acc7da2b1ded036604fa4a6b6d6d9cac0
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de >
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39349 
Tested-by: build bot (Jenkins) <no-reply@coreboot.org >
Reviewed-by: Angel Pons <th3fanbus@gmail.com > 
						
						
					 
					
						2020-03-15 12:59:52 +00:00 
						 
				 
			
				
					
						
							
							
								Paul Menzel 
							
						 
					 
					
						
						
							
						
						599bc6070d 
					 
					
						
						
							
							lib/spd_bin: Add spaces around operator  
						
						... 
						
						
						
						Change-Id: Ic0571d06e94708dd5e151621ab7790f3c9f775c2
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net >
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39528 
Tested-by: build bot (Jenkins) <no-reply@coreboot.org >
Reviewed-by: Angel Pons <th3fanbus@gmail.com > 
						
						
					 
					
						2020-03-15 12:57:20 +00:00 
						 
				 
			
				
					
						
							
							
								Paul Menzel 
							
						 
					 
					
						
						
							
						
						dd57ac2f35 
					 
					
						
						
							
							soc/intel/icelake: Re-flow comment for 96 characters  
						
						... 
						
						
						
						Change-Id: I7a5d7bb476c33ab995136eb47ef0258b483a42ef
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de >
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39457 
Tested-by: build bot (Jenkins) <no-reply@coreboot.org >
Reviewed-by: Angel Pons <th3fanbus@gmail.com > 
						
						
					 
					
						2020-03-15 12:57:02 +00:00 
						 
				 
			
				
					
						
							
							
								Paul Menzel 
							
						 
					 
					
						
						
							
						
						9f11185920 
					 
					
						
						
							
							soc/intel/icelake: Correct past participle in comment  
						
						... 
						
						
						
						Change-Id: I117c8d2f71824292c4ca87b6f9434d2106bb512d
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de >
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39456 
Tested-by: build bot (Jenkins) <no-reply@coreboot.org >
Reviewed-by: Angel Pons <th3fanbus@gmail.com > 
						
						
					 
					
						2020-03-15 12:56:48 +00:00 
						 
				 
			
				
					
						
							
							
								Wonkyu Kim 
							
						 
					 
					
						
						
							
						
						655dba4055 
					 
					
						
						
							
							soc/intel/tigerlake: Match RP number with TGL EDS  
						
						... 
						
						
						
						Update RP number to 12 according to PCH EDS#576591 vol1 rev1.2.
BUG=b:151208838
TEST=build RVP successfully
Signed-off-by: Wonkyu Kim <wonkyu.kim@intel.com >
Change-Id: Iabdbfd99f7154741c16da53bcd9d1c7ca4f81129
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39490 
Tested-by: build bot (Jenkins) <no-reply@coreboot.org >
Reviewed-by: Caveh Jalali <caveh@chromium.org >
Reviewed-by: Srinidhi N Kaushik <srinidhi.n.kaushik@intel.com > 
						
						
					 
					
						2020-03-15 12:56:21 +00:00 
						 
				 
			
				
					
						
							
							
								Eric Lai 
							
						 
					 
					
						
						
							
						
						4d5fd77cf8 
					 
					
						
						
							
							lib/spd_bin: Cleanup spd_get_banks  
						
						... 
						
						
						
						Remove the switch case in spd_get_banks. The LPDDR4X adapt DDR4 attributes.
Signed-off-by: Eric Lai <ericr_lai@compal.corp-partner.google.com >
Change-Id: Icfaefd1856d2350c6e5a91d233ccdb10d5259391
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39496 
Tested-by: build bot (Jenkins) <no-reply@coreboot.org >
Reviewed-by: Furquan Shaikh <furquan@google.com > 
						
						
					 
					
						2020-03-15 12:56:09 +00:00 
						 
				 
			
				
					
						
							
							
								Eric Lai 
							
						 
					 
					
						
						
							
						
						cb1e386eab 
					 
					
						
						
							
							lib/spd_bin: Add LPDDR4X SPD information and DDR5, LPDDR5 IDs  
						
						... 
						
						
						
						Follow JESD 21-C: DDR4 SPD Document Release 4 to add new DDR type.
Signed-off-by: Eric Lai <ericr_lai@compal.corp-partner.google.com >
Change-Id: I455c9e4c884ae74c72572be6dc2bd281a660e517
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39495 
Tested-by: build bot (Jenkins) <no-reply@coreboot.org >
Reviewed-by: Furquan Shaikh <furquan@google.com > 
						
						
					 
					
						2020-03-15 12:56:01 +00:00 
						 
				 
			
				
					
						
							
							
								Srinidhi N Kaushik 
							
						 
					 
					
						
						
							
						
						a6bff2d8ab 
					 
					
						
						
							
							soc/intel/tigerlake: Enable CNVi through dev_enabled  
						
						... 
						
						
						
						Check for dev enabled status for CNVi and update the
UPD accordingly.
BUG=none
BRANCH=none
TEST=Build and boot tglrvp
Signed-off-by: Srinidhi N Kaushik <srinidhi.n.kaushik@intel.com >
Change-Id: I15a03cc70f12e094badf942dd81f22bd09531051
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39465 
Tested-by: build bot (Jenkins) <no-reply@coreboot.org >
Reviewed-by: Wonkyu Kim <wonkyu.kim@intel.com >
Reviewed-by: Nick Vaccaro <nvaccaro@google.com > 
						
						
					 
					
						2020-03-15 12:55:19 +00:00 
						 
				 
			
				
					
						
							
							
								Srinidhi N Kaushik 
							
						 
					 
					
						
						
							
						
						4b9fa2d6ea 
					 
					
						
						
							
							soc/intel/tigerlake: Update Cpu Ratio settings  
						
						... 
						
						
						
						Add config to override CpuRatio or setting CpuRatio to
allowed maximum processor non-turbo ratio.
BUG=151175469
BRANCH=none
TEST=Build and boot tglrvp and observe there is no extra reset
in meminit.
Signed-off-by: Srinidhi N Kaushik <srinidhi.n.kaushik@intel.com >
Change-Id: I2fa883b443d0a4c77d62275faeacd1ed2c67a97c
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39493 
Reviewed-by: Wonkyu Kim <wonkyu.kim@intel.com >
Reviewed-by: Nick Vaccaro <nvaccaro@google.com >
Reviewed-by: Caveh Jalali <caveh@chromium.org >
Tested-by: build bot (Jenkins) <no-reply@coreboot.org > 
						
						
					 
					
						2020-03-15 12:54:40 +00:00 
						 
				 
			
				
					
						
							
							
								Angel Pons 
							
						 
					 
					
						
						
							
						
						1db5bc7dac 
					 
					
						
						
							
							nb/intel/haswell: Tidy up code and comments  
						
						... 
						
						
						
						- Reformat some lines of code
- Put names to all used MCHBAR registers
- Move MCHBAR registers into a separate file, for future expansion
- Rewrite several comments
- Use C-style comments for consistency
- Rewrite some hex constants
- Use HOST_BRIDGE instead of PCI_DEV(0, 0, 0)
Tested, it does not change the binary of Asrock B85M Pro4.
Change-Id: I926289304acb834f9b13cd7902801798f8ee478a
Signed-off-by: Angel Pons <th3fanbus@gmail.com >
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38434 
Reviewed-by: David Hendricks <david.hendricks@gmail.com >
Tested-by: build bot (Jenkins) <no-reply@coreboot.org > 
						
						
					 
					
						2020-03-15 12:54:00 +00:00 
						 
				 
			
				
					
						
							
							
								Srinidhi N Kaushik 
							
						 
					 
					
						
						
							
						
						3663d55a23 
					 
					
						
						
							
							mb/intel/tglrvp: Enable CNVi in devicetree for Tiger Lake UP3  
						
						... 
						
						
						
						Enable CNVi in devicetree and add gpio pad configs for CNVi
BUG=none
BRANCH=none
TEST=Build and boot tglrvp
Signed-off-by: Srinidhi N Kaushik <srinidhi.n.kaushik@intel.com >
Change-Id: I71146960e0d53dae87946a0365dac6f224a72391
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39464 
Reviewed-by: Nick Vaccaro <nvaccaro@google.com >
Reviewed-by: Caveh Jalali <caveh@chromium.org >
Tested-by: build bot (Jenkins) <no-reply@coreboot.org > 
						
						
					 
					
						2020-03-15 12:53:33 +00:00 
						 
				 
			
				
					
						
							
							
								Kane Chen 
							
						 
					 
					
						
						
							
						
						1f4f0b47f5 
					 
					
						
						
							
							mb/google/hatch: Create palkia variant  
						
						... 
						
						
						
						Add Palkia as a variant of Hatch.
BUG=b:150254194
BRANCH=none
TEST=none
Signed-off-by: Kane Chen <kane_chen@pegatron.corp-partner.google.com >
Change-Id: I6a303d9fc2be9ea358ad66cd648738187c974193
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38860 
Reviewed-by: Angel Pons <th3fanbus@gmail.com >
Tested-by: build bot (Jenkins) <no-reply@coreboot.org > 
						
						
					 
					
						2020-03-15 12:53:13 +00:00 
						 
				 
			
				
					
						
							
							
								Nick Vaccaro 
							
						 
					 
					
						
						
							
						
						aeaeeb7687 
					 
					
						
						
							
							mb/google/volteer: Use generic SPD files  
						
						... 
						
						
						
						Volteer uses 4 bits (hardware straps) to indicate what memory
configuration the board is populated with (i.e. which SPD file
to use for the populated memory). This allows for only 16
different SPDs for supporting Volteer and all future variants of
Volteer. Currently, each memory chip needs its own SPD file, so we
can only support 16 different memory chip options for Volteer and
all of its variants.
Generic SPD files are just SPD files that have been stripped down
to contain only fields that are important for the memory controller
(strips out items like vendor info, for example). Using generic SPD
files allows for more than 16 different memory options given it's no
longer a 1-to-1 mapping as similar memory modules from different
vendors can share the same generic SPD file.
BUG=b:147857288
TEST="emerge-volteer coreboot chromeos-bootimage", flash ripto and
verify ripto boots to kernel and "cat /proc/meminfo" reports 8GB
of memory.
Change-Id: I17bd4f4a00b4e3bbaf845d6d321962c11569a186
Signed-off-by: Nick Vaccaro <nvaccaro@google.com >
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39423 
Reviewed-by: Angel Pons <th3fanbus@gmail.com >
Tested-by: build bot (Jenkins) <no-reply@coreboot.org > 
						
						
					 
					
						2020-03-15 12:52:54 +00:00 
						 
				 
			
				
					
						
							
							
								John Zhao 
							
						 
					 
					
						
						
							
						
						ee47fe42f5 
					 
					
						
						
							
							soc/intel/tigerlake: Configure Vmx support using Kconfig  
						
						... 
						
						
						
						Change VmxEnable UPD value based on Kconfig ENABLE_VMX
BUG=None
TEST=Built image and booted to kernel.
Change-Id: I725474643193223865a135813cf882fd7636d24a
Signed-off-by: John Zhao <john.zhao@intel.com >
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39438 
Tested-by: build bot (Jenkins) <no-reply@coreboot.org >
Reviewed-by: Caveh Jalali <caveh@chromium.org >
Reviewed-by: Wonkyu Kim <wonkyu.kim@intel.com > 
						
						
					 
					
						2020-03-15 12:52:26 +00:00 
						 
				 
			
				
					
						
							
							
								Paul Fagerburg 
							
						 
					 
					
						
						
							
						
						6e5693386b 
					 
					
						
						
							
							coreboot: add Volteer template files  
						
						... 
						
						
						
						Add template files for making a new barebones-copy of Volteer.
BUG=b:147483699
BRANCH=None
TEST=N/A
Change-Id: I8cc69b8ce7dbc6809de058019bdc466a060069e7
Signed-off-by: Nick Vaccaro <nvaccaro@google.com >
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39462 
Tested-by: build bot (Jenkins) <no-reply@coreboot.org >
Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org > 
						
						
					 
					
						2020-03-14 23:41:14 +00:00 
						 
				 
			
				
					
						
							
							
								Karthikeyan Ramasubramanian 
							
						 
					 
					
						
						
							
						
						f354c8c625 
					 
					
						
						
							
							mb/google/dedede: Configure WLAN  
						
						... 
						
						
						
						Turn on CNVi device. Turn on PCIe Root port that hosts WLAN device.
Configure PCIe Clk Source and Clk Request mapping. Configure GPIOs used
for WLAN - both CNVi and M.2.
BUG=None
TEST=Build the mainboard.
Signed-off-by: Karthikeyan Ramasubramanian <kramasub@google.com >
Change-Id: I9bb8e57cdb688bc544929c94af380b9ef1d936a2
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39115 
Tested-by: build bot (Jenkins) <no-reply@coreboot.org >
Reviewed-by: Furquan Shaikh <furquan@google.com > 
						
						
					 
					
						2020-03-14 23:31:05 +00:00 
						 
				 
			
				
					
						
							
							
								Karthikeyan Ramasubramanian 
							
						 
					 
					
						
						
							
						
						136e0cbbc1 
					 
					
						
						
							
							mb/google/dedede: Add BT Disable GPIO configuration  
						
						... 
						
						
						
						Disable the BT module in bootblock and enable it in ramstage. This
allows for loading the BT firmware during reboot.
TEST=Build and boot the mainboard.
Signed-off-by: Karthikeyan Ramasubramanian <kramasub@google.com >
Change-Id: I0406a68ffcab2675a1aedb212cb7c8508a5b61fc
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39446 
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org >
Tested-by: build bot (Jenkins) <no-reply@coreboot.org > 
						
						
					 
					
						2020-03-14 23:29:30 +00:00 
						 
				 
			
				
					
						
							
							
								Eric Lai 
							
						 
					 
					
						
						
							
						
						f9c6a8821f 
					 
					
						
						
							
							mb/google/drallion: Enable GEO SAR  
						
						... 
						
						
						
						Enable GEO SAR function.
BUG=b:150347463
BRANCH=drallion
TEST=NA
Signed-off-by: Eric Lai <ericr_lai@compal.corp-partner.google.com >
Change-Id: Iace9aa0245840328aa13920512747ca7f60e85dd
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39467 
Reviewed-by: Mathew King <mathewk@chromium.org >
Reviewed-by: Ivy Jian <ivy_jian@compal.corp-partner.google.com >
Tested-by: build bot (Jenkins) <no-reply@coreboot.org > 
						
						
					 
					
						2020-03-14 23:28:06 +00:00 
						 
				 
			
				
					
						
							
							
								Wonkyu Kim 
							
						 
					 
					
						
						
							
						
						c04757b108 
					 
					
						
						
							
							mb/intel/tglrvp: Update GPIO setting  
						
						... 
						
						
						
						Update GPIO reset type from PLTRST to DEEP.
DEEP setting is more conservative for S3/S4/S5.
Detail information is bug.
BUG=b:151305120
TEST=Build and boot to OS
Signed-off-by: Wonkyu Kim <wonkyu.kim@intel.com >
Change-Id: Ie7d08560ea2ef3623bbd4734b30c80e707869c7b
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39476 
Reviewed-by: Nick Vaccaro <nvaccaro@google.com >
Reviewed-by: Srinidhi N Kaushik <srinidhi.n.kaushik@intel.com >
Reviewed-by: Caveh Jalali <caveh@chromium.org >
Tested-by: build bot (Jenkins) <no-reply@coreboot.org > 
						
						
					 
					
						2020-03-14 23:27:00 +00:00 
						 
				 
			
				
					
						
							
							
								Prashant Malani 
							
						 
					 
					
						
						
							
						
						dabc0adb3a 
					 
					
						
						
							
							ec/google/chromeec/acpi: Move ECPD under CREC  
						
						... 
						
						
						
						Move the ECPD (GOOG0003) device under CREC (GOOG0004) so that the ECPD AP
device drivers can access the parent EC device to communicate with the
EC. Also, update the Notify() call to reflect the new location of the
ECPD device.
Signed-off-by: Prashant Malani <pmalani@chromium.org >
Change-Id: I830b030c7a063506f50f9cd51df3a5018e248fc2
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39469 
Tested-by: build bot (Jenkins) <no-reply@coreboot.org >
Reviewed-by: Duncan Laurie <dlaurie@chromium.org >
Reviewed-by: Furquan Shaikh <furquan@google.com >
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net > 
						
						
					 
					
						2020-03-14 02:42:35 +00:00 
						 
				 
			
				
					
						
							
							
								Srinidhi N Kaushik 
							
						 
					 
					
						
						
							
						
						22d5b07160 
					 
					
						
						
							
							mb/google/volteer: Enable Audio DSP UPD  
						
						... 
						
						
						
						Provide settings for configuring the link between HD-Audio controller
and display unit for purposes of HDMI/DP Audio playback.
BUG=b:144708516, b:148385924
TEST=none
Change-Id: I225faac68729b28be65b4d8f1f83769a874f84ff
Signed-off-by: Nick Vaccaro <nvaccaro@google.com >
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39356 
Reviewed-by: Furquan Shaikh <furquan@google.com >
Tested-by: build bot (Jenkins) <no-reply@coreboot.org > 
						
						
					 
					
						2020-03-13 18:31:17 +00:00 
						 
				 
			
				
					
						
							
							
								Edward O'Callaghan 
							
						 
					 
					
						
						
							
						
						6daa8c3ba5 
					 
					
						
						
							
							mb/google/hatch/Kconfig: Disable VBOOT_EARLY_EC_SYNC on Puff  
						
						... 
						
						
						
						Early ec sync needs to be disabled for EFS2 to function.
BUG=b:151115320
BRANCH=none
TEST=none
Change-Id: I384d072d9614a5cd30837f7cdfb777ad5e4f6b19
Signed-off-by: Edward O'Callaghan <quasisec@google.com >
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39461 
Tested-by: build bot (Jenkins) <no-reply@coreboot.org >
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org > 
						
						
					 
					
						2020-03-13 02:50:21 +00:00 
						 
				 
			
				
					
						
							
							
								John Zhao 
							
						 
					 
					
						
						
							
						
						49111cd2ba 
					 
					
						
						
							
							soc/intel/tigerlake: Enable VT-d and generate DMAR ACPI table  
						
						... 
						
						
						
						Tigerlake platform supports Virtualization Technology for Directed I/O.
Enable VT-d feature and generate DMAR ACPI table.
BUG=None
TEST=Booted to kernel and "dmesg | grep DMAR" to verify the DMAR ACPI
remapping table existence. Retrieve /sys/firmware/acpi/tables/DMAR and
"iasl -d DMAR" to check all entries.
Change-Id: Ib89d0835385487735c63062a084794d9da19605e
Signed-off-by: John Zhao <john.zhao@intel.com >
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38165 
Tested-by: build bot (Jenkins) <no-reply@coreboot.org >
Reviewed-by: Wonkyu Kim <wonkyu.kim@intel.com > 
						
						
					 
					
						2020-03-12 21:36:57 +00:00 
						 
				 
			
				
					
						
							
							
								Patrick Georgi 
							
						 
					 
					
						
						
							
						
						a7ec42619c 
					 
					
						
						
							
							soc/intel/*/smihandler: Only compile in TCO SMI handler if needed  
						
						... 
						
						
						
						commit 7f9ceefpgeorgi@google.com >
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39452 
Tested-by: build bot (Jenkins) <no-reply@coreboot.org >
Reviewed-by: Aaron Durbin <adurbin@chromium.org >
Reviewed-by: Michael Niewöhner 
						
						
					 
					
						2020-03-12 21:36:20 +00:00 
						 
				 
			
				
					
						
							
							
								Pandya, Varshit B 
							
						 
					 
					
						
						
							
						
						4f8b00602c 
					 
					
						
						
							
							mb/google/dedede: Enable trackpad support  
						
						... 
						
						
						
						1. Configure trackpad interrupt GPIO.
2. Set i2c0 configuration.
3. Add trackpad ACPI support.
TEST= Verify trackpad working. Verify I2C SCL frequency below 400Khz
on trackpad operation.
Change-Id: I52c578aef591f5be90fb709bab4c8342ea9729e6
Signed-off-by: Pandya, Varshit B <varshit.b.pandya@intel.com >
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39236 
Tested-by: build bot (Jenkins) <no-reply@coreboot.org >
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com > 
						
						
					 
					
						2020-03-12 07:41:25 +00:00 
						 
				 
			
				
					
						
							
							
								raymondchung 
							
						 
					 
					
						
						
							
						
						d1f3022ebf 
					 
					
						
						
							
							mb/google/hatch: Create nightfury variant  
						
						... 
						
						
						
						Create new variant and build for nightfury.
BUG=b:149226871
TEST=FW_NAME="nightfury" emerge-hatch coreboot chromeos-bootimage
Change-Id: If08692f4a2d216c57499098cc0e35abd708d99d4
Signed-off-by: Raymond Chung <raymondchung@ami.corp-partner.google.com >
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38826 
Tested-by: build bot (Jenkins) <no-reply@coreboot.org >
Reviewed-by: Shelley Chen <shchen@google.com > 
						
						
					 
					
						2020-03-12 07:41:10 +00:00