Skip to content

IGPS_03.08.07

Compare
Choose a tag to compare
@TaliPerry TaliPerry released this 27 Apr 10:08
· 46 commits to main since this release

IGPS 03.08.07 - April 17th 2023 b -> updated Google TIP_FW April 27th

bug fix: when run Udpate*.bat also update the key_input folder to default openssl keys.
Support A2.

TIP_FW: 0.5.7 L0 0.4.6 L1

Bug fix for bmc reset task not getting active flash handler properly.
TIP flash API enhancement.
Bug fix for bmc reset task stack overflow (used by "reset" from Uboot to reload BMC images.)
Enable stack overflow detection logic under macro (TIP_DEBUG_BUILD).
Bug fix for configLIBRARY_LOWEST_INTERRUPT_PRIORITY in FreeRTOSConfig.h.
add delay before recovery copy flash.
force main and recovery flashes to be the same.
Add timestamp compare to combo.
tip_flash: fix prints
Fix uptime print.
Support A2.
Fix INTRC2 settings.

Bootblock 0.2.9

Bug fix: fixed a bug in testing of MC is already initialized.
Bug fix: fixed a bug in setting the security enable bit.
MC: Added support to 2x1G DDR.
Clear MC interrupts in warm boot too.
Fix FIU1 clk divider range. Can be up to 256.
Support A2.
Support 4GB. max_ddr_size in header should be 0xFFFFFFFF.
Use SCRPAD_10 to indicate bootblock state:
0xAAAAAAAA - working.
0x00000001 - training pass
0x00000002 - training fail
SCRPAD2 is the size, SCRPAD3 is the size of 1MB. SCRPAD2 is always limited to 2GB.
MC: measure DRAM size before enabling ECC.
limitation: can't detect size, need to set max_dram_size in the header according to device, otherwise there
is an exception after ECC is enabled.
Added flag for DDP DRAM.
MC BIST is up to 2GB. rest is with for loop.
uboot 2021.04.10.02
Support 4GB.
Add Open_All_Ports script.

uboot:

  • Add support for 4GB DRAM.