1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-03-01 19:42:19 +01:00
Files
u-boot-megous/include
Sam Protsenko c044733457 common: Add support for Android DT image
Android documentation recommends new image format for storing DTB/DTBO
files: [1]. To support that format, this patch adds helper functions for
Android DTB/DTBO format. In image-android-dt.* files you can find helper
functions to work with Android DT image format, such us routines for:
    - printing the dump of image structure
    - getting the address and size of desired dtb/dtbo file

This patch uses dt_table.h file, that was added in commit 643cefa4d8
("Import Android's dt_table.h for DT image format") by Alex Deymo.

[1] https://source.android.com/devices/architecture/dto/partitions

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
2018-08-20 07:21:29 -04:00
..
2018-07-19 16:17:58 -04:00
2018-06-18 14:43:13 -04:00
2018-08-03 19:53:10 -04:00
2018-02-05 20:58:11 -05:00
2018-07-26 14:08:22 -05:00
2018-06-13 07:49:12 -04:00
2018-04-06 17:04:33 -04:00
2018-06-03 15:27:21 +02:00
2018-08-01 18:03:58 +02:00
2018-07-26 14:08:22 -05:00
2018-07-19 16:31:37 -04:00
2018-08-01 16:30:45 -06:00
2018-07-20 15:55:05 -04:00