088_expand_size.dts 545 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /dts-v1/;
  3. / {
  4. binman {
  5. size = <40>;
  6. fill {
  7. expand-size;
  8. fill-byte = [61];
  9. size = <0>;
  10. };
  11. u-boot {
  12. offset = <8>;
  13. };
  14. section {
  15. expand-size;
  16. pad-byte = <0x62>;
  17. intel-mrc {
  18. };
  19. };
  20. u-boot2 {
  21. type = "u-boot";
  22. offset = <16>;
  23. };
  24. section2 {
  25. type = "section";
  26. fill {
  27. expand-size;
  28. fill-byte = [63];
  29. size = <0>;
  30. };
  31. u-boot {
  32. offset = <8>;
  33. };
  34. };
  35. fill2 {
  36. type = "fill";
  37. expand-size;
  38. fill-byte = [64];
  39. size = <0>;
  40. };
  41. };
  42. };