Opened 7 years ago
Closed 3 years ago
#43 closed defect (fixed)
Add graphics memory hole to e820 map
| Reported by: | stepan | Owned by: | stepan |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | coreboot | Keywords: | |
| Cc: | Dependencies: | ||
| Patch Status: | there is no patch |
Description
Memtest86 is reporting memory errors because it is trying to use the a0000 area
in LinuxBIOS. This area should be marked as unusable or reserved in the e820 map.
Erm,.. where's the e820 map created? ;)
Attachments (0)
Change History (2)
comment:1 Changed 4 years ago by stepan
- Owner changed from somebody to stepan
comment:2 Changed 3 years ago by stepan
- Resolution set to fixed
- Status changed from new to closed
We do have a mechanism to cleanly do this for UMA architectures now. Check i945/kontron 986lcd-m for an example.
Note: See
TracTickets for help on using
tickets.

The e820 map is generated from the coreboot table memory map by the boot loaders (eg. FILO, GRUB2, SeaBIOS).
We started putting more than just RAM areas in there, but I think there's more to be done.