commit | f8c9836567a1c6a88d107c4c0df278fb25af95fc | [log] [tgz] |
---|---|---|
author | Andrew Davis <afd@ti.com> | Fri Jul 15 11:34:32 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Aug 04 15:32:20 2022 -0400 |
tree | 9c80b5f61295ebf5d6bf41c6233b15761df49951 | |
parent | 9c0486b100358b5453c3bc7b1df0eda4bd0c00be [diff] |
arm: mach-k3: Add support for device type detection K3 SoCs are available in a number of device types such as GP, HS-FS, EMU, etc. Like OMAP SoCs we can detect this at runtime and should print this out as part of the SoC information line. We add this as part of the common.c file as it will be used to also modify our security state early in the device boot. Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>