Address issue 156: 64-bit addresses get truncated
authorLin Ma <lin.ma@caviumnetworks.com>
Tue, 20 May 2014 18:25:55 +0000 (11:25 -0700)
committerLin Ma <lin.ma@caviumnetworks.com>
Tue, 20 May 2014 18:25:55 +0000 (11:25 -0700)
commit444281cc4117455446d978e4ac6e979342dcdf82
treedf18616448f0bd3822bf5ebccf7ef6d6d3a1dc99
parentc5c9b69c132c823aabc1e29c2ff6f30323c85483
Address issue 156: 64-bit addresses get truncated
Addresses were declared as "unsigned int" in drivers/arm/peripherals/pl011/pl011.h and in function init_xlation_table. Changed to use "unsigned long" instead
Fixes ARM-software/tf-issues#156
include/drivers/arm/pl011.h
lib/aarch64/xlat_tables.c