fdt: additions required for arm64 Linux loader

- Add grub_fdt_create_empty_tree() function.
- Add 64-bit setprop.
This commit is contained in:
Leif Lindholm 2013-12-04 13:09:21 +00:00
parent 313fb3cef8
commit c415eaa98f
3 changed files with 53 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2013-12-22 Leif Lindholm <leif.lindholm@linaro.org>
Add grub_fdt_create_empty_tree() and grub_fdt_set_prop64().
2013-12-22 Vladimir Serbinenko <phcoder@gmail.com>
Add module loading and parsing boot time checkpoints.