"vscode:/vscode.git/clone" did not exist on "b67961d812c7f403aea223f40410bfc34f706b05"
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
Please register or sign in to comment