Re: [U-Boot] [PATCH 5/5] arm: ti: boot: Implement Android boot using DT image format

2018-04-19 Thread Sam Protsenko
On 16 April 2018 at 23:32, Sam Protsenko wrote: > Make sure we can boot Android on TI boards using scheme described in > Android documentation [1]. For this do next: > 1. Enable "dtimg" command. We will need it to boot the Android using > new DTB/DTBO image

[U-Boot] [PATCH 5/5] arm: ti: boot: Implement Android boot using DT image format

2018-04-16 Thread Sam Protsenko
Make sure we can boot Android on TI boards using scheme described in Android documentation [1]. For this do next: 1. Enable "dtimg" command. We will need it to boot the Android using new DTB/DTBO image format. 2. Add fdt overlay support. We will need that to be able to apply fdt overlays