035_x86_single_ucode.dts 283 B

1234567891011121314151617181920212223242526
  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. microcode {
  17. update@0 {
  18. data = <0x12345678 0x12345679>;
  19. };
  20. };
  21. };