arm-trusted-firmware/plat
Caesar Wang 0c05748bde rockchip: fixes for the required
This patch has the following change for rk3399.

* Set the uart to 115200 since the loader decide to set
  uart baud to 115200Hz. So the ATF also should set uart baud to 115200.

* We need ensure the bl31 base is greater than 4KB since there are have
  the shared mem for coreboot.(Note: the previous vesion was tested with uboot)

Otherwise, we will happen the exception crash since the ddr area won't
to work from the shared ram address in some cases.

For example, the exception crash:
CBFS: Found @ offset 19c80 size 24074
exception _sync_sp_el0
ELR = 0x0000000000008000
ESR = 0x0000000002000000
SPSR = 0x600003cc
FAR = 0xffffffff00000000
SP = 0x00000000ff8ed230
...
X29 = 0x00000000ff8c1fc0
X30 = 0x000000000030e3b0
exception death

Change-Id: I8bc557c6bcaf6804d2a313b38667d3e2517881d7
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
2016-04-25 16:53:22 +08:00
..
arm Dump platform-defined regs in crash reporting 2016-04-14 17:50:22 +02:00
common Remove all non-configurable dead loops 2016-03-14 16:41:18 +00:00
compat PSCI: Implement platform compatibility layer 2015-08-13 20:08:19 +01:00
mediatek Dump platform-defined regs in crash reporting 2016-04-14 17:50:22 +02:00
nvidia/tegra Dump platform-defined regs in crash reporting 2016-04-14 17:50:22 +02:00
rockchip rockchip: fixes for the required 2016-04-25 16:53:22 +08:00
xilinx/zynqmp Dump platform-defined regs in crash reporting 2016-04-14 17:50:22 +02:00