From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hyungwon Hwang Date: Thu, 11 Dec 2014 10:13:31 +0900 Subject: [U-Boot] [PATCH v9 2/2] Odroid-XU3: Add documentation for Odroid-XU3 In-Reply-To: <7h7fxznwfo.fsf@deeprootsystems.com> References: <1417094496-28740-1-git-send-email-human.hwang@samsung.com> <1417094496-28740-3-git-send-email-human.hwang@samsung.com> <1417098785.16624.3.camel@collabora.co.uk> <20141128134557.6e50ff1a@hwh-ubuntu> <1417161643.4422.7.camel@collabora.co.uk> <20141128093918.4ab0d7ad@jawa> <20141128144651.122c4a83@jawa> <20141202232945.65fa1de2@jawa> <7hsigqt45s.fsf@deeprootsystems.com> <7h7fy1txxx.fsf@deeprootsystems.com> <7hmw6wpe0d.fsf@deeprootsystems.com> <7h7fxznwfo.fsf@deeprootsystems.com> Message-ID: <20141211101331.610eb129@hwh-ubuntu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Kevin, On Wed, 10 Dec 2014 11:20:43 -0800 Kevin Hilman wrote: > Simon Glass writes: > > [...] > > >> OK, thanks. Any pointers on how to get this building with mainline > >> u-boot? Just adding CONFIG_SPL to odroid_xu3.h doesn't seem to > >> work (compile errors.) I'm quite comfortable in the kernel, but > >> I'm not very familiar with u-boot, especially SPL. > >> > > > > It's normally automatic unless some special disabling was done - see > > spl/u-boot-spl.bin in the output. You need to sign it though :-( > > Right, I'm used to finding it there, but there's nothing there when > buildling using odroid-xu3_config with $SUBJECT series. CONFIG_SPL_BUILD must be turn on for that(You can find the detailesin doc/README.SPL). But neither common exynos config files nor odroid xu3 specific config file contain the config option. Before I turned on that option, but not work at the moment. Some work should be done by someone. I am sorry to say, but I cannot assure I can do that immediately. > > Kevin > Best regards, Hyungwon Hwang