Module Name:src
Committed By: aymeric
Date: Tue Oct 22 18:43:14 UTC 2019
Modified Files:
src/sys/arch/arm/dts: socfpga_cyclone5_de0_nano_soc.dts
Log Message:
Disable private timer whose new driver clashes with the global timer's one.
Stopgap measure to make the DE0 Nano S
Module Name:src
Committed By: aymeric
Date: Tue Oct 22 18:43:14 UTC 2019
Modified Files:
src/sys/arch/arm/dts: socfpga_cyclone5_de0_nano_soc.dts
Log Message:
Disable private timer whose new driver clashes with the global timer's one.
Stopgap measure to make the DE0 Nano S
Module Name:src
Committed By: aymeric
Date: Mon May 20 20:17:25 UTC 2019
Modified Files:
src/sys/arch/arm/altera: cycv_platform.c
Log Message:
make CPU 1 bootstrapping work even if the kernel is not loaded close to PA 0.
More precisely, we used "B cpu_mpstart", which work
Module Name:src
Committed By: aymeric
Date: Mon May 20 20:17:25 UTC 2019
Modified Files:
src/sys/arch/arm/altera: cycv_platform.c
Log Message:
make CPU 1 bootstrapping work even if the kernel is not loaded close to PA 0.
More precisely, we used "B cpu_mpstart", which work
Module Name:src
Committed By: aymeric
Date: Mon May 20 20:14:08 UTC 2019
Modified Files:
src/sys/arch/arm/altera: cycv_dwcmmc.c
Log Message:
use NULL instead of cycv_dwcmmc_card_detect() for sc_card_detect.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/
Module Name:src
Committed By: aymeric
Date: Mon May 20 20:14:08 UTC 2019
Modified Files:
src/sys/arch/arm/altera: cycv_dwcmmc.c
Log Message:
use NULL instead of cycv_dwcmmc_card_detect() for sc_card_detect.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/
Jared McNeill writes:
> You shouldn't set fdtfile in this script because U-Boot already sets
> it. From socfpga_de0_nano_soc_defconfig:
>
> CONFIG_DEFAULT_FDT_FILE="socfpga_cyclone5_de0_nano_soc.dtb"
>
> This way, if you match on the SoC type in this file, you can run on
> any board using this So
Nick Hudson writes:
> Does it work now?
Yes, it does.
Regards,
Aymeric
Jared McNeill writes:
> Any chance that you could use sys/dev/fdt/dwcmmc_fdt.c instead of the
> new cycv_dwcmmc.c? It should be fairly generic.
>From reading the code, and to avoid any modification except
compat_data[], I will first have to add support for changing clock rates
to cycv_clkmgr.c
Hi,
"Chuck Silvers" writes:
> Committed By: chs
> [...]
> Log Message:
> tweak the osnet compat headers to allow building on MacOS and Linux hosts.
Thanks a lot. The tools build works for me under Linux now.
Regards,
Aymeric
Hi,
"Chuck Silvers" writes:
> Module Name: src
> Committed By: chs
> Date: Mon May 28 21:05:12 UTC 2018
>
> Modified Files:
> [...]
> Log Message:
> merge a new version of the CDDL dtrace and ZFS code.
Thanks for your work, but unfortunately this breaks the tools build on a
Linux hos
chris...@astron.com (Christos Zoulas) writes:
> Yes, doesn't libcompat provide our getopt()? Or are you trying to compile
> this standalone?
It does, but from what I understand, we replace only getopt_long()
unconditionnally and use the host's getopt() if the optind variable can
be linked against
chris...@astron.com (Christos Zoulas) writes:
> Can you explain how it breaks? Is it because of the locale settings?
Sure, and no: it's simply because it uses [[:<:]] and [[:>:]] as word
delimiters, and that appears to be a BSD extension.
Regards,
Aymeric
matthew green writes:
> don't we also have TOOL_AWK to handle this? (mind making that change too? :)
Sure, consider it done. :-) Waiting for a release to finish successfully
first.
Regards,
Aymeric
David Holland writes:
> > Fix bracket expressions by moving '-' to the end of them. GNU awk choked.
>
> Front is safer. fwiw.
OK, I moved them to the front, together with '_' because it felt awkward
to separate the separators. Out of curiosity, is it "safer" just because
it is more robust to fu
Hi Matthew,
matthew green writes:
>> update the example to use dty00 instead of ttyd0 to reflect a current
>> practice
>
> is this actually right? the example shows:
>
> # dialup at 1200 baud, no root logins
> dty00 "/usr/libexec/getty d1200" dialup on # 555-1234
>
> but i though
"Jonathan A. Kollasch" writes:
> On Thu, Feb 17, 2011 at 07:28:46PM +, Matt Thomas wrote:
>>
>> Log Message:
>> Move lwp_getpcb to the area with the rest of the _KERNEL function
>> declarations.
>
> This (probably) is what broke the gdb build in its kvm code.
> Apparently it needs _KMEMUSER
17 matches
Mail list logo