Peter Lemenkov has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36204 )
Change subject: mb/lenovo/t410/board_info: Add release year field
......................................................................
mb/lenovo/t410/board_info: Add release year field
Change-Id: I24b92977ab1259159d2d21dfb355ea5d53bfb141
Signed-off-by: Peter Lemenkov <lemenkov(a)gmail.com>
---
M src/mainboard/lenovo/t410/board_info.txt
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/36204/1
diff --git a/src/mainboard/lenovo/t410/board_info.txt b/src/mainboard/lenovo/t410/board_info.txt
index 2d104405..f27808b 100644
--- a/src/mainboard/lenovo/t410/board_info.txt
+++ b/src/mainboard/lenovo/t410/board_info.txt
@@ -3,3 +3,4 @@
ROM protocol: SPI
ROM socketed: n
Flashrom support: n
+Release year: 2010
--
To view, visit https://review.coreboot.org/c/coreboot/+/36204
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I24b92977ab1259159d2d21dfb355ea5d53bfb141
Gerrit-Change-Number: 36204
Gerrit-PatchSet: 1
Gerrit-Owner: Peter Lemenkov <lemenkov(a)gmail.com>
Gerrit-MessageType: newchange
Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/25372 )
Change subject: sdm845: Add QUPv3 FW load & config
......................................................................
Patch Set 78:
(1 comment)
https://review.coreboot.org/c/coreboot/+/25372/6/src/mainboard/google/cheza…
File src/mainboard/google/cheza/qupv3_config.c:
https://review.coreboot.org/c/coreboot/+/25372/6/src/mainboard/google/cheza…
PS6, Line 18: struct se_cfg se_mappings[QUPV3_SE_MAX] =
> Since coreboot is a single-threaded environment, loading of FW dynamically from respective protocol init function seems to be technically possible.
Great, let's do it!
> To lock FW content we need to write to registers 1) se_geni_fw_multilock_msa 2) se_geni_fw_multilock_protns that is possible only from the secured environment.
I would suggest we just do this at the end of coreboot's ramstage (e.g. from soc.c), after we are sure that we have loaded all the QUPs we'll need.
> We have a few more queries regarding the usage of the above features(dynamic loadability of FW) and scenarios.
>
> I feel it's better to discuss it on call, can we setup a meeting for it?
If you can make it in a US friendly time (12pm-6pm PDT) we can set something up -- just send me an email with some times that work for you. Otherwise, maybe we can try to see how far we get discussing it via email first?
--
To view, visit https://review.coreboot.org/c/coreboot/+/25372
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I6e87f868ecbe2a8e51d94c045ad76b99bb1b345d
Gerrit-Change-Number: 25372
Gerrit-PatchSet: 78
Gerrit-Owner: mturney mturney <mturney(a)codeaurora.org>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Mukesh Savaliya <msavaliy(a)qualcomm.corp-partner.google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Reviewer: mturney mturney <mturney(a)codeaurora.org>
Gerrit-CC: Akash Asthana <akashast(a)qualcomm.corp-partner.google.com>
Gerrit-CC: Julius Werner <jwerner(a)chromium.org>
Gerrit-Comment-Date: Wed, 23 Oct 2019 23:45:44 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Akash Asthana <akashast(a)qualcomm.corp-partner.google.com>
Comment-In-Reply-To: Julius Werner <jwerner(a)chromium.org>
Gerrit-MessageType: comment