---
freebsd/sys/arm/broadcom/bcm2835/bcm283x_dwc_fdt.c | 100 ++
freebsd/sys/dev/usb/controller/dwc_otg_fdt.c | 222 +
freebsd/sys/dev/usb/controller/dwc_otg_fdt.h | 39
libbsd.py | 3 +
libbsd.txt
---
freebsd/sys/arm/broadcom/bcm2835/bcm283x_dwc_fdt.c | 27 ++
freebsd/sys/dev/usb/controller/dwc_otg_fdt.c | 10
rtemsbsd/include/bsp/nexus-devices.h | 9
rtemsbsd/include/machine/rtems-bsd-nexus-bus.h | 22 ++
rtemsb
---
freebsd/sys/dev/usb/net/if_smsc.c | 44 ++
freebsd/sys/dev/usb/net/if_smscreg.h | 1 +
freebsd/sys/dev/usb/net/usb_ethernet.c | 17 +
freebsd/sys/sys/sysctl.h | 1 +
rtemsbsd/include/bsp/nexus-de
---
freebsd/sys/dev/usb/net/if_smsc.c | 1863
freebsd/sys/dev/usb/net/if_smscreg.h | 277 +
freebsd/sys/dev/usb/net/usb_ethernet.c | 647 +++
freebsd/sys/dev/usb/net/usb_ethernet.h | 127 +++
libbsd.py |8 +-
l
I updated the rules to modify FreeBSD code. Please follow them. In
particular we have:
"Add nothing (even blank lines) before or after the |__rtems__| guards.
Always include a |__rtems__| in the guards"
Please don't merge changes for a particular BSP and generic changes into
one commit.
On
On 19/08/16 12:28, Deval Shah wrote:
Also, do I have to send all the patches again ? or just the ones which
I will add now.
Please send a complete patch set (git format-patch -v2 ...).
--
Sebastian Huber, embedded brains GmbH
Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone : +4
This goes back 5 or more years ago so my recollection might be off but I had
issues with GCC 4.5.2 using -mfloat-abi=hard. NXP recommends
-mfloat-abi=softfp. I can't find the article or forum now but I think it had
to do with the fact that the LPC3250 VFP didn't support all the required
instr
On 19/08/16 14:39, Kirspel, Kevin wrote:
This goes back 5 or more years ago so my recollection might be off but I had
issues with GCC 4.5.2 using -mfloat-abi=hard. NXP recommends
-mfloat-abi=softfp. I can't find the article or forum now but I think it had
to do with the fact that the LPC3250
The Coprocessor access control register is not VFP dependent. Processors
either have one or not (V5TEJ does not). The VFP run fast option in the FPSCR
may be unique to each VFP version (I'm not sure). For now, we could introduce
defines such as the following to distinguish between the differe
On Fri, Aug 19, 2016 at 2:51 PM, Sebastian Huber <
sebastian.hu...@embedded-brains.de> wrote:
> I updated the rules to modify FreeBSD code. Please follow them. In
> particular we have:
>
> "Add nothing (even blank lines) before or after the |__rtems__| guards.
> Always include a |__rtems__| in the
I built GCC with the hard abi. The software ran fine but I see a performance
hit with the hard abi.
ABI:Test Execution Time (ms)
soft1358
softfp 96
hard109
I don't know why the hard is slower than the softfp. Here was my test code.
int ii;
uint32_t end_time, start
---
freebsd/sys/arm/broadcom/bcm2835/bcm283x_dwc_fdt.c | 100 ++
freebsd/sys/dev/usb/controller/dwc_otg_fdt.c | 222 +
freebsd/sys/dev/usb/controller/dwc_otg_fdt.h | 39
libbsd.py | 3 +
libbsd.txt
---
rtemsbsd/include/bsp/nexus-devices.h | 9 +
testsuite/usb01/usb-sysinit.h| 2 ++
2 files changed, 11 insertions(+)
diff --git a/rtemsbsd/include/bsp/nexus-devices.h
b/rtemsbsd/include/bsp/nexus-devices.h
index 45beb30..ce9d45c 100644
--- a/rtemsbsd/include/bsp/nexus-devices.h
---
freebsd/sys/arm/broadcom/bcm2835/bcm283x_dwc_fdt.c | 24 +
freebsd/sys/dev/usb/controller/dwc_otg_fdt.c | 10
libbsd.txt | 30 ++
rtemsbsd/include/machine/rtems-bsd-nexus-bus.h | 22
---
freebsd/sys/arm/broadcom/bcm2835/bcm283x_dwc_fdt.c | 24 +
freebsd/sys/dev/usb/controller/dwc_otg_fdt.c | 10
libbsd.txt | 30 ++
rtemsbsd/include/machine/rtems-bsd-nexus-bus.h | 22
---
rtemsbsd/include/bsp/nexus-devices.h | 9 +
testsuite/usb01/usb-sysinit.h| 2 ++
2 files changed, 11 insertions(+)
diff --git a/rtemsbsd/include/bsp/nexus-devices.h
b/rtemsbsd/include/bsp/nexus-devices.h
index 45beb30..ce9d45c 100644
--- a/rtemsbsd/include/bsp/nexus-devices.h
---
freebsd/sys/dev/usb/net/if_smsc.c | 1863
freebsd/sys/dev/usb/net/if_smscreg.h | 277 +
freebsd/sys/dev/usb/net/usb_ethernet.c | 647 +++
freebsd/sys/dev/usb/net/usb_ethernet.h | 127 +++
libbsd.py |8 +-
l
---
freebsd/sys/arm/broadcom/bcm2835/bcm283x_dwc_fdt.c | 100 ++
freebsd/sys/dev/usb/controller/dwc_otg_fdt.c | 222 +
freebsd/sys/dev/usb/controller/dwc_otg_fdt.h | 39
libbsd.py | 3 +
libbsd.txt
---
freebsd/sys/dev/usb/net/if_smsc.c | 34 ++
freebsd/sys/dev/usb/net/if_smscreg.h | 1 +
freebsd/sys/dev/usb/net/usb_ethernet.c | 12 +
freebsd/sys/sys/sysctl.h | 1 +
rtemsbsd/include/machine/rtems-bsd-nexus-
---
rtemsbsd/include/bsp/nexus-devices.h | 2 ++
testsuite/include/rtems/bsd/test/network-config.h.in | 2 ++
2 files changed, 4 insertions(+)
diff --git a/rtemsbsd/include/bsp/nexus-devices.h
b/rtemsbsd/include/bsp/nexus-devices.h
index ce9d45c..7ba3541 100644
--- a/rtemsbsd/inc
20 matches
Mail list logo