Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35440 )
Change subject: intel/ibexpeak boards: Remove handled RCBA entries from replay
......................................................................
Patch Set 11: Code-Review+1
(2 comments)
https://review.coreboot.org/c/coreboot/+/35440/11/src/mainboard/lenovo/x201/...
File src/mainboard/lenovo/x201/romstage.c:
https://review.coreboot.org/c/coreboot/+/35440/11/src/mainboard/lenovo/x201/...
PS11, Line 73: 0xdeaddeed
lol
https://review.coreboot.org/c/coreboot/+/35440/11/src/mainboard/lenovo/x201/...
PS11, Line 71: (1 << 5) | (1 << 6) | (1 << 7) | (1 << 8) | (1 << 9)
: | (1 << 10) | (1 << 11) | (1 << 12) | (1 << 28) | 1;
1. What's bit 28? the comment doesn't mention it.
2. Do we need so many shifts?
RCBA32(FD) = (0xff << 5) | (1 << 28) | 1;
--
To view, visit
https://review.coreboot.org/c/coreboot/+/35440
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I69fc8a5e16f7cf0e1068d0d2ed678a6c2f6e70a9
Gerrit-Change-Number: 35440
Gerrit-PatchSet: 11
Gerrit-Owner: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Reviewer: Alexander Couzens
lynxis@fe80.eu
Gerrit-Reviewer: Angel Pons
th3fanbus@gmail.com
Gerrit-Reviewer: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Reviewer: Kyösti Mälkki
kyosti.malkki@gmail.com
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Comment-Date: Fri, 04 Oct 2019 21:06:40 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment