But you share codes between ROMCC version and CAR version.
YH
-----Original Message----- From: Stefan Reinauer [mailto:stefan.reinauer@coresystems.de] Sent: Thursday, March 01, 2007 7:31 AM To: Lu, Yinghai Cc: Stefan Reinauer; Carl-Daniel Hailfinger; linuxbios@linuxbios.org Subject: Re: [LinuxBIOS] [PATCH] Support for Winbond W83627EHG Super I/O
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
Sorry, I still dont get it. Why can't romcc just use print_, CAR could only use printk, and printk does the right thing, depending on whether we have ram or not. that's two variations instead of 5.
Stefan