OpenWrt – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | From 1338e5cc4b23a2215a881eccca6ca9009b29efdf Mon Sep 17 00:00:00 2001 |
2 | From: James Hughes <JamesH65@users.noreply.github.com> |
||
3 | Date: Tue, 13 Nov 2018 16:51:21 +0000 |
||
4 | Subject: [PATCH 440/454] Update README (#2750) |
||
5 | |||
6 | Small update to the DT blob docs to include the axiperf option. |
||
7 | |||
8 | Signed-off-by: James Hughes <james.hughes@raspberrypi.org> |
||
9 | --- |
||
10 | arch/arm/boot/dts/overlays/README | 5 +++++ |
||
11 | 1 file changed, 5 insertions(+) |
||
12 | |||
13 | --- a/arch/arm/boot/dts/overlays/README |
||
14 | +++ b/arch/arm/boot/dts/overlays/README |
||
15 | @@ -89,6 +89,11 @@ Params: |
||
16 | audio Set to "on" to enable the onboard ALSA audio |
||
17 | interface (default "off") |
||
18 | |||
19 | + axiperf Set to "on" to enable the AXI bus performance |
||
20 | + monitors. |
||
21 | + See /sys/kernel/debug/raspberrypi_axi_monitor |
||
22 | + for the results. |
||
23 | + |
||
24 | eee Enable Energy Efficient Ethernet support for |
||
25 | compatible devices (default "on"). See also |
||
26 | "tx_lpi_timer". |