037_x86_no_ucode.dts 212 B

1234567891011121314151617181920
  1. /dts-v1/;
  2. / {
  3. #address-cells = <1>;
  4. #size-cells = <1>;
  5. binman {
  6. sort-by-offset;
  7. end-at-4gb;
  8. size = <0x200>;
  9. u-boot-with-ucode-ptr {
  10. };
  11. u-boot-dtb-with-ucode {
  12. };
  13. u-boot-ucode {
  14. };
  15. };
  16. };