Lu, Yinghai wrote:
In the V2 you need to everyone happy
- ROMCC: print
- CAR: a. print b. printk c. print when ram is enabled already d. printk when ram is enabled already
c/d are introduced for USBDebug direct, because dbg_info will be in RAM instead of cache.. dbg_info will contain the BAR info that is needed for dbgp_bulk_write_x
c and d are not needed. When RAM is enabled, we are not in the CAR path of the code anymore.