You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
firmware: Allocate space for quantizer table in flash
It is important to ensure that the addresses and lengths of the existing
NVM sections (settings and lut) are not changed by this patch.
I have manually verified this as follows:
* Build the firmware before applying this commit
* Run:
$ objdump -t build/gemini-firmware.elf | grep _nvm
* Then apply the commit and rebuild
* Run objdump again
* Compare the two sets of outputs. The relevant columns are the first
(symbol value) and last (symbol name)
0 commit comments