diff options
author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2014-03-22 13:06:32 +0000 |
---|---|---|
committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2014-03-22 13:06:32 +0000 |
commit | da1b85e4b2041e24e11d47da45df93dbdbb104ae (patch) | |
tree | 7fb69f71e51c3eb12815254713cc5d238b934626 /sys/mips | |
parent | cc0c9bba3607db7e841c35d8f48bd4128a378968 (diff) | |
download | src-da1b85e4b2041e24e11d47da45df93dbdbb104ae.tar.gz src-da1b85e4b2041e24e11d47da45df93dbdbb104ae.zip |
For BERI on NetFPGA assume HZ=100 by default.
Remove the uart support in favour of a "jtag-uart" interface imitation
providing a much simpler interface, directly exported to the host,
allowing the toolchain to be shared with BERI on Altera. [1]
Submitted by: Jong Hun HAN (jong.han cl.cam.ac.uk) [1]
MFC after: 2 weeks
Notes
Notes:
svn path=/head/; revision=263632
Diffstat (limited to 'sys/mips')
-rw-r--r-- | sys/mips/conf/BERI_NETFPGA_MDROOT | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/mips/conf/BERI_NETFPGA_MDROOT b/sys/mips/conf/BERI_NETFPGA_MDROOT index f98389a53374..bd7b3a426750 100644 --- a/sys/mips/conf/BERI_NETFPGA_MDROOT +++ b/sys/mips/conf/BERI_NETFPGA_MDROOT @@ -10,11 +10,14 @@ include "BERI_TEMPLATE" ident BERI_NETFPGA_MDROOT +options HZ=100 + options FDT options FDT_DTB_STATIC makeoptions FDT_DTS_FILE=beri-netfpga.dts -device uart +#device uart +device altera_jtag_uart # # This kernel configuration uses an embedded memory root file system. |