112_x86_rom_ifwi_nodesc.dts 382 B

12345678910111213141516171819202122232425262728
  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 = "ifwi.bin";
  16. u-boot-tpl {
  17. ifwi-replace;
  18. ifwi-subpart = "IBBP";
  19. ifwi-entry = "IBBL";
  20. };
  21. };
  22. };
  23. };