Subrata Banik has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33394 )
Change subject: stage_cache: Make empty inline function if CONFIG_NO_STAGE_CACHE enable
......................................................................
Patch Set 7:
(1 comment)
https://review.coreboot.org/#/c/33394/7/src/include/stage_cache.h
File src/include/stage_cache.h:
https://review.coreboot.org/#/c/33394/7/src/include/stage_cache.h@35
PS7, Line 35: CONFIG(CACHE_RELOCATED_RAMSTAGE_OUTSIDE_CBMEM) \
: || CONFIG(RELOCATABLE_RAMSTAGE
Humm okay. Makes sense.
yes furquan, i wish to do the same but you must watch those build failure. Looks like stage cache kconfig is in deep mess :(
Logically NO_STAGE_CACHE and other internal/external stage cache should be mutually exclusive but its not the case for many platform hence adding check based on NO_STAGE_CACHE cause redefinition of function.
I will clean stage_cache issue and create logic as per your suggestion here https://review.coreboot.org/c/coreboot/+/33116/7
--
To view, visit
https://review.coreboot.org/c/coreboot/+/33394
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I8e10ef2d261f9b204cecbeae6f65fda037753534
Gerrit-Change-Number: 33394
Gerrit-PatchSet: 7
Gerrit-Owner: Subrata Banik
subrata.banik@intel.com
Gerrit-Reviewer: Aamir Bohra
aamir.bohra@intel.com
Gerrit-Reviewer: Aaron Durbin
adurbin@chromium.org
Gerrit-Reviewer: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Reviewer: Duncan Laurie
dlaurie@chromium.org
Gerrit-Reviewer: Furquan Shaikh
furquan@google.com
Gerrit-Reviewer: Kyösti Mälkki
kyosti.malkki@gmail.com
Gerrit-Reviewer: Subrata Banik
subrata.banik@intel.com
Gerrit-Reviewer: Wonkyu Kim
wonkyu.kim@intel.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Comment-Date: Thu, 13 Jun 2019 02:23:18 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Aaron Durbin
adurbin@chromium.org
Comment-In-Reply-To: Furquan Shaikh
furquan@google.com
Gerrit-MessageType: comment