AH Arthur Heymans
- Login: avph
- Email: arthur@aheymans.xyz
- Registered on: 10/15/2016
- Last sign in: 06/21/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 2 | 2 |
| Reported issues | 0 | 1 | 1 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| coreboot | Manager, Developer | 02/11/2022 |
Activity
06/21/2024
- AH 02:35 PM coreboot Bug #276: SPI flash console output causes `SMM Handler caused a stack overflow`
- config SMM_MODULE_STACK_SIZE
hex
default 0x800 if ARCH_RAMSTAGE_X86_64
default 0x400
So just bumping this to always use 0x800 might be a solution
08/31/2023
- AH 11:32 AM coreboot Bug #508: Dojo fails to boot from NVMe with CONFIG_RESOURCE_ALLOCATION_TOP_DOWN enabled
- Yu-Ping Wu wrote:
> Similar to #499, after https://review.coreboot.org/c/coreboot/+/75012, Dojo fails to boot.
> ...
I don't understand the hardware however I tried to look at the soc code.
In soc/mediatek/common/pcie.c I see the followi...
02/08/2023
- AH 05:32 PM coreboot Bug #457: Haswell (t440p): CAR memory region should not conflict with CBFS_SIZE > 8mb
- It is quite hard to relocate a binary (mrc.bin). This was done for the sandybridge using a hexeditor, but that is quite errorprone.
Native init could use a different address but it is not as complete as the mrc.bin.
For instance I thin...
10/14/2022
- AH 11:33 AM coreboot Feature #420: Use standard format of TPM event log
- https://review.coreboot.org/c/coreboot/+/51710 Implements the TCG one. The coreboot implementation is not a 'proprietary' format. That would imply that there is a license restriction on using it which there is not.
A lot of the TCG spec...
07/13/2022
- AH 09:32 AM coreboot Bug #401: edk2 hangs indefiniately
- Christian Walter wrote in #note-4:
> Is this a problem within coreboot - or do we rather need to fix up EDKII ?
The problem is inside EDKII. Those reverts would create problems for other payloads and Linux would even complain about i...
06/20/2022
- AH 08:32 AM coreboot Bug #392: coreboot 4.17 - SeaBIOS Windows 10 BSOD "ACPI Error"
- Can you check if https://review.coreboot.org/c/coreboot/+/65250 fixes it?
05/10/2022
- AH 01:33 PM coreboot Bug #343: Fails to load GRUB payload: CPU Index 0 - APIC 0 Unexpected Exception:6 @ 10:00009016 - Halting
- Bisected. 4ea7bae51f97e49c84dc67ea30b466ca8633b9f6 is the culprit in grub.
- AH 09:32 AM coreboot Bug #322 (Resolved): Image fails to boot on Thinkpad X201 if built with GCC 11
- Fixed by https://review.coreboot.org/c/coreboot/+/61938
02/14/2022
- AH 07:54 AM coreboot Bug #322: Image fails to boot on Thinkpad X201 if built with GCC 11
- On ironlake (x201) the raminit is broken and more specifically in raminit.c as just replacing raminit.o with one build using gcc8 fixes it.
The hang happens when sending heci messages and the code doing that is correctly generated so so...
09/07/2021
- AH 03:15 PM coreboot Bug #321: NVME in X16 port issue
- Can you provide a coreboot log: either capture it from serial or try to boot from a different port and use util/cbmem to fetch it from memory?