On Tue, Nov 03, 2015 at 10:30:23AM +0000, John Lewis wrote:
On 2015-08-24 16:08, Kevin O'Connor wrote:
On Mon, Aug 17, 2015 at 01:21:54PM -0400, Kevin O'Connor wrote:
This series enables seabios to run on some Baytrail CPU based chromebooks. At least some of these machines do not support routing of legacy interrupts and at least some have SDHCI controllers that do not appear as regular PCI devices. This series is mainly a hack to get some minimal support on the hardware.
This series is also available at: https://github.com/KevinOConnor/seabios/tree/baytrail-testing
FYI, I committed this series (along with the RTC patch).
Just a heads up - I'm compiling master with the only changes being to Kconfig and it's being treated like a dirty build. See http://johnlewis.ie:8080/job/SeaBIOS/40/console for an example. I understand you want to get the commit reference to aid debugging, so let me know if you want me to run another build from Jenkins to test a fix.
That log shows that git wasn't found during the build. Is there something in Jenkins that prevents the build from accessing git or is git not in the path?
Thanks, -Kevin