151_x86_rom_ifwi_section.dts 447 B

123456789101112131415161718192021222324252627282930313233
  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. section {
  18. ifwi-replace;
  19. ifwi-subpart = "IBBP";
  20. ifwi-entry = "IBBL";
  21. u-boot-tpl {
  22. };
  23. u-boot-dtb {
  24. };
  25. };
  26. };
  27. };
  28. };