summaryrefslogtreecommitdiff
path: root/lib_arm
diff options
context:
space:
mode:
authorEric Sun <jian.sun@freescale.com>2012-12-03 18:47:47 +0800
committerJason Liu <r64343@freescale.com>2012-12-12 19:51:58 +0800
commit658971fe22d1beb640ede108419d75b2919a2d80 (patch)
tree85bc009d31ab7f09f716f8dd7cd1713c0cc078cd /lib_arm
parent032d11b26bf166bd6fc00ac213291cd4be1ee949 (diff)
ENGR00235564: i.mx6 u-boot: change plugin to use ROM API table for code jump
The original plugin code uses hard coded assembly address for the code jump to "pu_irom_hwcnfg_setup", it can only works for specific chip version, for a new TO, the assembly address will change, and the plugin code simply fails. In fact there is an API entry table in a fixed ROM location, it contains the entry to the "pu_irom_hwcnfg_setup". This patch retrieve the jump address from this API table, thus avoid the limitation for current implementation. Apply to all plugin enabled platforms, MX6Q/DL ARM2, MX6SL ARM2/EVK Signed-off-by: Eric Sun <jian.sun@freescale.com>
Diffstat (limited to 'lib_arm')
0 files changed, 0 insertions, 0 deletions