[U-Boot] [PATCH v1 1/3] blackfin: Enable early print via the generic serial API.

2013-05-12 Thread Sonic Zhang
From: Sonic Zhang Remove blackfin specific implementation of the generic serial API when early print macro is defined. In BFIN_BOOT_BYPASS mode, don't call generic serial_puts, because early print in bypass mode is running before code binary is relocated to the link address. Signed-off-by: Soni

[U-Boot] [PATCH v1 1/3] blackfin: Enable early print via the generic serial API.

2013-03-14 Thread Sonic Zhang
From: Sonic Zhang Remove blackfin specific implementation of the generic serial API when early print macro is defined. In BFIN_BOOT_BYPASS mode, don't call generic serial_puts, because early print in bypass mode is running before code binary is relocated to the link address. Signed-off-by: Soni

Re: [U-Boot] [PATCH v1 1/3] blackfin: Enable early print via the generic serial API.

2013-05-12 Thread Mike Frysinger
On Monday 13 May 2013 00:20:15 Sonic Zhang wrote: > Remove blackfin specific implementation of the generic serial API when > early print macro is defined. > > In BFIN_BOOT_BYPASS mode, don't call generic serial_puts, because > early print in bypass mode is running before code binary is relocated >

Re: [U-Boot] [PATCH v1 1/3] blackfin: Enable early print via the generic serial API.

2013-05-12 Thread Sonic Zhang
Hi Mike, On Mon, May 13, 2013 at 12:42 PM, Mike Frysinger wrote: > On Monday 13 May 2013 00:20:15 Sonic Zhang wrote: >> Remove blackfin specific implementation of the generic serial API when >> early print macro is defined. >> >> In BFIN_BOOT_BYPASS mode, don't call generic serial_puts, because >