[U-Boot] SPL boot on linaro qemu

2018-12-14 Thread Matthew Weber
U launch qemu-system-arm -M overo -drive file=sd.img,if=sd -serial stdio mk img script https://wiki.gumstix.com/index.php/Overo_qemu_script Any tips would be much appreciated! -- *Matthew Weber | Pr. Software Engineer | Commercial Avionics* *COLLINS AEROSPACE* 400 Collins Road NE, Cedar Rapids, I

Re: [U-Boot] [PATCH] include/version.h: workaround sysroot inc order

2018-07-26 Thread Matthew Weber
Ed (really CCd this time), On Thu, Jul 26, 2018 at 10:52 PM, Matthew Weber wrote: > Ed, > > On Thu, Jul 26, 2018 at 10:37 PM, Matt Weber > wrote: >> On some systems the host system or even the cross sysroot can >> contain a version.h. This leads to the wrong file

Re: [U-Boot] [PATCH] include/version.h: workaround sysroot inc order

2018-07-26 Thread Matthew Weber
Ed, On Thu, Jul 26, 2018 at 10:37 PM, Matt Weber wrote: > On some systems the host system or even the cross sysroot can > contain a version.h. This leads to the wrong file being picked > up and a PLAIN_VERSION undefined error. > > This workaround symlinks the version.h into the tool folder to >

Re: [U-Boot] [PATCH v2 3/4] pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefile

2017-10-17 Thread Matthew Weber
Masahiro, On Mon, Oct 16, 2017 at 11:42 PM, Masahiro Yamada wrote: > The pylibfdt is used by dtoc (and, indirectly by binman), but there > is no reason why it must be generated in the tools/ directory. > > Recently, U-Boot switched over to the bundled DTC, and the directory > structure under scri

Re: [U-Boot] libfdt: give setup.py optional interpreter

2017-10-17 Thread Matthew Weber
Tom, On Tue, Oct 17, 2017 at 12:46 PM, Matthew Weber wrote: > Tom, > > On Mon, Oct 16, 2017 at 8:46 PM, Tom Rini wrote: >> On Mon, Oct 16, 2017 at 08:48:16PM -0400, Tom Rini wrote: >>> On Thu, Oct 12, 2017 at 09:32:41PM -0500, Matt Weber wrote: >>> >>>

Re: [U-Boot] libfdt: give setup.py optional interpreter

2017-10-17 Thread Matthew Weber
hon interpreter is desired. Allow >> > configuring of the PYTHON variable to specify >> > the interpreter to invoke setup.py. >> > >> > Signed-off-by: Matthew Weber >> >> Applied to u-boot/master, thanks! > > No, no it wasn't, bad me for not cleaning t

Re: [U-Boot] [PATCH] libfdt: give setup.py optional interpreter

2017-10-16 Thread Matthew Weber
latest codebase for this patch (used 2017.7 and noticed this was added in a commit on 2017.9.03). There is still one piece missing and that's the check for SWIG (Makefile:237) should also use a variable we could override to look at an alternate location. Should I propose a patch? Matt >