Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
talos-openbmc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Evan Lojewski
talos-openbmc
Commits
a61b41b8
Commit
a61b41b8
authored
Jul 12, 2020
by
Evan Lojewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase NCSI throughput.
parent
04b37f95
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
meta-aspeed/recipes-kernel/linux/ast2500/ncsi.patch
meta-aspeed/recipes-kernel/linux/ast2500/ncsi.patch
+12
-0
meta-aspeed/recipes-kernel/linux/linux-aspeed.inc
meta-aspeed/recipes-kernel/linux/linux-aspeed.inc
+1
-0
No files found.
meta-aspeed/recipes-kernel/linux/ast2500/ncsi.patch
0 → 100644
View file @
a61b41b8
--- a/drivers/net/ethernet/faraday/ftgmac100.c 2020-07-12 19:35:42.077407951 +0000
+++ b/drivers/net/ethernet/faraday/ftgmac100.c 2020-07-12 22:30:27.860735554 +0000
@@ -1737,8 +1737,7 @@
* 1000Mbit link speeds. As NCSI is limited to 100Mbit, 25MHz
* is sufficient
*/
- clk_set_rate(priv->clk, priv->use_ncsi ? FTGMAC_25MHZ :
- FTGMAC_100MHZ);
+ clk_set_rate(priv->clk, FTGMAC_100MHZ);
}
static int ftgmac100_probe(struct platform_device *pdev)
meta-aspeed/recipes-kernel/linux/linux-aspeed.inc
View file @
a61b41b8
...
...
@@ -9,6 +9,7 @@ KCONFIG_MODE="--alldefconfig"
KSRC
?=
"git://scm.raptorcs.com/scm/git/talos-obmc-linux;protocol=https;branch=${KBRANCH}"
SRC_URI
=
"${KSRC}"
SRC_URI
+=
" file://defconfig"
SRC_URI
+=
" file://ncsi.patch"
FILESEXTRAPATHS_prepend_ast2400
:=
"${THISDIR}/ast2400:"
FILESEXTRAPATHS_prepend_ast2500
:=
"${THISDIR}/ast2500:"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment