You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Peter Tyser
a1c8a71926
86xx: Update CPU info output on bootup
- Update style of 86xx CPU information on boot to more closely
match 85xx boards
- Fix detection of 8641/8641D
- Use strmhz() to display frequencies
- Display L1 information
- Display L2 cache size
- Fixed CPU/SVR version output
== Before ==
Freescale PowerPC
CPU:
Core: E600 Core 0, Version: 0.2, (0x80040202)
System: Unknown, Version: 2.1, (0x80900121)
Clocks: CPU:1066 MHz, MPX: 533 MHz, DDR: 266 MHz, LBC: 133 MHz
L2: Enabled
Board: X-ES XPedite5170 3U VPX SBC
== After ==
CPU: 8641D, Version: 2.1, (0x80900121)
Core: E600 Core 0, Version: 2.2, (0x80040202)
Clock Configuration:
CPU:1066.667 MHz, MPX:533.333 MHz
DDR:266.667 MHz (533.333 MT/s data rate), LBC:133.333 MHz
L1: D-cache 32 KB enabled
I-cache 32 KB enabled
L2: 512 KB enabled
Board: X-ES XPedite5170 3U VPX SBC
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
|
16 years ago |
.. |
Makefile
|
powerpc: change 86xx SMP boot method
|
16 years ago |
cache.S
|
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
config.mk
|
PPC: Use r2 instead of r29 as global data pointer
|
17 years ago |
cpu.c
|
86xx: Update CPU info output on bootup
|
16 years ago |
cpu_init.c
|
mpc86xx: Add support to populate addr map based on BATs
|
16 years ago |
ddr-8641.c
|
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
fdt.c
|
MPC86xx: fix build warnings
|
16 years ago |
interrupts.c
|
rename CFG_ macros to CONFIG_SYS
|
16 years ago |
mp.c
|
powerpc: change 86xx SMP boot method
|
16 years ago |
mp.h
|
powerpc: change 86xx SMP boot method
|
16 years ago |
release.S
|
Fix new found CFG_
|
16 years ago |
speed.c
|
mpc8[56]xx: Put localbus clock in sysinfo and gd
|
16 years ago |
start.S
|
Coding style cleanup, update CHANGELOG.
|
16 years ago |
traps.c
|
Fix some more print() format errors.
|
17 years ago |