Attention is currently required from: fixeria.
falconia has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/osmocom-bb/+/42604?usp=email )
Change subject: firmware/se_k2xx: add board specific RF tables ......................................................................
Patch Set 2:
(2 comments)
Patchset:
PS2: You should also add reading of per-unit RF calibration tables from TIFFS, like it is done on gta0x and fcdev3b targets - K2xx FFS has them present in TI standard format!
File src/target/firmware/board/se_k2xx/rf_tables.c:
https://gerrit.osmocom.org/c/osmocom-bb/+/42604/comment/1c06fc86_96cf8ac1?us... : PS2, Line 30: uint8_t apc_offset = 48; If you look at `reg-read` file in the same directory where you found rf_XXX.c table extracts, you will see that the original fw sets APCOFF to 0x7F. Therefore, we know that the correct `apc_offset` is 63 - please change it accordingly. (APCOFF register bit 0x40 is not part of the offset, it is an unrelated bit controlling ramp slope. It has been seen as 1 on all Calypso targets that have been seen so far by FC and OBB projects.)