Isaac wrote:
The new nvidia/tegra124 support requires a build tool from NVIDIA called cbootimage (https://github.com/NVIDIA/cbootimage). I'm not sure of the best way to add support into coreboot so I'd like to get some feedback.
I would suggest either a git submodule or the manual equivalent like is done by the coreboot build system when building SeaBIOS.
Would it make sense to just add it into the util directory and build as needed?
No, not that. It's important that the coreboot repo only has a reference to the tool's repo and the commit hash we want to use.
//Peter