Comment 12 for bug 1282076

Revision history for this message
Milosz Wasilewski (mwasilew) wrote :

@koen
you seem to be using Foundation model. The job you pointed doesn't use uefi_fvp-base.bin any more (it's included in fvp_fip.bin now). I'm getting same hang in init locally with GICv2 DTB. With GICv3 DTB kernel crashes. Here is my commandline:

/home/milosz/FVP_Base_AEMv8A-AEMv8A/models/Linux64_GCC-4.1/FVP_Base_AEMv8A-AEMv8A -C bp.virtioblockdevice.image_path=$PWD/vexpress64-openembedded_lamp-armv8-gcc-4.8_20140522-651.img -C bp.secure_memory=0 -C bp.smsc_91c111.mac_address="72:43:BB:97:73:BA" -C pctl.startup=0.0.0.0 -C bp.pl011_uart0.untimed_fifos=1 -C bp.flashloader0.fname=$PWD/fvp_fip.bin -C bp.secureflashloader.fname=$PWD/bl1.bin -C cluster1.NUM_CORES=4 -C bp.smsc_91c111.enabled=true -C cache_state_modelled=0 -C cluster0.NUM_CORES=4

bl1.bin points to fvp_bl1.bin from the image.