<div>Hello<br></div><div><br></div><div>I'm trying to put together a step by step guide of building and flashing coreboot to a Chromebook C201.<br></div><div><br></div><div>If you look at the bugfixes part of my guide here (<a href="https://gist.github.com/markwylde/4061eab71fa1ec7a27c40a87499924c4#bugfixs">https://gist.github.com/markwylde/4061eab71fa1ec7a27c40a87499924c4#bugfixs</a>), you'll see I've added two problems I had with the master branch of coreboot:<br></div><div><br></div><div>1. Depthcharge is not a payload. The `payloads/Kconfig` file doesn't have an option for Depthcharge. However if you add it and run menuconfig, selecting the new payload, everything works great (well apart from issues 2)<br></div><div><br></div><div>2. Coreboot/Depthcharge can't find a config file for veyron_speedy because `payloads/libpayload/configs/config.veyron_speedy` is not present. If I clone `payloads/libpayload/configs/config.veyron` then it works perfectly.<br></div><div><br></div><div>When you run make you are going to get an error message, something like below:<br></div><div><br></div><div>I'm almost certain my "fixes" aren't actually fixes, and I'm just doing something wrong, if you could correct me I'd be so grateful.<br></div><div><br></div><div>Otherwise, if this is correct I'd be more than happy to try and workout submitting a pull request.<br></div><div><br></div><div>Thanks a lot<br></div><div><br></div><div>Mark<br></div><div><br></div><div><br></div><div><br></div>