Author: br
Date: Sat Apr 5 16:38:27 2014
New Revision: 264150
URL: http://svnweb.freebsd.org/changeset/base/264150
Log:
Correct the end address of the video frame buffer.
This fixes problem that sometimes display suddenly
goes blank.
Modified:
head/sys/arm/samsung/exynos/exynos5_fimd.c
/socfpga_mp.c
==
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sys/arm/altera/socfpga/socfpga_mp.cFri Oct 10 14:35:51 2014
(r272896)
@@ -0,0 +1,180 @@
+/*-
+ * Copyright (c) 2014 Ruslan
mpty, because file is newly added)
+++ head/sys/boot/fdt/dts/arm/socfpga-sockit-beri.dts Sun Oct 19 16:26:49
2014(r273278)
@@ -0,0 +1,109 @@
+/*-
+ * Copyright (c) 2014 Ruslan Bukin
+ * All rights reserved.
+ *
+ * This software was developed by SRI International and the University of
h = <4>;
- };
+ };
};
};
Added: head/sys/dev/mii/micphy.c
==
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sys/dev/mii/micphy.c Tue Oct 21 09:14:16 2014(r273380)
@@ -0
9)
@@ -0,0 +1,186 @@
+/*-
+ * Copyright (c) 2014 Ruslan Bukin
+ * All rights reserved.
+ *
+ * This software was developed by SRI International and the University of
+ * Cambridge Computer Laboratory under DARPA/AFRL contract (FA8750-10-C-0237)
+ * ("CTSRD"), as part of the DARPA CRASH r
==
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sys/dev/virtio/mmio/virtio_mmio.c Tue Nov 18 14:11:14 2014
(r274655)
@@ -0,0 +1,800 @@
+/*-
+ * Copyright (c) 2014 Ruslan Bukin
+ * All rights reserved.
+ *
+ * This
added)
+++ head/sys/dev/altera/pio/pio.c Tue Nov 18 14:12:19 2014
(r274656)
@@ -0,0 +1,215 @@
+/*-
+ * Copyright (c) 2014 Ruslan Bukin
+ * All rights reserved.
+ *
+ * This software was developed by SRI International and the University of
+ * Cambridge Computer Laboratory under DARPA
platform.c
==
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sys/dev/beri/virtio/virtio_mmio_platform.c Wed Nov 19 14:49:29
2014(r274714)
@@ -0,0 +1,227 @@
+/*-
+ * Copyright (c) 2014 Ruslan Bukin
+ *
Author: br
Date: Thu Nov 20 17:06:41 2014
New Revision: 274752
URL: https://svnweb.freebsd.org/changeset/base/274752
Log:
Add L2-cache writeback/flush operations. Supported 32,128-byte line-size,
else ignored. Cavium Networks also ignored as it has non-standard config
registers.
Obtaine
Author: br
Date: Sun Nov 23 22:09:05 2014
New Revision: 274928
URL: https://svnweb.freebsd.org/changeset/base/274928
Log:
Correct the functions declaration.
Modified:
head/sys/mips/include/cache_mipsNN.h
Modified: head/sys/mips/include/cache_mipsNN.h
=
ange_32(
> vm_paddr_t, vm_size_t);
>
> but
>
> +void
> +mipsNN_sdcache_wbinv_range_
> 32(vm_offset_t va, vm_size_t size)
>
> .. did you test this with a make universe pass?
>
> Thanks,
>
>
>
>
> -adrian
>
> On 20 November 2014 at 09:06, Rus
Hi, Gleb,
I get some problems with it: I'm working on block device emulation
using virtio(4) in heterogeneous environment (FreeBSD/ARM frontend
provide block to FreeBSD/MIPS64 soft core). On a MIPS side I now
permanently receive panic below
Any idea ?
[...]
crypto: cryptosoft0 registers alg 22 f
On Mon, Nov 24, 2014 at 07:37:33PM +0200, Konstantin Belousov wrote:
> On Mon, Nov 24, 2014 at 11:05:37AM +0000, Ruslan Bukin wrote:
> > Hi, Gleb,
> >
> > I get some problems with it: I'm working on block device emulation
> > using virtio(4) in heterogeneous e
On Mon, Nov 24, 2014 at 10:29:02PM +0300, Gleb Smirnoff wrote:
> On Mon, Nov 24, 2014 at 06:03:56PM +0000, Ruslan Bukin wrote:
> R> > I this on stock kernel or on kernel with your modifications ?
> R>
> R> Stock one. I also checked with no virtio but MDROOT - same problem
On Tue, Nov 25, 2014 at 10:31:45AM +0300, Gleb Smirnoff wrote:
> On Mon, Nov 24, 2014 at 09:16:20PM +0000, Ruslan Bukin wrote:
> R> On Mon, Nov 24, 2014 at 10:29:02PM +0300, Gleb Smirnoff wrote:
> R> > On Mon, Nov 24, 2014 at 06:03:56PM +, Ruslan Bukin wrote:
> R> >
==
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sys/dev/beri/virtio/virtio.c Tue Nov 25 15:58:59 2014
(r275048)
@@ -0,0 +1,183 @@
+/*-
+ * Copyright (c) 2014 Ruslan Bukin
+ * All rights reserved.
+ *
+ * This software was developed by SRI International and
Author: br
Date: Tue Nov 25 16:06:19 2014
New Revision: 275049
URL: https://svnweb.freebsd.org/changeset/base/275049
Log:
o Add PIO and vtblk mmio device info to the tree
o Add FPGA memory window to static dev mappings
o Fix whitespace
Modified:
head/sys/arm/altera/socfpga/socfpga_machdep
Author: br
Date: Tue Nov 25 16:24:31 2014
New Revision: 275050
URL: https://svnweb.freebsd.org/changeset/base/275050
Log:
Add new devices to the config.
Modified:
head/sys/arm/altera/socfpga/files.socfpga
head/sys/arm/conf/SOCKIT-BERI
head/sys/conf/files
Modified: head/sys/arm/altera/soc
Author: br
Date: Tue Nov 25 16:53:22 2014
New Revision: 275053
URL: https://svnweb.freebsd.org/changeset/base/275053
Log:
o Add Virtio MMIO bus driver to config
o Move Virtio-related to common config file
Modified:
head/sys/conf/files
head/sys/conf/files.amd64
head/sys/conf/files.i386
On Tue, Nov 25, 2014 at 06:29:22PM +0300, Gleb Smirnoff wrote:
> R> Un-unioning helps partially: I receive much less panics and able to boot
> until login prompt in ~ 1/3 attempts with patch attached.
>
> What happens then? Same panic as w/o patch?
>
Same random panics:
[..]
Starting file syst
x27;m worried that this has introduced some subtle bugs and this
> isn't yet fully understood.
>
> Thanks,
>
>
>
> -adrian
>
>
> On 25 November 2014 at 09:38, Ruslan Bukin wrote:
> > On Tue, Nov 25, 2014 at 06:29:22PM +0300, Gleb Smirnoff wro
On Thu, Nov 27, 2014 at 11:28:31AM -0800, Adrian Chadd wrote:
> On 27 November 2014 at 10:36, Ruslan Bukin wrote:
> > Hi,
> >
> > There is a theory that a problem is related to CPU caches, and it can be
> > BERI-cpu
> > specific only.
> >
> > And so
Author: br
Date: Fri Apr 3 11:37:23 2015
New Revision: 281019
URL: https://svnweb.freebsd.org/changeset/base/281019
Log:
o Remove superfluous includes
o Avoid NULL pointer access
o Fix 'set but not used' warning
Submitted by: Sebastian Huber
Modified:
head/sys/dev/dwc/if_dwc.c
Mod
Author: br
Date: Tue Apr 28 20:33:31 2015
New Revision: 282200
URL: https://svnweb.freebsd.org/changeset/base/282200
Log:
o Fix bus_space_read_multi functions: correct increment value
o Use these functions for streaming
Tested with ATA (PCI bus) / Gem5 simulator
Reviewed by: andrew
Author: br
Date: Fri May 15 13:55:18 2015
New Revision: 282972
URL: https://svnweb.freebsd.org/changeset/base/282972
Log:
Provide the number of interrupt resources added to the list
by using extra argument, so caller will know that.
Modified:
head/sys/dev/fdt/simplebus.c
head/sys/dev/gpio
/hwpmc/hwpmc_arm64.c
==========
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sys/dev/hwpmc/hwpmc_arm64.cTue May 19 15:25:47 2015
(r283112)
@@ -0,0 +1,544 @@
+/*-
+ * Copyright (c) 2015 Ruslan Buki
Author: br
Date: Wed May 14 14:19:57 2014
New Revision: 266021
URL: http://svnweb.freebsd.org/changeset/base/266021
Log:
Fix typo.
Modified:
head/sys/arm/freescale/vybrid/vf_port.c
Modified: head/sys/arm/freescale/vybrid/vf_port.c
=
Author: br
Date: Thu May 15 10:06:59 2014
New Revision: 266119
URL: http://svnweb.freebsd.org/changeset/base/266119
Log:
Fix return value. Should be logic one or zero.
Modified:
head/sys/arm/freescale/vybrid/vf_gpio.c
Modified: head/sys/arm/freescale/vybrid/vf_gpio.c
On Thu, May 15, 2014 at 10:07:00AM +, Ruslan Bukin wrote:
> Modified: head/sys/arm/freescale/vybrid/vf_gpio.c
> ==
> --- head/sys/arm/freescale/vybrid/vf_gpio.c Thu May 15 09:55:21 2014
> (r266118
-chromebook.dts)
@@ -0,0 +1,72 @@
+/*-
+ * Copyright (c) 2014 Ruslan Bukin
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the
Author: br
Date: Wed May 28 06:11:12 2014
New Revision: 266785
URL: http://svnweb.freebsd.org/changeset/base/266785
Log:
Describe I2C arbitrator device in DTS and use it for Chromebook Snow only.
Submitted by: Maxim Ignatenko
Modified:
head/sys/arm/samsung/exynos/chrome_ec.c
head/sys/
Author: br
Date: Wed May 28 06:15:45 2014
New Revision: 266787
URL: http://svnweb.freebsd.org/changeset/base/266787
Log:
Add simple polling mechanism that works for KDB.
Submitted by: Maxim Ignatenko
Modified:
head/sys/arm/samsung/exynos/chrome_kb.c
Modified: head/sys/arm/samsung/exyno
Author: br
Date: Fri May 30 06:45:50 2014
New Revision: 266872
URL: http://svnweb.freebsd.org/changeset/base/266872
Log:
o Make keyboard-related properties to be compatible with vendor standard
o Allow setting keymap in FDT, use hardcoded one by default
o Represent fallback keymap as a list
Author: br
Date: Fri May 30 07:43:55 2014
New Revision: 266874
URL: http://svnweb.freebsd.org/changeset/base/266874
Log:
Fix off-by-one error that makes 0-th pins of each bank unreachable.
Submitted by: Maxim Ignatenko
Modified:
head/sys/arm/samsung/exynos/exynos5_pad.c
Modified: head/
Author: br
Date: Fri May 30 07:48:55 2014
New Revision: 266875
URL: http://svnweb.freebsd.org/changeset/base/266875
Log:
Reset HSIC hub during EHCI initialization. This makes devices connected
to external USB ports available to the system.
Submitted by: Maxim Ignatenko
Modified:
head/
Author: br
Date: Sun Jun 1 07:34:54 2014
New Revision: 266942
URL: http://svnweb.freebsd.org/changeset/base/266942
Log:
Do only receive chars if there are some data in the buffer.
This fixes operation on newer Exynos boards.
Modified:
head/sys/arm/samsung/exynos/uart.c
Modified: head/sys/
t;
Added: head/sys/boot/fdt/dts/arm/exynos5.dtsi
==========
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sys/boot/fdt/dts/arm/exynos5.dtsi Sun Jun 1 08:15:34 2014
(r266943)
@@ -0,0 +1,2
Author: br
Date: Sun Jun 1 08:34:45 2014
New Revision: 266944
URL: http://svnweb.freebsd.org/changeset/base/266944
Log:
Rename exynos uart driver filenames.
Added:
head/sys/arm/samsung/exynos/exynos_uart.c
- copied, changed from r266942, head/sys/arm/samsung/exynos/uart.c
head/sys/arm
Author: br
Date: Sun Jun 1 08:45:27 2014
New Revision: 266945
URL: http://svnweb.freebsd.org/changeset/base/266945
Log:
Fix i2c communication interface to be compatible with
vendor tools, e.g. embedded controller tool
Submitted by: Maxim Ignatenko
Modified:
head/sys/arm/samsung/exyno
Author: br
Date: Sun Jun 1 17:09:02 2014
New Revision: 266950
URL: http://svnweb.freebsd.org/changeset/base/266950
Log:
Add ident value. This fixes universe build.
Pointed out by: andrew
Modified:
head/sys/arm/conf/EXYNOS5250
head/sys/arm/conf/EXYNOS5420
Modified: head/sys/arm/
On Sun, Jun 01, 2014 at 05:57:42PM +0100, Andrew Turner wrote:
> The EXYNOS5250 and EXYNOS5420 configs are missing an ident value. This
> causes universe to break. The following patch fixes it.
Thanks.
___
svn-src-head@freebsd.org mailing list
http://li
/vf_spi.c Wed Jun 11 10:03:06 2014
(r267354)
@@ -0,0 +1,293 @@
+/*-
+ * Copyright (c) 2014 Ruslan Bukin
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met
==
--- head/sys/arm/samsung/exynos/exynos5_mp.cThu Jun 12 11:36:22 2014
(r267387)
+++ head/sys/arm/samsung/exynos/exynos5_mp.cThu Jun 12 11:37:38 2014
(r267388)
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2013 Ruslan Bukin
+ * Copyright (c
Author: br
Date: Thu Jun 12 11:41:04 2014
New Revision: 267389
URL: http://svnweb.freebsd.org/changeset/base/267389
Log:
Activate IRQ 30 (non-secure private timer IRQ) for case we are running
in non-secure state.
Modified:
head/sys/arm/arm/gic.c
Modified: head/sys/arm/arm/gic.c
===
Author: br
Date: Thu Jun 12 11:44:26 2014
New Revision: 267390
URL: http://svnweb.freebsd.org/changeset/base/267390
Log:
Enable SMP for both Exynos5 models we support.
Modified:
head/sys/arm/conf/EXYNOS5.common
head/sys/arm/conf/EXYNOS5250
Modified: head/sys/arm/conf/EXYNOS5.common
===
)
@@ -0,0 +1,245 @@
+/*-
+ * Copyright (c) 2014 Ruslan Bukin
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the
On Mon, Jun 16, 2014 at 08:39:19AM -0700, Kris Smith wrote:
>Would the above commits allow me to see all 8 cores on the the arndale
>octa 5420 board carrying the Samsung Exynos 5420? At the moment, the only
>available cores are the A15s on Linaro Ubuntu.
No. This support is for A15 cor
1970 (empty, because file is newly added)
+++ head/sys/arm/freescale/vybrid/vf_anadig.c Tue Nov 12 18:02:56 2013
(r258057)
@@ -0,0 +1,214 @@
+/*-
+ * Copyright (c) 2013 Ruslan Bukin
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
Author: br
Date: Wed Nov 13 16:17:05 2013
New Revision: 258096
URL: http://svnweb.freebsd.org/changeset/base/258096
Log:
o Use common ARMv6/v7 bus_space tag.
o Use new helper routines for arm static device mapping.
o style(9) tweaks.
Deleted:
head/sys/arm/samsung/exynos/bus_space.c
Modifi
Author: br
Date: Sat Jan 4 10:19:21 2014
New Revision: 260256
URL: http://svnweb.freebsd.org/changeset/base/260256
Log:
ENET on Vybrid Family SoC don't advertise its media capabilities
themselves properly, so force auto-negotiation.
Tested on mvf600.
Reviewed by: ian
Modified:
h
m = <&beri_mem0>;
status = "okay";
};
Added: head/sys/dev/beri/virtio/network/if_vtbe.c
==
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sys/dev/beri/vi
Author: br
Date: Wed Dec 10 11:35:10 2014
New Revision: 275676
URL: https://svnweb.freebsd.org/changeset/base/275676
Log:
o Put () for p to avoid unexpected macro expansion
o style(9) fix
Submitted by: Yonghyeon PYUN
Modified:
head/sys/dev/mii/micphy.c
Modified: head/sys/dev/mii/micp
Author: br
Date: Fri Dec 12 11:19:10 2014
New Revision: 275728
URL: https://svnweb.freebsd.org/changeset/base/275728
Log:
Add virtio bus 'poll' method allowing us to inform backend we are
going to poll virtqueue.
Use on BERI soft-core to invalidate cpu caches.
Reviewed by: bryanv
Author: br
Date: Mon Dec 15 09:40:25 2014
New Revision: 275792
URL: https://svnweb.freebsd.org/changeset/base/275792
Log:
Eliminate fdt_data_verify(). The verification it proceed is wrong
disallowing us to encode 64-bit register numbers.
Discussed with: nwhitehorn, andrew
Modified:
Author: br
Date: Mon Dec 15 11:57:39 2014
New Revision: 275799
URL: https://svnweb.freebsd.org/changeset/base/275799
Log:
Follow r275792 eliminating fdt_data_verify().
Modified:
head/sys/arm/mv/mv_common.c
head/sys/arm/mv/mv_pci.c
Modified: head/sys/arm/mv/mv_common.c
=
Author: br
Date: Mon Dec 15 12:15:18 2014
New Revision: 275802
URL: https://svnweb.freebsd.org/changeset/base/275802
Log:
Fix typo.
Modified:
head/sys/arm/mv/mv_pci.c
Modified: head/sys/arm/mv/mv_pci.c
==
--- head/sy
Author: br
Date: Wed Dec 17 09:34:54 2014
New Revision: 275858
URL: https://svnweb.freebsd.org/changeset/base/275858
Log:
Use memory regions information provided in FDT.
Reviewed by: brooks
Sponsored by: DARPA, AFRL
Modified:
head/sys/mips/beri/beri_machdep.c
Modified: head/sys/mips/
Author: br
Date: Wed Dec 17 10:48:53 2014
New Revision: 275859
URL: https://svnweb.freebsd.org/changeset/base/275859
Log:
o Add PIO[2,3] devices information
o Enable Virtio Block
Modified:
head/sys/boot/fdt/dts/arm/socfpga-sockit-beri.dts
Modified: head/sys/boot/fdt/dts/arm/socfpga-sockit-
Author: br
Date: Wed Dec 17 11:05:44 2014
New Revision: 275860
URL: https://svnweb.freebsd.org/changeset/base/275860
Log:
Move memory node to the root, so fdt_get_mem_regions() can find it.
Modified:
head/sys/boot/fdt/dts/mips/beri-netfpga.dts
head/sys/boot/fdt/dts/mips/beri-sim.dts
head/
International
+ * Copyright (c) 2014 Ruslan Bukin
+ * All rights reserved.
+ *
+ * This software was developed by SRI International and the University of
+ * Cambridge Computer Laboratory under DARPA/AFRL contract (FA8750-10-C-0237)
+ * ("CTSRD"), as part of the DARPA CRASH research
On Wed, Dec 17, 2014 at 05:51:14AM -0700, Ian Lepore wrote:
> > Modified: head/sys/mips/beri/beri_machdep.c
> > ==
> > --- head/sys/mips/beri/beri_machdep.c Wed Dec 17 07:47:25 2014
> > (r275857)
> > +++ head/
Author: br
Date: Fri Dec 19 12:09:29 2014
New Revision: 275936
URL: https://svnweb.freebsd.org/changeset/base/275936
Log:
Correct the end address of the memory regions.
Pointed out by: ian
Modified:
head/sys/mips/beri/beri_machdep.c
Modified: head/sys/mips/beri/beri_machdep.c
==
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sys/arm/altera/socfpga/socfpga_gpio.c Fri Jan 2 13:15:36 2015
(r276533)
@@ -0,0 +1,437 @@
+/*-
+ * Copyright (c) 2015 Ruslan Bukin
+ * All rights
Author: br
Date: Sun Jan 4 23:14:04 2015
New Revision: 276670
URL: https://svnweb.freebsd.org/changeset/base/276670
Log:
Do not configure Altera PIO device on ARM startup.
PIO is a device implemented in soft-core and becomes
available after flashing FPGA only.
Modified:
head/sys/dev/alte
Author: br
Date: Mon Jan 5 16:43:22 2015
New Revision: 276710
URL: https://svnweb.freebsd.org/changeset/base/276710
Log:
o Switch to use non-mergeable RX buffers to avoid mbuf adjustment needs
o Operate with copy of iov as we expect later it was not modified
Modified:
head/sys/dev/beri/vir
because file is newly added)
+++ head/sys/dev/usb/template/usb_template_serialnet.c Tue Jan 13 14:03:56
2015(r277129)
@@ -0,0 +1,387 @@
+/*-
+ * Copyright (c) 2015 Ruslan Bukin
+ * All rights reserved.
+ *
+ * This software was developed by SRI International and the University of
+ * C
Author: br
Date: Tue Jan 13 15:04:28 2015
New Revision: 277132
URL: https://svnweb.freebsd.org/changeset/base/277132
Log:
Rename Exynos UART driver. No functional change.
Submitted by: Michal Meloun
Modified:
head/sys/arm/samsung/exynos/exynos_uart.c
head/sys/dev/uart/uart.h
head/sy
Author: br
Date: Sat Jan 17 12:31:26 2015
New Revision: 277298
URL: https://svnweb.freebsd.org/changeset/base/277298
Log:
o Notify USB host about connection when operating in device mode.
Required when communicating to Mac OS X USB host stack.
o Also don't set stall bit to TX pipe in devic
Author: br
Date: Tue Jan 20 11:10:25 2015
New Revision: 277414
URL: https://svnweb.freebsd.org/changeset/base/277414
Log:
Add 128-byte cache flushing routines.
Leave CNMIPS untouched as these functions depends on config2
register.
Modified:
head/sys/mips/include/cache_mipsNN.h
head/s
Author: br
Date: Tue Jan 20 15:45:09 2015
New Revision: 277420
URL: https://svnweb.freebsd.org/changeset/base/277420
Log:
o Do notify USB host each time we receive 'set packet filter' request.
This makes Mac OS X happy when it returns back from suspending.
o Switch notify state after data
Author: br
Date: Tue Jan 20 16:30:02 2015
New Revision: 277422
URL: https://svnweb.freebsd.org/changeset/base/277422
Log:
o Restore 'goto tr_setup;' when operating in host mode mistakenly
removed in r277414.
o Remove extra parentheses around cases.
Modified:
head/sys/dev/usb/net/if_cdce
ux.c
==
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sys/arm/freescale/imx/imx6_audmux.cSat Jan 24 13:07:07 2015
(r277644)
@@ -0,0 +1,159 @@
+/*-
+ * Copyright (c) 2015 Ruslan B
/arm/arm/pmu.c
==
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sys/arm/arm/pmu.c Mon Jan 26 10:31:17 2015(r277745)
@@ -0,0 +1,157 @@
+/*-
+ * Copyright (c) 2015 Ruslan Bukin
s));
#endif
+#ifdef CPU_CORTEXA
+ if (cpu_class == CPU_CLASS_CORTEXA)
+ pmc_armv7_finalize(md);
+#endif
}
int
Added: head/sys/dev/hwpmc/hwpmc_armv7.c
==
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sys/dev/hwpmc/hwpmc_ar
On Wed, Jan 28, 2015 at 09:35:03AM -0700, Ian Lepore wrote:
> On Wed, 2015-01-28 at 16:08 +0000, Ruslan Bukin wrote:
> > Author: br
> > Date: Wed Jan 28 16:08:07 2015
> > New Revision: 277835
> > URL: https://svnweb.freebsd.org/changeset/base/277835
> >
>
Author: br
Date: Fri Feb 13 11:00:13 2015
New Revision: 278670
URL: https://svnweb.freebsd.org/changeset/base/278670
Log:
o Correct the condition in reset procedure
o Setup interrupt hander after reset, not before
This fixes operation on ODROID-C1 (Amlogic S805)
Submitted by: John We
Author: br
Date: Fri Feb 13 11:13:08 2015
New Revision: 278671
URL: https://svnweb.freebsd.org/changeset/base/278671
Log:
o Correct the calculation how many pages we need
o Ensure we use correct bank for MSK register
o Save and restore current bank in interrupt handler
o Stop TX watchdog o
On Mon, Feb 23, 2015 at 05:01:39PM +, Hans Petter Selasky wrote:
> Author: hselasky
> Date: Mon Feb 23 17:01:38 2015
> New Revision: 279210
> URL: https://svnweb.freebsd.org/changeset/base/279210
>
> Log:
> Add support for the DWC OTG v2 chipset found in the STM32F4 series of
> processors.
Author: br
Date: Tue Feb 24 15:35:26 2015
New Revision: 279239
URL: https://svnweb.freebsd.org/changeset/base/279239
Log:
Enable 'receive timeout' interrupt allowing us to not
loose 'rx buffer full' event.
This fixes operation on ARMv8 Foundation Model.
Sponsored by: DARPA, AFRL
Mod
Author: br
Date: Mon Mar 2 18:08:39 2015
New Revision: 279533
URL: https://svnweb.freebsd.org/changeset/base/279533
Log:
o Add more room for EFI boot blocks
o Specify the filename as argument
Differential Revision:https://reviews.freebsd.org/D1999
Reviewed by: emaste@
Modifie
Author: br
Date: Fri Mar 6 16:08:03 2015
New Revision: 279692
URL: https://svnweb.freebsd.org/changeset/base/279692
Log:
Set a dependancy on fbt module for ARM.
Modified:
head/sys/modules/dtrace/dtraceall/dtraceall.c
Modified: head/sys/modules/dtrace/dtraceall/dtraceall.c
==
Author: br
Date: Fri Mar 6 16:23:30 2015
New Revision: 279696
URL: https://svnweb.freebsd.org/changeset/base/279696
Log:
Fix style.
Modified:
head/sys/arm/conf/BEAGLEBONE
Modified: head/sys/arm/conf/BEAGLEBONE
==
--
Author: br
Date: Thu Mar 26 14:51:24 2015
New Revision: 280691
URL: https://svnweb.freebsd.org/changeset/base/280691
Log:
Add 64 byte linesize cache flushing routines for L1 instruction, L1 data
and L2 data caches.
Sponsored by: HEIF5
Modified:
head/sys/mips/include/cache_mipsNN.h
he
Author: br
Date: Sun Aug 31 17:40:19 2014
New Revision: 270884
URL: http://svnweb.freebsd.org/changeset/base/270884
Log:
GIC (Cortex A's interrupt controller) supports up to 1020 IRQs.
Modified:
head/sys/arm/include/intr.h
Modified: head/sys/arm/include/intr.h
===
/altera/socfpga/socfpga_common.cThu Sep 4 12:44:40
2014(r271093)
@@ -0,0 +1,83 @@
+/*-
+ * Copyright (c) 2014 Ruslan Bukin
+ * All rights reserved.
+ *
+ * This software was developed by SRI International and the University of
+ * Cambridge Computer Laboratory under DARPA/AFRL
==
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sys/arm/altera/socfpga/socfpga_common.hSat Sep 6 08:48:57
2014(r271186)
@@ -0,0 +1,44 @@
+/*-
+ * Copyright (c) 2014 Ruslan Bukin
+ * All rights reserved.
+ *
+ * This software was
On Sat, Sep 06, 2014 at 11:45:14AM +0100, Andrew Turner wrote:
> > +#defineWRITE1(_sc, _reg, _val) \
> > + bus_space_write_1(_sc->bst, _sc->bsh, _reg, _val)
>
> Why are these in a header when the softc is in a .c file? Also why not
> use bus_read_n, e.g. READ4 would become:
>
> #define READ
Author: br
Date: Sat Sep 6 18:08:21 2014
New Revision: 271200
URL: http://svnweb.freebsd.org/changeset/base/271200
Log:
o Remove __unused attribute on variables which actually used
o Unmagic 'configuration done' bit
o Move probe() to place before attach() for better navigation
o Use bus_r
(r271431)
@@ -0,0 +1,54 @@
+/*-
+ * Copyright (c) 2014 Ruslan Bukin
+ * All rights reserved.
+ *
+ * This software was developed by SRI International and the University of
+ * Cambridge Computer Laboratory under DARPA/AFRL contract (FA8750-10-C-0237)
+ * ("CTSRD"), as part of the DARPA CRA
=======
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sys/dev/dwc/if_dwc.c Thu Sep 25 18:03:14 2014(r272120)
@@ -0,0 +1,1324 @@
+/*-
+ * Copyright (c) 2014 Ruslan Bukin
+ * All rights reserved.
+ *
+ * This sof
compatible = "altr,socfpga-dw-mshc";
+ reg = <0xff704000 0x1000>;
+ interrupts = <171>;
+ interrupt-parent = <&GIC>;
+ fifo-depth = <0x400>;
+
Author: br
Date: Wed Oct 8 08:51:05 2014
New Revision: 272736
URL: https://svnweb.freebsd.org/changeset/base/272736
Log:
Always wait 'command done' interrupt status bit before proceeding next
command.
Sponsored by: DARPA, AFRL
Modified:
head/sys/dev/mmc/host/dwmmc.c
Modified: head/sys
Hi,
I get the issues below with GCC 6.1
[...]
===> lib/libsbuf (obj,all,install)
/home/rb743/opt/new17/bin/riscv64-unknown-freebsd11.0-gcc -isystem
/home/rb743/obj//riscv.riscv64/home/rb743/dev/freebsd-riscv/tmp/usr/include
-L/home/rb743/obj//riscv.riscv64/home/rb743/dev/freebsd-riscv/tmp/usr/l
Author: br
Date: Fri Jul 22 15:00:38 2016
New Revision: 303188
URL: https://svnweb.freebsd.org/changeset/base/303188
Log:
Add warn flags for GCC 6.1 compiler.
Sponsored by: DARPA, AFRL
Modified:
head/share/mk/bsd.sys.mk
Modified: head/share/mk/bsd.sys.mk
Author: br
Date: Fri Jul 22 14:57:26 2016
New Revision: 303187
URL: https://svnweb.freebsd.org/changeset/base/303187
Log:
Set real values for context/cursor sizes for RISC-V to prevent static
assertions.
Reviewed by: emaste
Sponsored by: DARPA, AFRL
Modified:
head/contrib/llvm/proje
Author: br
Date: Fri Jul 22 15:22:49 2016
New Revision: 303189
URL: https://svnweb.freebsd.org/changeset/base/303189
Log:
Set the soft-float flag for assembly code as well.
This fixes compilation with GCC 6.1.
Sponsored by: DARPA, AFRL
Modified:
head/share/mk/bsd.cpu.mk
Modified: head
Author: br
Date: Fri Jul 22 16:15:35 2016
New Revision: 303190
URL: https://svnweb.freebsd.org/changeset/base/303190
Log:
Add GCC 6.1 warn flags for kernel as well.
Sponsored by: DARPA, AFRL
Modified:
head/sys/conf/kern.mk
Modified: head/sys/conf/kern.mk
On Fri, Jul 22, 2016 at 03:20:51PM -0700, Ngie Cooper wrote:
> On Fri, Jul 22, 2016 at 2:57 PM, Bruce Evans wrote:
> ...
> >>> +# GCC 6.1.0
> >>> +.if ${COMPILER_TYPE} == "gcc" && ${COMPILER_VERSION} >= 60100
> >>> +CWARNFLAGS+= -Wno-error=unused-const-variable=
> >>> -Wno-error=nonnull-compare
Author: br
Date: Sun Jul 24 18:04:12 2016
New Revision: 303271
URL: https://svnweb.freebsd.org/changeset/base/303271
Log:
Fix style.
Modified:
head/share/mk/bsd.sys.mk
head/sys/conf/kern.mk
Modified: head/share/mk/bsd.sys.mk
=
Author: br
Date: Thu Jul 28 13:15:23 2016
New Revision: 303438
URL: https://svnweb.freebsd.org/changeset/base/303438
Log:
o Add warn flags required to build modules with GCC 6.1;
o Sort GCC 4.8 warn flags.
Sponsored by: DARPA, AFRL
Sponsored by: HEIF5
Modified:
head/sys/conf/kern.mk
401 - 500 of 643 matches
Mail list logo