Re: How to get amd64efi BSP running.

2023-04-16 Thread Joel Sherrill
On Sun, Apr 16, 2023 at 4:56 PM Karel Gardas wrote: > > Folks, > > I just send my amd64efi BSP results for review. One of the commits (with > BSP actually) awaits moderator approval due to size so before it gets in > let me add few remarks about how to make that BSP working on either Qemu > or

Re: [PATCH v2 1/3] cpukit/flash: Add API for Flash devices

2023-04-16 Thread Aaron Nyholm
Hi Gedare, Thanks for the feedback you’ve provided. I have a couple questions. You suggest refactoring the callouts into another sturct, I’m happy to do so. I originally chose not to as I was was basing the high level structure off the i2c API already in RTEMS. Just clarifying it’s worth

Re: rtems.org websites https not working?

2023-04-16 Thread Chris Johns
On 17/4/2023 6:16 am, Alan Cudmore wrote: > Hi, > When I try to go to docs.rtems.org , www.rtems.org > , or git.rtems.org , I get an > error > from my browser: ERR:CERT_DATE_INVALID. > Just wanted to see if anyone else noticed

How to get amd64efi BSP running.

2023-04-16 Thread Karel Gardas
Folks, I just send my amd64efi BSP results for review. One of the commits (with BSP actually) awaits moderator approval due to size so before it gets in let me add few remarks about how to make that BSP working on either Qemu or real hardware. CAVEAT: We have serious issue somewhere

[PATCH 3/3] bsps/amd64: increase CPU alignment to 16

2023-04-16 Thread Karel Gardas
AMD64 requires SSE support which operates on 128bit data values. --- cpukit/score/cpu/x86_64/include/rtems/score/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/score/cpu/x86_64/include/rtems/score/cpu.h b/cpukit/score/cpu/x86_64/include/rtems/score/cpu.h index

[PATCH 1/3] bsps/shared: import FreeBSD libefi library

2023-04-16 Thread Karel Gardas
The library is imported in minimalist version just to support future amd64efi BSP. The FreeBSD tree commit id with imported libefi version is: ce7b20e5129cf0f269951b313d336a9c7d54d790 --- bsps/shared/freebsd/stand/efi/include/README | 36 + .../freebsd/stand/efi/include/amd64/efibind.h | 275

rtems.org websites https not working?

2023-04-16 Thread Alan Cudmore
Hi, When I try to go to docs.rtems.org, www.rtems.org, or git.rtems.org, I get an error from my browser: ERR:CERT_DATE_INVALID. Just wanted to see if anyone else noticed this. Thanks, Alan ___ devel mailing list devel@rtems.org