[U-Boot] [PATCH v2] Add secondary CPUs processor frequency for e500 core

2009-01-15 Thread Haiying Wang
This patch updates e500 freqProcessor to array based on CONFIG_NUM_CPUS, and prints each CPU's frequency separately. It also fixes up each CPU's frequency in "clock-frequency" of fdt blob. Signed-off-by: James Yang Signed-off-by: Haiying Wang --- This v2 version is against Andy's latest u-boot-m

[U-Boot] [PATCH v2] Add secondary CPUs processor frequency for e500 core

2008-12-05 Thread Haiying Wang
This patch updates e500 freqProcessor to array based on CONFIG_NUM_CPUS, and prints each CPU's frequency separately. It also fixes up each CPU's frequency in "clock-frequency" of fdt blob. Signed-off-by: James Yang <[EMAIL PROTECTED]> Signed-off-by: Haiying Wang <[EMAIL PROTECTED]> --- This patch