[PATCH v4 3/3] i386: Port to RTEMS

Sebastian Huber sebastian.huber at embedded-brains.de
Wed Apr 15 07:23:08 UTC 2020


On 09/04/2020 15:56, Jan Sommer wrote:

> - Update imported files to compile rtems-libbsd for i386 based BSPs
> ---
>   freebsd-org                                  |    2 +-
>   freebsd/sbin/sysctl/sysctl.c                 |    8 +
>   freebsd/sys/dev/pci/pci_pci.c                |    2 +
>   freebsd/sys/i386/i386/legacy.c               |  381 ---------
>   freebsd/sys/i386/include/machine/cpufunc.h   |    2 +
>   freebsd/sys/i386/include/machine/legacyvar.h |   63 --
>   freebsd/sys/kern/subr_gtaskqueue.c           |    4 +
Looks good.
>   freebsd/sys/net/iflib.c                      |   24 +
Please move this to a separate commit with a reason for the change.
>   freebsd/sys/sys/callout.h                    |    6 +

Please move this to a separate commit with a reason for the change.

>   rtemsbsd/i386/include/machine/clock.h        |    2 +
>   rtemsbsd/include/rtems/bsd/local/opt_acpi.h  |    0

>   rtemsbsd/include/x86/legacyvar.h             |    1 +
>   rtemsbsd/include/x86/specialreg.h            | 1074 ++++++++++++++++++++++++++
>   rtemsbsd/include/x86/x86_var.h               |  156 ++++
Where do these files come from?


More information about the devel mailing list