111_x86_rom_ifwi.dts 402 B

1234567891011121314151617181920212223242526272829
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /dts-v1/;
  3. / {
  4. #address-cells = <1>;
  5. #size-cells = <1>;
  6. binman {
  7. sort-by-offset;
  8. end-at-4gb;
  9. size = <0x800000>;
  10. intel-descriptor {
  11. filename = "descriptor.bin";
  12. };
  13. intel-ifwi {
  14. offset-unset;
  15. filename = "fitimage.bin";
  16. convert-fit;
  17. u-boot-tpl {
  18. ifwi-replace;
  19. ifwi-subpart = "IBBP";
  20. ifwi-entry = "IBBL";
  21. };
  22. };
  23. };
  24. };