Re: [PATCH 2/2] arc770: move arc patches to taregt/linux/generic

2016-01-16 Thread Peter Korsgaard
nd is easy to backport if really needed, is easier and more flexible than a bunch of static mknods, and probably smaller as well. We changed to devtmpfs by default in Buildroot quite some time ago, and I'm pretty happy with it. -- Venlig hilsen, Peter Korsgaard

Re: [PATCH 2/2] arc770: move arc patches to taregt/linux/generic

2016-01-16 Thread Peter Korsgaard
ipt, it isn't too bad. In Buildroot we support pure devtmpfs, mdev or udev (both with devtmpfs) or static /dev for legacy setups. -- Venlig hilsen, Peter Korsgaard ___ linux-snps-arc mailing list linux-snps-arc@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-snps-arc

Re: [PATCH] azure-iot-sdk-c: Bump to version 2018-12-13

2018-12-21 Thread Peter Korsgaard
ows added support for UNIX domain sockets to the OS and SDK > +-# in the Oct 2018 update (10.0.17763.0, aka RS5) > +-add_definitions(-DAF_UNIX_ON_WINDOWS) > +-endif() Can you be more specific what the issue is exactly? Given the WIN32 in this conditional this should

Re: ARC no console output (was Re: [PATCH 1/2] init/console: Use ttynull as a fallback when there is no console)

2021-01-13 Thread Peter Korsgaard
gt; is defined on the command line. > What happens in my case is console_on_rootfs() doesn't find > /dev/console and switching to ttynull. /dev is not present because > devtmpfs doesn't automount for initramfs. But our initramfs/cpio logic ensures that the initramfs

Re: [PATCH v2 1/3] ARC: config: explicit'ify -mcpu for cpu selection

2021-05-10 Thread Peter Korsgaard
d920b50d..f84dfab38ae9 100644 > --- a/arch/Config.in.arc > +++ b/arch/Config.in.arc > @@ -12,14 +12,14 @@ config BR2_arc770d > bool "ARC 770D" > config BR2_archs38 > -bool "ARC HS38" > +bool "ARC HS38 (-mcpu=archs)" I guess this

Re: [PATCH v3 2/4] lmbench: memsize: increase delay for slow FPGAs

2021-05-20 Thread Peter Korsgaard
K3MB OK4MB OK5MB OK6MB OK7MB OK8MB OK9MB OK10MB OK11MB OK12MB OK13MB > OK14MB OK15MB OK16MB OK > | 16 > Signed-off-by: Vineet Gupta Committed to 2021.02.x, thanks. -- Bye, Peter Korsgaard ___ linux-snps-arc mailing list linux-snps-arc

Re: [PATCH v3 4/4] lmbench: lat_rpc: fix stray pointer

2021-05-20 Thread Peter Korsgaard
6: 0x r17: 0x5708 > | r18: 0x20039fc0 r19: 0x r20: 0x201ba010 > | r21: 0x r22: 0x r23: 0x20039fc0 > | r24: 0x0bd0 r25: 0x0073 > Segmentation fault > Signed-off-by: Vineet Gupta Committed to 2021.02.x, thanks. -- Bye, Peter Korsgaard _