Re: How to fill a memory region with specific bytes?
On Sat, 18 Sept 2021 at 03:55, Duo jia wrote: > > Many SOCs have unique id, which is a fixed string of bytes. > I use "memory_region_init_ram" and "memory_region_add_subregion" to simulate > this region, how can I initialize specific bytes to fill? Mostly we just model that kind of thing as a re
How to fill a memory region with specific bytes?
Many SOCs have unique id, which is a fixed string of bytes. I use "memory_region_init_ram" and "memory_region_add_subregion" to simulate this region, how can I initialize specific bytes to fill? thks~~~