2016-04-14 19:00 GMT+02:00 daoud yessine yessine.daoud.92@gmail.com:
For arch x86 , we have CBFS_HEADPTR_ADDR = 0xFFFFFFFC . But for ARM systems what's the address of the cbfs header pointer ?
The header pointer is also at the top four bytes of the CBFS space, but note that it's on the way out (in favor of using fmap to find the desired region, then having CBFS start at address 0 of said region)
Patrick