Philippe Mathieu-Daudé writes:
> The Malta 'mother' board can use various 'daughter' core cards [1].
> QEMU only models the CoreLV card.
>
> The CoreLV card provides [2] a Galileo GT64120 as North bridge,
> connecting the CPU via the 'CBUS'. The CBUS also connects a 'Monitor
> flash' memory and m
On 3/6/19 12:53 AM, Richard Henderson wrote:
> On 3/5/19 8:28 AM, Philippe Mathieu-Daudé wrote:
>> +
>> +if (blk_getlength(pflash_blk) != FLASH_SIZE) {
>> +error_report("Malta CoreLV card expects a bios of 4MB");
>> +exit(1);
>> +}
>
> Indentation is
On 3/5/19 8:28 AM, Philippe Mathieu-Daudé wrote:
> +
> +if (blk_getlength(pflash_blk) != FLASH_SIZE) {
> +error_report("Malta CoreLV card expects a bios of 4MB");
> +exit(1);
> +}
Indentation is off, somehow. Tabs or extra spaces?
r~
The Malta 'mother' board can use various 'daughter' core cards [1].
QEMU only models the CoreLV card.
The CoreLV card provides [2] a Galileo GT64120 as North bridge,
connecting the CPU via the 'CBUS'. The CBUS also connects a 'Monitor
flash' memory and maps it to the CPU RESET vector.
The Monitor