
On 09:56 Mon 19 Jan , Hugo Villeneuve wrote:
From: u-boot-bounces@lists.denx.de on behalf of Hugo Villeneuve Sent: Fri 11/21/2008 2:35 PM To: u-boot@lists.denx.de Subject: [U-Boot] [PATCH 1/1] ARM DaVinci: Add common peripherals andmodules enable functions.
Taken all the duplicated code for enabling common modules and apply software workarounds from the board specific code into common functions. Also added comments explaining the workarounds (from TI errata documents) and replaced some numerical bit numbers with more meaningful defines.
Signed-off-by: Hugo Villeneuve hugo.villeneuve@lyrtech.com
board/davinci/common/psc.c | 65 ++++++++++++++++++++++++++ +++++++++ board/davinci/common/psc.h | 3 ++ board/davinci/dvevm/dvevm.c | 35 +++++-------------- board/davinci/schmoogie/schmoogie.c | 37 +++++-------------- board/davinci/sffsdr/sffsdr.c | 31 +++-------------- board/davinci/sonata/sonata.c | 35 +++++-------------- 6 files changed, 101 insertions(+), 105 deletions(-)
I sent this patch two months ago but I didn“t receive feedback...
Ack they will be present in the next merge
Best Regards, J.