155_symbols_tpl_x86.dts 395 B

12345678910111213141516171819202122232425262728293031
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /dts-v1/;
  3. / {
  4. #address-cells = <1>;
  5. #size-cells = <1>;
  6. binman {
  7. pad-byte = <0xff>;
  8. end-at-4gb;
  9. size = <0x100>;
  10. u-boot-spl {
  11. offset = <0xffffff04>;
  12. };
  13. u-boot-spl2 {
  14. offset = <0xffffff1c>;
  15. type = "u-boot-spl";
  16. };
  17. u-boot {
  18. offset = <0xffffff34>;
  19. };
  20. section {
  21. u-boot-tpl {
  22. type = "u-boot-tpl";
  23. };
  24. };
  25. };
  26. };