Re: [U-Boot] [PATCH 1/5] common: Add support for Android DT image

2018-04-19 Thread Sam Protsenko
On 16 April 2018 at 23:32, Sam Protsenko wrote: > Android documentation recommends new image format for storing DTB/DTBO > files: [1]. To support that format, two things should be done: > > 1. Add dt_table.h file from Android (BSD-3 relicensed version): [2]. >This

[U-Boot] [PATCH 1/5] common: Add support for Android DT image

2018-04-16 Thread Sam Protsenko
Android documentation recommends new image format for storing DTB/DTBO files: [1]. To support that format, two things should be done: 1. Add dt_table.h file from Android (BSD-3 relicensed version): [2]. This header defines structures and constants that we need to work with that DT image