On 10 March 2014 09:24, Gaurav Sharma <gauravs.2...@gmail.com> wrote:
> What all is supported in the initial code for full system emulation ?
> I am trying to bring up u-boot, which will require a minimal functionality.
> But in the file [target-arm/cpu64.c] this piece of code raises some
> questions to me :
>
> static const ARMCPUInfo aarch64_cpus[] = {
> #ifdef CONFIG_USER_ONLY
>     { .name = "any",         .initfn = aarch64_any_initfn },
> #endif
>     { .name = NULL }
> };

The code you are looking for is in the patches on the list which
Alex just told you about -- it is not currently in master.

-- PMM

Reply via email to