Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Further cleanup of efi32/64. | 2019-05-11 | 1 | -14/+2 | |
| | | | | | | Removes some code and files not needed by efi32 and efi64. ok guenther | ||||
* | Refactor efiboot into 32 and 64 bit copies. | 2019-05-11 | 1 | -0/+220 | |
Make 2 separate efiboots, one for 32 bit and one for 64 bit to allow us to remove lots of #ifdef code. Needed to ease the development effort for random-VA linked kernels ok tedu, deraadt |