On 26 March 2022 05:44:56 WET, Aarya Chaumal <aarya.chaumal@gmail.com> wrote:
Hi Aarya,
>I performed (read, write, erase) on specific regions of the flash using the
>layout file. Do the regions in the layout file have to be exclusive or they
>can overlap?
A flashrom layout region is just a name with a start and end address. There are no checks for overlapping regions. The parsing of a layout file is done by layout_from_file() in layout.c
-- Thomas