I realised one thing that I need to answer:
I have completed a rough draft for my proposal, can someone review it?
So just to be very very clear: the answer is no, we won't be pre-reviewing your proposal(s). You will submit them to the gsoc website, they will go through the system and then will come to us. And we will read all the proposals! :)
Felix answered this correctly, but I see that my message was vague, so I decided to clarify.
You are welcome to ask questions, if you have any about the project, so that you can write the proposal yourself. Good luck!
On Tue, Mar 29, 2022 at 8:18 PM Thomas Heijligen src@posteo.de wrote:
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