| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-31 | vbe: Rename vbe_fixup to vbe_request | Simon Glass | |
| The vbe_fixup file handles device tree fixups, but these are called OS requests in VBE. Rename the file to reflect its wider purpose. Signed-off-by: Simon Glass <[email protected]> | |||
| 2022-10-17 | vbe: Add fixups for a basic set of OS requests | Simon Glass | |
| As a starting point, add support for providing random data, if requested by the OS. Also add ASLR, as a placeholder for now. Signed-off-by: Simon Glass <[email protected]> (fixed up to use uclass_first_device_err() instead) | |||
