Attention is currently required from: Bora Guvendik, Zhixing Ma, Anil Kumar K, Hannah Williams, Cliff Huang, Tarun Tuli, Nico Huber, Michał Żygowski, Subrata Banik, Paul Menzel, Arthur Heymans, Swift Geek (Sebastian Grzywna).
Jérémy Compostella has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/70299 )
Change subject: soc/intel/common/block: Add Intel VGA early graphics support
......................................................................
Patch Set 26:
(4 comments)
File src/soc/intel/common/block/graphics/early_graphics.c:
https://review.coreboot.org/c/coreboot/+/70299/comment/5558e9b7_dfcc20f4
PS23, Line 6: static bool initialized;
don't need drop please
Required with your suggested implementation in the SoC specific code tree.
https://review.coreboot.org/c/coreboot/+/70299/comment/3b2e3c06_776a133e
PS23, Line 21: initialized = !!ret;
:
: return initialized;
return !!ret
Ack
https://review.coreboot.org/c/coreboot/+/70299/comment/22da93ad_0a30b1e1
PS23, Line 29:
: if (!initialized)
: return;
Got it. Thanks for the explanation. […]
I kept as it is required with the implementation you have recommended in the SoC specific code tree.
https://review.coreboot.org/c/coreboot/+/70299/comment/4156c301_a1dc9c2f
PS23, Line 32:
: /*
: * Graphics MMIO device configuration may have been corrupted since it
: * has been initialized. The execution of a binary block such as FSP may
: * indeed have reset the PCI BAR0 address of the graphic device.
: */
: early_graphics_soc_device_init();
Use suggestion here: https://review.coreboot. […]
I re-used your quite interesting `m_cfg->GttMmAdr = CONFIG_GFX_GMA_DEFAULT_MMIO` suggestion in the SoC specific code tree.
Regarding the use of your temporary MMIO region instead of the use of the use of a range in the memory hole we need to re-visit in the light of Angel interesting suggestion (https://review.coreboot.org/c/coreboot/+/70276/15/src/drivers/intel/gma/Kcon...)
Does it make sense to re-use a SPI map region and to have to release it if we consider `CONFIG_GFX_GMA_DEFAULT_MMIO` reserved for graphics MMIO operation and that we make it clear to the coreboot resource allocator that this is reserved for this purpose ?
--
To view, visit
https://review.coreboot.org/c/coreboot/+/70299
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ie4ad1215e5fadd0adc1271b6bd6ddb0ea258cb5b
Gerrit-Change-Number: 70299
Gerrit-PatchSet: 26
Gerrit-Owner: Jérémy Compostella
jeremy.compostella@intel.com
Gerrit-Reviewer: Angel Pons
th3fanbus@gmail.com
Gerrit-Reviewer: Anil Kumar K
anil.kumar.k@intel.com
Gerrit-Reviewer: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Reviewer: Bora Guvendik
bora.guvendik@intel.com
Gerrit-Reviewer: Boris Mittelberg
bmbm@google.com
Gerrit-Reviewer: Cliff Huang
cliff.huang@intel.com
Gerrit-Reviewer: Jérémy Compostella
jeremy.compostella@intel.com
Gerrit-Reviewer: Michał Żygowski
michal.zygowski@3mdeb.com
Gerrit-Reviewer: Nick Vaccaro
nvaccaro@google.com
Gerrit-Reviewer: Nico Huber
nico.h@gmx.de
Gerrit-Reviewer: Paul Menzel
paulepanter@mailbox.org
Gerrit-Reviewer: Subrata Banik
subratabanik@google.com
Gerrit-Reviewer: Swift Geek (Sebastian Grzywna)
swiftgeek@gmail.com
Gerrit-Reviewer: Tarun Tuli
taruntuli@google.com
Gerrit-Reviewer: Zhixing Ma
zhixing.ma@intel.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Hannah Williams
hannah.williams@intel.com
Gerrit-Attention: Bora Guvendik
bora.guvendik@intel.com
Gerrit-Attention: Zhixing Ma
zhixing.ma@intel.com
Gerrit-Attention: Anil Kumar K
anil.kumar.k@intel.com
Gerrit-Attention: Hannah Williams
hannah.williams@intel.com
Gerrit-Attention: Cliff Huang
cliff.huang@intel.com
Gerrit-Attention: Tarun Tuli
taruntuli@google.com
Gerrit-Attention: Nico Huber
nico.h@gmx.de
Gerrit-Attention: Michał Żygowski
michal.zygowski@3mdeb.com
Gerrit-Attention: Subrata Banik
subratabanik@google.com
Gerrit-Attention: Paul Menzel
paulepanter@mailbox.org
Gerrit-Attention: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Attention: Swift Geek (Sebastian Grzywna)
swiftgeek@gmail.com
Gerrit-Comment-Date: Wed, 04 Jan 2023 18:13:43 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Anil Kumar K
anil.kumar.k@intel.com
Comment-In-Reply-To: Tarun Tuli
taruntuli@google.com
Comment-In-Reply-To: Subrata Banik
subratabanik@google.com
Comment-In-Reply-To: Jérémy Compostella
jeremy.compostella@intel.com
Gerrit-MessageType: comment