Patrick Georgi wrote:
Is it too much for us to ask that the cbfs tool is built and installed into the build system? I think that would be ok.
"into the build system"?
"on the build system" then.
With this patch, it's built in util/romtools and then "installed" into the coreboot-build/*/ directories.
I meant build the tool, then install to /usr/local/bin I like that for romcc as well.
If that fails, I think it's ok to at least build each of them in their util/ directory and run them there.
It would be trivial if we did not insist on build directories, but I don't believe they will go away.
At any rate, isn't it actually very easy to build all neccessary tools in a common place and then depend on these in each board?
That way they would only be built once.
//Peter