Peter Stuge wrote:
Stefan Reinauer wrote:
Right, but what checks that the data is not colliding with something else.
Like?
Like another table? Or is this the first thing written - and everything afterwards is simply appended?
The coreboot table is written to a distinct piece of memory in the high tables area. It is written sequentially, the table entries are just appended. (Which does not necessarily mean there's no trouble, hence my question :-)
Stefan