Re: QorIQ and Qemu

2021-11-09 Thread Karel Gardas
Hi, please look into the thread which ends here: https://www.mail-archive.com/users@rtems.org/msg02543.html I've not been able to resolve that issue at that time unfortunately. If you are lucky and resolve that, it would be great indeed! Karel On 11/10/21 12:07 AM, Joel Sherrill wrote: > Hi

QorIQ and Qemu

2021-11-09 Thread Joel Sherrill
Hi I was discussing the lack of a simulator with network capability for the PowerPC with Kinsey and he wondered if there was qoriq support. Well there isn't as an obvious machine but this NXP forum link has some example commands: https://community.nxp.com/t5/QorIQ/Set-up-QEMU-for-T2080-emulation/

Re: [PATCH v2] c-user: Document new clock manager directives

2021-11-09 Thread Sebastian Huber
On 09/11/2021 08:50, Sebastian Huber wrote: On 09/11/2021 08:41, Chris Johns wrote: We could also use something like this: static inline struct timespec rtems_clock_get_realtime(void) {    struct timespec time_snapshot;    _Timecounter_Nanotime( &time_snapshot );    return time_snapshot; } U