
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc85xx.git master
Anatolij Gustschin (1): 85xx: socrates: Enable Lime support.
Andy Fleming (1): Remove CONFIG_SHOW_ACTIVITY from stx boards which don't support it
Detlev Zundel (1): 85xx: Socrates: Major code update.
Sergei Poselenov (1): Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
Timur Tabi (1): Update Freescale 85xx boards to sys_eeprom.c
board/freescale/common/Makefile | 1 - board/freescale/common/cds_eeprom.c | 60 -------- board/socrates/law.c | 4 +- board/socrates/socrates.c | 280 ++++++++++++++++++++++++++++++---- board/socrates/tlb.c | 13 ++- board/socrates/upm_table.h | 52 +++++-- cpu/mpc85xx/cpu.c | 15 +- drivers/video/mb862xx.c | 3 +- include/configs/MPC8541CDS.h | 9 +- include/configs/MPC8548CDS.h | 9 +- include/configs/MPC8555CDS.h | 10 +- include/configs/socrates.h | 134 +++++++++++------ include/configs/stxgp3.h | 4 - include/configs/stxssa.h | 4 - 14 files changed, 420 insertions(+), 178 deletions(-) delete mode 100644 board/freescale/common/cds_eeprom.c