Hello,
From another forum post, I understand that the BIOS boot order is:
device reset -> c_int00 -> BIOS_init -> main -> BIOS_start
I also understand that the "user init function" is called after the BIOS_init() function. I was wondering at which point in the boot order do GBL_xxx variables get used, specifically GBL_freq. If this is in the BIOS_init() function, how can I go about running a "user init function" prior to BIOS_init()?
I am using BIOS version 5.31.02 on a C6415T with CCS3.
Thanks,
Chris Johnson
Signalogic