Re: [PATCH for-7.2 04/10] hmp, device_tree.c: introduce fdt-save

2022-07-25 Thread Daniel Henrique Barboza
On 7/22/22 20:13, BALATON Zoltan wrote: On Fri, 22 Jul 2022, Daniel Henrique Barboza wrote: To save the FDT blob we have the '-machine dumpdtb=' property. With this property set, the machine saves the FDT in and exit. The created file can then be converted to plain text dts format using 'dtc

Re: [PATCH for-7.2 04/10] hmp, device_tree.c: introduce fdt-save

2022-07-25 Thread Dr. David Alan Gilbert
* Daniel Henrique Barboza (danielhb...@gmail.com) wrote: > To save the FDT blob we have the '-machine dumpdtb=' property. With this > property set, the machine saves the FDT in and exit. The created > file can then be converted to plain text dts format using 'dtc'. > > There's nothing particularl

Re: [PATCH for-7.2 04/10] hmp, device_tree.c: introduce fdt-save

2022-07-22 Thread BALATON Zoltan
On Fri, 22 Jul 2022, Daniel Henrique Barboza wrote: To save the FDT blob we have the '-machine dumpdtb=' property. With this property set, the machine saves the FDT in and exit. The created file can then be converted to plain text dts format using 'dtc'. There's nothing particularly sophisticat

[PATCH for-7.2 04/10] hmp, device_tree.c: introduce fdt-save

2022-07-22 Thread Daniel Henrique Barboza
To save the FDT blob we have the '-machine dumpdtb=' property. With this property set, the machine saves the FDT in and exit. The created file can then be converted to plain text dts format using 'dtc'. There's nothing particularly sophisticated into saving the FDT that can't be done with the mac