Hi, I want to run the following POSTs from the U-Boot.
(1) CPU Core Circuitry
(2) CPU Cache Circuitry
(3) System RAM
(4) CPU On-chip I2C bus controller circuitry
I am currently using SDK 2.0 and am using U-Boot source extracted from it. Could you help me out on how I can configure my Uboot to perform the above POSTs?
You can find available POST code under post/. The path is from the top
of u-Boot source code directory tree. See the Makefile in that directory
for the options that enable the feature. For more information, see
doc/README.POST
Hope this helps,
Platon