Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-17 | common: Move hang() to the same header as panic() | Simon Glass | |
At present panic() is in the vsprintf.h header file. That does not seem like an obvious choice for hang(), even though it relates to panic(). So let's put hang() in its own header. Signed-off-by: Simon Glass <sjg@chromium.org> [trini: Migrate a few more files] Signed-off-by: Tom Rini <trini@konsulko.com> | |||
2020-01-07 | arm: socfpga: agilex: Add SPL for Agilex SoC | Ley Foon Tan | |
Add SPL support for Agilex SoC. Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com> Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |