#17: clean up coreboot table handling -------------------------+-------------------------------------------------- Reporter: stepan | Owner: stepan Type: task | Status: new Priority: major | Milestone: Component: coreboot | Version: v2 Resolution: | Keywords: lbtable Dependencies: | Patchstatus: patch needs work -------------------------+-------------------------------------------------- Changes (by stepan):
* summary: clean up linuxbios table handling => clean up coreboot table handling
Old description:
This patch does two things:
- it drops duplicate code for linuxbios table creation to be the same for
all platforms while allowing platform dependent additions to the table.
- it adds a function to create the cmos checksum range table (which was
specified but not implemented before, LB_TAG_OPTION_CHECKSUM)
I applied the part which creates the LB_TAG_OPTION_CHECKSUM entry.
The rest of this patch needs to be redone.
New description:
This patch does two things:
- it drops duplicate code for coreboot table creation to be the same for all platforms while allowing platform dependent additions to the table.
- it adds a function to create the cmos checksum range table (which was specified but not implemented before, LB_TAG_OPTION_CHECKSUM)
I applied the part which creates the LB_TAG_OPTION_CHECKSUM entry.
The rest of this patch needs to be redone.