[coreboot] [coreboot - Bug #499] coreboot will not boot edk2 on Lenovo T440p with CONFIG_RESOURCE_ALLOCATION_TOP_DOWN enabled, cannot disable this setting during build

2023-07-06 Thread Sean Rhodes
Issue #499 has been updated by Sean Rhodes.


>  Not related to TOP_DOWN. 

It is - even if it's indirect, I can break/fix the splash with TOP_DOWN=n or y

> What I noticed today is that TOP_DOWN breaks the IGD display in EDKII. For 
> some reason, PciIo Protocol is not installed on the BDF 2.0 (IGD) handle, and 
> thus the drivers cannot connect the controllers/drivers to it properly. What 
> I found quite weird was the I/O space assigned to IGD: ffc0 -  (makes 
> sense for TOP_DOWN). Maybe it is some problem for EDKII?

The two I've tested don't have that problem.


Bug #499: coreboot will not boot edk2 on Lenovo T440p with 
CONFIG_RESOURCE_ALLOCATION_TOP_DOWN enabled, cannot disable this setting during 
build
https://ticket.coreboot.org/issues/499#change-1585

* Author: Oberon 4071
* Status: New
* Priority: Normal
* Assignee: Nico Huber
* Start date: 2023-06-29
* Affected versions: 4.21
* Needs backport to: none
* Related links: https://review.coreboot.org/c/coreboot/+/76198
https://review.coreboot.org/c/coreboot/+/76199
* Affected hardware: lenovo/t440p

coreboot revision in git: feb27dcbf3fc685b070c950a16e8adec958bc1ce
coreboot revision (git describe --tags): 4.20-520-gfeb27dcbf3
Tested payloads: edk2 from MrChromebox revision uefipayload_202304 and 
uefipayload_202306

coreboot will not boot my Lenovo ThinkPad T440p with 
CONFIG_RESOURCE_ALLOCATION_TOP_DOWN enabled, when using the edk2 payload 
(MrChromebox version, either uefipayload_202304 or uefipayload_202306). The 
display sometimes turns on, indicating that some of the hardware initialization 
was successful, but the payload will not start.

I tried to disable CONFIG_RESOURCE_ALLOCATION_TOP_DOWN in .config, but the 
build process insists on leaving this config enabled. This seems to be caused 
by the RESOURCE_ALLOCATION_TOP_DOWN setting changed to "def_bool y" in 
src/device/Kconfig in commit 5226301765ded70e0ef640e5252bbaca8cd14451 
(allocator_v4: Treat above 4G resources more natively). The make target for 
building coreboot seems to automatically rerun olddefconfig, causing this 
setting to always remain enabled no matter what was previously saved in the 
.config file.

Modifying src/device/Kconfig to change RESOURCE_ALLOCATION_TOP_DOWN to 
"def_bool n" appears to fix the problem on my machine.

I have attached my .config file (with CONFIG_RESOURCE_ALLOCATION_TOP_DOWN 
enabled to reproduce the problem).



---Files
.config (20.7 KB)
console.log (128 KB)
cbmem.txt (151 KB)
cbmem_seabios_with_resource_allocation_top_down.txt (41.1 KB)
dmesg_change_76199.txt (56.7 KB)
cbmem_change_76199.txt (120 KB)
cbmem.txt (116 KB)
cbmem_top_down_n.txt (163 KB)
dmesg_top_down_n.txt (58.2 KB)
dmesg.txt (58.3 KB)
cbmem.txt (166 KB)


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
https://ticket.coreboot.org/my/account
___
coreboot mailing list -- coreboot@coreboot.org
To unsubscribe send an email to coreboot-le...@coreboot.org


[coreboot] [coreboot - Bug #499] coreboot will not boot edk2 on Lenovo T440p with CONFIG_RESOURCE_ALLOCATION_TOP_DOWN enabled, cannot disable this setting during build

2023-07-06 Thread Sean Rhodes
Issue #499 has been updated by Sean Rhodes.

File cbmem.txt added
File dmesg.txt added

Seems like the root cause is CB:76127, apparently, edk2 thinks the DSDT has 
already been added so it says Access Denied, so revert CB:76143 and CB:76127 
and it'll boot with TOP_DOWN=y.

TOP_DOWN does break some things in edk2 that don't prevent it booting, first is 
BlSupportDxe:
```
Failed to add memory space :0xFEC0 0x1000
```



Bug #499: coreboot will not boot edk2 on Lenovo T440p with 
CONFIG_RESOURCE_ALLOCATION_TOP_DOWN enabled, cannot disable this setting during 
build
https://ticket.coreboot.org/issues/499#change-1583

* Author: Oberon 4071
* Status: New
* Priority: Normal
* Assignee: Nico Huber
* Start date: 2023-06-29
* Affected versions: 4.21
* Needs backport to: none
* Related links: https://review.coreboot.org/c/coreboot/+/76198
https://review.coreboot.org/c/coreboot/+/76199
* Affected hardware: lenovo/t440p

coreboot revision in git: feb27dcbf3fc685b070c950a16e8adec958bc1ce
coreboot revision (git describe --tags): 4.20-520-gfeb27dcbf3
Tested payloads: edk2 from MrChromebox revision uefipayload_202304 and 
uefipayload_202306

coreboot will not boot my Lenovo ThinkPad T440p with 
CONFIG_RESOURCE_ALLOCATION_TOP_DOWN enabled, when using the edk2 payload 
(MrChromebox version, either uefipayload_202304 or uefipayload_202306). The 
display sometimes turns on, indicating that some of the hardware initialization 
was successful, but the payload will not start.

I tried to disable CONFIG_RESOURCE_ALLOCATION_TOP_DOWN in .config, but the 
build process insists on leaving this config enabled. This seems to be caused 
by the RESOURCE_ALLOCATION_TOP_DOWN setting changed to "def_bool y" in 
src/device/Kconfig in commit 5226301765ded70e0ef640e5252bbaca8cd14451 
(allocator_v4: Treat above 4G resources more natively). The make target for 
building coreboot seems to automatically rerun olddefconfig, causing this 
setting to always remain enabled no matter what was previously saved in the 
.config file.

Modifying src/device/Kconfig to change RESOURCE_ALLOCATION_TOP_DOWN to 
"def_bool n" appears to fix the problem on my machine.

I have attached my .config file (with CONFIG_RESOURCE_ALLOCATION_TOP_DOWN 
enabled to reproduce the problem).



---Files
.config (20.7 KB)
console.log (128 KB)
cbmem.txt (151 KB)
cbmem_seabios_with_resource_allocation_top_down.txt (41.1 KB)
dmesg_change_76199.txt (56.7 KB)
cbmem_change_76199.txt (120 KB)
cbmem.txt (116 KB)
cbmem_top_down_n.txt (163 KB)
dmesg_top_down_n.txt (58.2 KB)
dmesg.txt (58.3 KB)
cbmem.txt (166 KB)


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
https://ticket.coreboot.org/my/account
___
coreboot mailing list -- coreboot@coreboot.org
To unsubscribe send an email to coreboot-le...@coreboot.org


[coreboot] [coreboot - Bug #499] coreboot will not boot edk2 on Lenovo T440p with CONFIG_RESOURCE_ALLOCATION_TOP_DOWN enabled, cannot disable this setting during build

2023-07-05 Thread Sean Rhodes
Issue #499 has been updated by Sean Rhodes.

File cbmem.txt added
File cbmem_top_down_n.txt added
File dmesg_top_down_n.txt added


Bug #499: coreboot will not boot edk2 on Lenovo T440p with 
CONFIG_RESOURCE_ALLOCATION_TOP_DOWN enabled, cannot disable this setting during 
build
https://ticket.coreboot.org/issues/499#change-1582

* Author: Oberon 4071
* Status: New
* Priority: Normal
* Assignee: Nico Huber
* Start date: 2023-06-29
* Affected versions: 4.21
* Needs backport to: none
* Related links: https://review.coreboot.org/c/coreboot/+/76198
https://review.coreboot.org/c/coreboot/+/76199
* Affected hardware: lenovo/t440p

coreboot revision in git: feb27dcbf3fc685b070c950a16e8adec958bc1ce
coreboot revision (git describe --tags): 4.20-520-gfeb27dcbf3
Tested payloads: edk2 from MrChromebox revision uefipayload_202304 and 
uefipayload_202306

coreboot will not boot my Lenovo ThinkPad T440p with 
CONFIG_RESOURCE_ALLOCATION_TOP_DOWN enabled, when using the edk2 payload 
(MrChromebox version, either uefipayload_202304 or uefipayload_202306). The 
display sometimes turns on, indicating that some of the hardware initialization 
was successful, but the payload will not start.

I tried to disable CONFIG_RESOURCE_ALLOCATION_TOP_DOWN in .config, but the 
build process insists on leaving this config enabled. This seems to be caused 
by the RESOURCE_ALLOCATION_TOP_DOWN setting changed to "def_bool y" in 
src/device/Kconfig in commit 5226301765ded70e0ef640e5252bbaca8cd14451 
(allocator_v4: Treat above 4G resources more natively). The make target for 
building coreboot seems to automatically rerun olddefconfig, causing this 
setting to always remain enabled no matter what was previously saved in the 
.config file.

Modifying src/device/Kconfig to change RESOURCE_ALLOCATION_TOP_DOWN to 
"def_bool n" appears to fix the problem on my machine.

I have attached my .config file (with CONFIG_RESOURCE_ALLOCATION_TOP_DOWN 
enabled to reproduce the problem).



---Files
.config (20.7 KB)
console.log (128 KB)
cbmem.txt (151 KB)
cbmem_seabios_with_resource_allocation_top_down.txt (41.1 KB)
dmesg_change_76199.txt (56.7 KB)
cbmem_change_76199.txt (120 KB)
cbmem.txt (116 KB)
cbmem_top_down_n.txt (163 KB)
dmesg_top_down_n.txt (58.2 KB)


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
https://ticket.coreboot.org/my/account
___
coreboot mailing list -- coreboot@coreboot.org
To unsubscribe send an email to coreboot-le...@coreboot.org


[coreboot] [coreboot - Bug #499] coreboot will not boot edk2 on Lenovo T440p with CONFIG_RESOURCE_ALLOCATION_TOP_DOWN enabled, cannot disable this setting during build

2023-07-04 Thread Sean Rhodes
Issue #499 has been updated by Sean Rhodes.


Seems to affect more than Haswell, as I can reproduce on ADL and RDL w/ 
UefiPayloadPkg or UPL.

It's asserting on L1900 of 
MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableProtocol.c


Bug #499: coreboot will not boot edk2 on Lenovo T440p with 
CONFIG_RESOURCE_ALLOCATION_TOP_DOWN enabled, cannot disable this setting during 
build
https://ticket.coreboot.org/issues/499#change-1580

* Author: Oberon 4071
* Status: New
* Priority: Normal
* Assignee: Nico Huber
* Start date: 2023-06-29
* Affected versions: 4.21
* Needs backport to: none
* Related links: https://review.coreboot.org/c/coreboot/+/76198
https://review.coreboot.org/c/coreboot/+/76199
* Affected hardware: lenovo/t440p

coreboot revision in git: feb27dcbf3fc685b070c950a16e8adec958bc1ce
coreboot revision (git describe --tags): 4.20-520-gfeb27dcbf3
Tested payloads: edk2 from MrChromebox revision uefipayload_202304 and 
uefipayload_202306

coreboot will not boot my Lenovo ThinkPad T440p with 
CONFIG_RESOURCE_ALLOCATION_TOP_DOWN enabled, when using the edk2 payload 
(MrChromebox version, either uefipayload_202304 or uefipayload_202306). The 
display sometimes turns on, indicating that some of the hardware initialization 
was successful, but the payload will not start.

I tried to disable CONFIG_RESOURCE_ALLOCATION_TOP_DOWN in .config, but the 
build process insists on leaving this config enabled. This seems to be caused 
by the RESOURCE_ALLOCATION_TOP_DOWN setting changed to "def_bool y" in 
src/device/Kconfig in commit 5226301765ded70e0ef640e5252bbaca8cd14451 
(allocator_v4: Treat above 4G resources more natively). The make target for 
building coreboot seems to automatically rerun olddefconfig, causing this 
setting to always remain enabled no matter what was previously saved in the 
.config file.

Modifying src/device/Kconfig to change RESOURCE_ALLOCATION_TOP_DOWN to 
"def_bool n" appears to fix the problem on my machine.

I have attached my .config file (with CONFIG_RESOURCE_ALLOCATION_TOP_DOWN 
enabled to reproduce the problem).



---Files
.config (20.7 KB)
console.log (128 KB)
cbmem.txt (151 KB)
cbmem_seabios_with_resource_allocation_top_down.txt (41.1 KB)
dmesg_change_76199.txt (56.7 KB)
cbmem_change_76199.txt (120 KB)


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
https://ticket.coreboot.org/my/account
___
coreboot mailing list -- coreboot@coreboot.org
To unsubscribe send an email to coreboot-le...@coreboot.org


[coreboot] [coreboot - Feature #477] Excessive Power Draw with USB-PD

2023-03-31 Thread Sean Rhodes
Issue #477 has been updated by Sean Rhodes.


Already advised to set the power profile to `Power Saver`, as that limits 
overall draw to 30W.

Currently no way to write MSRs with UPL handling SMM.


Feature #477: Excessive Power Draw with USB-PD
https://ticket.coreboot.org/issues/477#change-1457

* Author: Stan Janssen
* Status: New
* Priority: Normal
* Target version: none
* Start date: 2023-03-31
* Affected hardware: Starbook MK V

I have a StarBook MK V with Coreboot connected to a Dell S2719DC external 
monitor that supplies 45 W of power over USB-C. However, the laptop draws more 
than the available 45W of power and the display shuts down with a warning 
message: "Excessive Power Draw from connected device".

I understand that this power management feature could be handled in Coreboot. 
Is this a feature that could be supported in Coreboot in the future? Is there 
something that I could do to support the development of this feature? Is there 
a workaround in the meantime?

Thanks!



-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
https://ticket.coreboot.org/my/account
___
coreboot mailing list -- coreboot@coreboot.org
To unsubscribe send an email to coreboot-le...@coreboot.org


[coreboot] [coreboot - Bug #463] (Resolved) nvramtool: coreboot table not found on Starbook Mark VI

2023-02-18 Thread Sean Rhodes
Issue #463 has been updated by Sean Rhodes.

Status changed from New to Resolved

That's one you'll want to get in touch with our support about - 
support@starlabs.systems


Bug #463: nvramtool: coreboot table not found on Starbook Mark VI
https://ticket.coreboot.org/issues/463#change-1430

* Author: Felix Niederwanger
* Status: Resolved
* Priority: Normal
* Target version: none
* Start date: 2023-02-18
* Affected versions: master
* Affected hardware: Starbook Mark VI
* Affected OS: openSUSE Tumbleweed

The `nvramtool` on my Starbook Mark VI reports that it can't find the coreboot 
table:

```
# nvramtool -d
nvramtool: coreboot table not found.  coreboot does not appear to
be installed on this system.  Scanning for the table produced the
following results:

0 valid signatures were found with bad header checksums.
0 valid headers were found with bad table checksums.
```
I compiled the `nvramtool` freshly on my Laptop using the documentation from 
https://www.coreboot.org/Nvramtool

```
$ git clone http://review.coreboot.org/coreboot.git
$ cd coreboot/util/nvramtool
$ make
```

## System info

* openSUSE Tumbleweed
* Kernel 6.1.12-1-default



-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
https://ticket.coreboot.org/my/account
___
coreboot mailing list -- coreboot@coreboot.org
To unsubscribe send an email to coreboot-le...@coreboot.org


[coreboot] [coreboot - Bug #401] (Closed) edk2 hangs indefiniately

2022-10-19 Thread Sean Rhodes
Issue #401 has been updated by Sean Rhodes.

Status changed from New to Closed


Bug #401: edk2 hangs indefiniately 
https://ticket.coreboot.org/issues/401#change-1200

* Author: Sean Rhodes
* Status: Closed
* Priority: Normal
* Assignee: Arthur Heymans
* Category: board support
* Target version: none
* Start date: 2022-07-08
* Affected versions: master
* Affected hardware: Everything
* Affected OS: Doesn't matter

Since CB:63555, edk2 will no longer boot and hangs indefiniately

Various forks disable MTRR programming in edk2 (such as 
https://github.com/MrChromebox/edk2/commit/d641ea6920737fd9b9a94210e9a2e7636bfb3cdc)
 but this shouldn't be done as it breaks spec.

Workarounds are to revert CB:64804, CB:63550, CB:64803 and CB:63555.

---Files
with_avph_patch.txt (65.8 KB)
with_avph_patch_reverted.txt (64.6 KB)
master.txt (91.9 KB)
master_w_revert.txt (197 KB)
edk2.txt (251 KB)


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
https://ticket.coreboot.org/my/account
___
coreboot mailing list -- coreboot@coreboot.org
To unsubscribe send an email to coreboot-le...@coreboot.org


[coreboot] [coreboot - Bug #401] edk2 hangs indefiniately

2022-10-19 Thread Sean Rhodes
Issue #401 has been updated by Sean Rhodes.


Akura Ryu wrote in #note-8:
> I've met the same problem on my ThinkPad X200.
> 
> I enabled EDK2, and also applied SeaBIOS as secondary payload. It cannot boot 
> as well: freezes, and screen remains black.
> 
> Is there any options to obtain logs from coreboot?

You can't use edk2 and a secondary payload. The X200s were all tested recently 
with MrChromeboxs fork and all working - so if you enable that on master, you 
shouldn't have any issues.



Nicholas Chin wrote in #note-9:
> Akura Ryu wrote in #note-8:
> > I've met the same problem on my ThinkPad X200.
> > 
> > I enabled EDK2, and also applied SeaBIOS as secondary payload. It cannot 
> > boot as well: freezes, and screen remains black.
> > 
> > Is there any options to obtain logs from coreboot?
> 
> From what I remember someone saying, edk2 uses HPET in a way that is 
> incompatible with Core 2 systems such as the X200. I have the same issue as 
> you on my Latitude E6400. So that is probably a separate issue.

This is something different, and a fix is in the works so I'll close this issue.


Bug #401: edk2 hangs indefiniately 
https://ticket.coreboot.org/issues/401#change-1199

* Author: Sean Rhodes
* Status: New
* Priority: Normal
* Assignee: Arthur Heymans
* Category: board support
* Target version: none
* Start date: 2022-07-08
* Affected versions: master
* Affected hardware: Everything
* Affected OS: Doesn't matter

Since CB:63555, edk2 will no longer boot and hangs indefiniately

Various forks disable MTRR programming in edk2 (such as 
https://github.com/MrChromebox/edk2/commit/d641ea6920737fd9b9a94210e9a2e7636bfb3cdc)
 but this shouldn't be done as it breaks spec.

Workarounds are to revert CB:64804, CB:63550, CB:64803 and CB:63555.

---Files
with_avph_patch.txt (65.8 KB)
with_avph_patch_reverted.txt (64.6 KB)
master.txt (91.9 KB)
master_w_revert.txt (197 KB)
edk2.txt (251 KB)


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
https://ticket.coreboot.org/my/account
___
coreboot mailing list -- coreboot@coreboot.org
To unsubscribe send an email to coreboot-le...@coreboot.org


[coreboot] [coreboot - Bug #415] (New) RESOURCE_ALLOCATION_TOP_DOWN breaks edk2

2022-09-07 Thread Sean Rhodes
Issue #415 has been reported by Sean Rhodes.


Bug #415: RESOURCE_ALLOCATION_TOP_DOWN breaks edk2
https://ticket.coreboot.org/issues/415

* Author: Sean Rhodes
* Status: New
* Priority: Low
* Target version: none
* Start date: 2022-09-07
* Affected versions: master

CB:41957 enabled RESOURCE_ALLOCATION_TOP_DOWN by default, which stopped edk2 
from booting. The commit has been reverted, so this ticket is just to post logs.

---Files
resource_allocatorv4.txt (94 KB)


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
https://ticket.coreboot.org/my/account
___
coreboot mailing list -- coreboot@coreboot.org
To unsubscribe send an email to coreboot-le...@coreboot.org


[coreboot] [coreboot - Bug #332] (Resolved) I selected payload Tianocore Upstream (not UEFIPayload) but its still using MrChromebox UEFIPayload files?

2022-07-26 Thread Sean Rhodes
Issue #332 has been updated by Sean Rhodes.

Status changed from Response Needed to Resolved

The old makefile used to add upstream as a remote, which is why it looks like 
it's using MrChromebox. It does, and always has, built from the correct repo.


Bug #332: I selected payload Tianocore Upstream (not UEFIPayload) but its still 
using MrChromebox UEFIPayload files?
https://ticket.coreboot.org/issues/332#change-1052

* Author: xinhua wang
* Status: Resolved
* Priority: Normal
* Start date: 2021-12-30

make V=1 -d

Cloning Tianocore from Git
Reaping winning child 0x559abd8daf20 PID 142498
git clone --branch uefipayload_202107 https://github.com/mrchromebox/edk2 
/mnt/cb-trying-upstream/coreboot/payloads/external/tianocore/tianocore; \
cd /mnt/cb-trying-upstream/coreboot/payloads/external/tianocore/tianocore; \
git remote add upstream https://github.com/tianocore/edk2
Live child 0x559abd8daf20 
(/mnt/cb-trying-upstream/coreboot/payloads/external/tianocore/tianocore) PID 
142499
Cloning into '/mnt/cb-trying-upstream/coreboot/payloads/external

any ideas, thx



-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
https://ticket.coreboot.org/my/account
___
coreboot mailing list -- coreboot@coreboot.org
To unsubscribe send an email to coreboot-le...@coreboot.org


[coreboot] [coreboot - Bug #312] (Resolved) [Tianocore] gcc11: UefiPayloadPkg build fails

2022-07-26 Thread Sean Rhodes
Issue #312 has been updated by Sean Rhodes.

Status changed from In Progress to Resolved

Fixed upstream and MrChromebox fork


Bug #312: [Tianocore] gcc11: UefiPayloadPkg build fails
https://ticket.coreboot.org/issues/312#change-1051

* Author: Patrik Tesarik
* Status: Resolved
* Priority: Normal
* Assignee: Matt DeVillier
* Start date: 2021-06-23

With gcc11 the build of UefiPayloadPkg fails because the brotli code fails. 

This bug is fixed 'already' today (after 3 Months) in upstream brotli: 
https://github.com/google/brotli/pull/893

And the issue was already discussed in upstream EDK2, but it seems to me that 
the submodule reference(?) not fixed yet.
https://bugzilla.tianocore.org/show_bug.cgi?id=3417

However, this ticket should make the maintainer of 
https://github.com/MrChromebox/edk2 aware that a pull of that brotli fix is 
trickles down somehow. Not sure what's the right way to go here. 





-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
https://ticket.coreboot.org/my/account
___
coreboot mailing list -- coreboot@coreboot.org
To unsubscribe send an email to coreboot-le...@coreboot.org


[coreboot] [coreboot - Bug #401] edk2 hangs indefiniately

2022-07-20 Thread Sean Rhodes
Issue #401 has been updated by Sean Rhodes.

File edk2.txt added

Disabling MTRR in edk2 seems to cause other issues - the most obvious being the 
USB drivers constantly resetting.

Universal Payload doesn't seem subject to the same issue


Bug #401: edk2 hangs indefiniately 
https://ticket.coreboot.org/issues/401#change-1046

* Author: Sean Rhodes
* Status: New
* Priority: Normal
* Assignee: Arthur Heymans
* Category: board support
* Target version: none
* Start date: 2022-07-08
* Affected versions: master
* Affected hardware: Everything
* Affected OS: Doesn't matter

Since CB:63555, edk2 will no longer boot and hangs indefiniately

Various forks disable MTRR programming in edk2 (such as 
https://github.com/MrChromebox/edk2/commit/d641ea6920737fd9b9a94210e9a2e7636bfb3cdc)
 but this shouldn't be done as it breaks spec.

Workarounds are to revert CB:64804, CB:63550, CB:64803 and CB:63555.

---Files
with_avph_patch.txt (65.8 KB)
with_avph_patch_reverted.txt (64.6 KB)
master.txt (91.9 KB)
master_w_revert.txt (197 KB)
edk2.txt (251 KB)


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
https://ticket.coreboot.org/my/account
___
coreboot mailing list -- coreboot@coreboot.org
To unsubscribe send an email to coreboot-le...@coreboot.org


[coreboot] [coreboot - Bug #401] edk2 hangs indefiniately

2022-07-13 Thread Sean Rhodes
Issue #401 has been updated by Sean Rhodes.

File master_w_revert.txt added
File master.txt added


Bug #401: edk2 hangs indefiniately 
https://ticket.coreboot.org/issues/401#change-1042

* Author: Sean Rhodes
* Status: New
* Priority: Normal
* Assignee: Arthur Heymans
* Category: board support
* Target version: none
* Start date: 2022-07-08
* Affected versions: master
* Affected hardware: Everything
* Affected OS: Doesn't matter

Since CB:63555, edk2 will no longer boot and hangs indefiniately

Various forks disable MTRR programming in edk2 (such as 
https://github.com/MrChromebox/edk2/commit/d641ea6920737fd9b9a94210e9a2e7636bfb3cdc)
 but this shouldn't be done as it breaks spec.

Workarounds are to revert CB:64804, CB:63550, CB:64803 and CB:63555.

---Files
with_avph_patch.txt (65.8 KB)
with_avph_patch_reverted.txt (64.6 KB)
master.txt (91.9 KB)
master_w_revert.txt (197 KB)


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
https://ticket.coreboot.org/my/account
___
coreboot mailing list -- coreboot@coreboot.org
To unsubscribe send an email to coreboot-le...@coreboot.org


[coreboot] [coreboot - Bug #401] edk2 hangs indefiniately

2022-07-08 Thread Sean Rhodes
Issue #401 has been updated by Sean Rhodes.

File with_avph_patch_reverted.txt added
File with_avph_patch.txt added


Bug #401: edk2 hangs indefiniately 
https://ticket.coreboot.org/issues/401#change-1036

* Author: Sean Rhodes
* Status: New
* Priority: Normal
* Assignee: Arthur Heymans
* Category: board support
* Target version: none
* Start date: 2022-07-08
* Affected versions: master
* Affected hardware: Everything
* Affected OS: Doesn't matter

Since CB:63555, edk2 will no longer boot and hangs indefiniately

Various forks disable MTRR programming in edk2 (such as 
https://github.com/MrChromebox/edk2/commit/d641ea6920737fd9b9a94210e9a2e7636bfb3cdc)
 but this shouldn't be done as it breaks spec.

Workarounds are to revert CB:64804, CB:63550, CB:64803 and CB:63555.

---Files
with_avph_patch.txt (65.8 KB)
with_avph_patch_reverted.txt (64.6 KB)


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
https://ticket.coreboot.org/my/account
___
coreboot mailing list -- coreboot@coreboot.org
To unsubscribe send an email to coreboot-le...@coreboot.org


[coreboot] [coreboot - Bug #401] (New) edk2 hangs indefiniately

2022-07-08 Thread Sean Rhodes
Issue #401 has been reported by Sean Rhodes.


Bug #401: edk2 hangs indefiniately 
https://ticket.coreboot.org/issues/401

* Author: Sean Rhodes
* Status: New
* Priority: Normal
* Assignee: Arthur Heymans
* Category: board support
* Target version: none
* Start date: 2022-07-08
* Affected versions: master
* Affected hardware: Everything
* Affected OS: Doesn't matter

Since CB:63555, edk2 will no longer boot and hangs indefiniately

Various forks disable MTRR programming in edk2 (such as 
https://github.com/MrChromebox/edk2/commit/d641ea6920737fd9b9a94210e9a2e7636bfb3cdc)
 but this shouldn't be done as it breaks spec.

Workarounds are to revert CB:64804, CB:63550, CB:64803 and CB:63555.



-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
https://ticket.coreboot.org/my/account
___
coreboot mailing list -- coreboot@coreboot.org
To unsubscribe send an email to coreboot-le...@coreboot.org