Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-21 | x86: fsp: Add a hdr sub-command to show header information | Bin Meng | |
It would be helpful to have a command to show FSP header. So far it only supports FSP header which conforms to FSP spec 1.0. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org> | |||
2015-10-21 | x86: fsp: Make hob command a sub-command to fsp | Bin Meng | |
Introduce a new fsp command and make the existing hob command a sub-command to fsp for future extension. Also move cmd_hob.c to the dedicated fsp sub-directory in arch/x86/lib. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org> |