Hector Martin
5a632bad87
kboot: Make dt_get_or_add_reserved_mem mutate existing nodes
...
This means we can use it with pre-created nodes in the DT.
Signed-off-by: Hector Martin <marcan@marcan.st>
2023-10-05 14:21:13 +09:00
Hector Martin
4ae23577cc
kboot: Handle ISP heap carveout
...
Signed-off-by: Hector Martin <marcan@marcan.st>
2023-10-05 14:21:13 +09:00
Hector Martin
c03f94c86a
kboot: Handle ISP/SIO reserved firmware differences
...
The iova field is different, handle it with a flag.
Signed-off-by: Hector Martin <marcan@marcan.st>
2023-10-05 14:21:13 +09:00
Hector Martin
dd2d4e5441
kboot: Use adt_segment_ranges struct instead of open-coding
...
Signed-off-by: Hector Martin <marcan@marcan.st>
2023-10-05 14:21:13 +09:00
Eileen Yoon
f4d6d2069a
isp: ISP init module
...
Co-authored-by: Hector Martin <marcan@marcan.st>
Signed-off-by: Hector Martin <marcan@marcan.st>
Signed-off-by: Eileen Yoon <eyn@gmx.com>
2023-10-05 14:21:13 +09:00
Eileen Yoon
f89e33c5ee
kboot: Reserve ISP firmware
...
Signed-off-by: Eileen Yoon <eyn@gmx.com>
2023-10-05 14:19:31 +09:00
Hector Martin
ee536f7414
pmgr: Expose pmgr_set_mode
...
For ISP stuff which is not declared in the ADT
Signed-off-by: Hector Martin <marcan@marcan.st>
2023-10-05 14:19:31 +09:00
Hector Martin
e1421f6fef
dapf: Also (try to) init dart-isp0
...
Signed-off-by: Hector Martin <marcan@marcan.st>
2023-10-05 14:19:31 +09:00
Eileen Yoon
6072b8facf
dapf: Support reg indexing + add ISP
...
Also enable power if domain exists.
Signed-off-by: Eileen Yoon <eyn@gmx.com>
2023-10-05 14:13:45 +09:00
Hector Martin
e378605d70
hv/trace_wlan.py: Backplane tracing & more
...
Signed-off-by: Hector Martin <marcan@marcan.st>
2023-10-05 14:11:59 +09:00
Hector Martin
11748d6261
m1n1.hv: Make xnu_mode reflect if we used a macho or not
...
Signed-off-by: Hector Martin <marcan@marcan.st>
2023-10-05 14:11:59 +09:00
Asahi Lina
0b1c9d98b7
m1n1.hw.dart8110: 4-level support
...
Signed-off-by: Asahi Lina <lina@asahilina.net>
2023-10-05 14:11:59 +09:00
Eileen Yoon
51b6dd8701
isp: Initial commit
...
Add initial stream demo + patched tracer
Signed-off-by: Eileen Yoon <eyn@gmx.com>
2023-10-05 14:02:49 +09:00
Janne Grunau
187e7f8893
kboot/gpu: Add "no-map" property for reserved memory nodes
...
Without this property u-boot will add reserved memory regions to the
EFI memory map with the wrong type. This results in Linux mapping it
and thus breaking the intended use in the asahi driver.
Signed-off-by: Janne Grunau <j@jannau.net>
2023-10-05 14:02:07 +09:00
Daniel Berlin
da1f50be74
Issue error message if firmware_set_fdt fails
...
Signed-off-by: Daniel Berlin <dberlin@dberlin.org>
2023-10-05 14:01:17 +09:00
Janne Grunau
31ee1499f8
display: Support the HDMI output on M2* desktop systems
...
On M2* desktop systems the HDMI output is not managed by dcp/dcp0. This
allows more flexibility, for example dcp on the M2 Mac mini can be
routed to the USB-C/ThunderBolt ports.
For m1n1 this adds quite ab bit of complexity. In addition to the DCP
iboot endpoint/protocol two additional endpoints have to be started.
Only the dptx-port endpoint has a meaningful AP <=> DCP communication.
In addition we start the system endpoint to optionally enable more
verbose syslog messages (if RTKIT_SYSLOG is defined).
In addition the dptx-phy or lpdptx-phy has to be programmed. Those two
phy look mostly identical. MacOS seems to use a static DP configuration
(4 lanes, HBR3*) regardless of the connected display.
The added SMC gpio support is used to power the MCDP29xx DP to HDMI
converter on.
Config is unfortunately a mess since Apple can't name the device tree
nodes consistently. On M2 Ultra devices only the four dcpext*/dispext*
on each die are used. M2 Ultra support is untested.
* link rate might differ on t602x based devices for 8k60 support
Signed-off-by: Janne Grunau <j@jannau.net>
2023-10-05 12:33:35 +09:00
Janne Grunau
517c8e5f5b
smc: Add minimal smc client
...
Only supported operation is smc_write_u32() for turning the dp2hdmi
converter on M2 desktop systems on.
Signed-off-by: Janne Grunau <j@jannau.net>
2023-10-05 12:33:35 +09:00
Janne Grunau
b65c7d1edc
rtkit: Support usage with SRAM
...
Will be used by SMC.
Signed-off-by: Janne Grunau <j@jannau.net>
2023-10-05 12:33:35 +09:00
Janne Grunau
41e4e25eed
dcp/system: Add system endpoint
...
This on is boring but allows turning additional logging on.
Signed-off-by: Janne Grunau <j@jannau.net>
2023-10-05 12:33:35 +09:00
Janne Grunau
f46da8bbbb
dcp/dpav: Add DPAV endpoint
...
Signed-off-by: Janne Grunau <j@jannau.net>
2023-10-05 12:33:35 +09:00
Janne Grunau
b44a862756
dcp/dptx: Add dptx-port endpoint
...
Based on the linux kernel implementation with updates for the macOS 13.5
based DCP firmware.
Signed-off-by: Janne Grunau <j@jannau.net>
2023-10-05 12:33:35 +09:00
Janne Grunau
2b58bfd24b
dcp: Do not use an anonymous struct for dcp_dev_t typedef
...
This allows forward declarations in other headers.
Signed-off-by: Janne Grunau <j@jannau.net>
2023-10-05 12:33:35 +09:00
Janne Grunau
73b78abe3b
afk: epic channel/interface numbers do not reset
...
They exceed 256 with repeated chainloading of m1n1.bin on j473. Do not
hold a service for every possible channel but keep a fixed array of 8
services identified by the channel number.
Signed-off-by: Janne Grunau <j@jannau.net>
2023-10-05 12:33:35 +09:00
Janne Grunau
14826241a9
afk: Add EPIC std services IOp -> AP calls
...
Used on dptx-port endpoint.
Signed-off-by: Janne Grunau <j@jannau.net>
2023-10-05 12:33:35 +09:00
Janne Grunau
7473a0779e
afk: use increasing EPIC sequence numbers
...
Signed-off-by: Janne Grunau <j@jannau.net>
2023-10-05 12:33:35 +09:00
Janne Grunau
29b6e668f9
afk: Introduce EPIC services
...
To be used on the dptx-port endpoint.
Signed-off-by: Janne Grunau <j@jannau.net>
2023-10-05 12:33:35 +09:00
Janne Grunau
a4c4b8cd99
afk: Fix a NULL pointer dereference in adfk_epic_send()
...
Signed-off-by: Janne Grunau <j@jannau.net>
2023-10-05 12:33:35 +09:00
Janne Grunau
76fbc77ad2
afk: Prepare afk/epic for handling of multiple endpoints
...
This needs to ensure that the data processing does not block on
message retrieval from the mailbox. Command processing must not block
and have to ensure that afk_epic_command() receives the reply to its
command.
DCP's dptx-port endpoint (endpoint 0x2a) can send notifies at any time
which needs to be processed in the right context.
Signed-off-by: Janne Grunau <j@jannau.net>
2023-10-05 12:33:35 +09:00
Janne Grunau
84c0aa10bb
afk: Sync structs/names with proxyclient's python definitions
...
Signed-off-by: Janne Grunau <j@jannau.net>
2023-10-05 12:33:35 +09:00
Janne Grunau
64ab7258a8
dcp: dptx-phy: make dptx_phy_set_link_rate() SoC independent
...
Signed-off-by: Janne Grunau <j@jannau.net>
2023-10-05 12:33:35 +09:00
Janne Grunau
00c1feca47
dcp: dptx-phy: rewrite dptx_phy_activate() for dptx/lpdptx-phy
...
Signed-off-by: Janne Grunau <j@jannau.net>
2023-10-05 12:33:35 +09:00
Janne Grunau
fc64fcc682
dcp: Add (lp)dptx-phy support for M2* desktops
...
Phy "implementation" is simplified a replay of a macos trace with on
t8112 with a 1920x1080 display.
Signed-off-by: Janne Grunau <j@jannau.net>
2023-10-05 12:33:35 +09:00
Janne Grunau
02cedf3f45
dcp/parser: Add parser from linux DCP required for parsing dcp AFK/EPIC
...
Signed-off-by: Janne Grunau <j@jannau.net>
2023-10-05 12:33:35 +09:00
Janne Grunau
4cb3dceb0a
dart: limit vm-base to 36-bit io address space
...
Required for t602x dcp*.
Signed-off-by: Janne Grunau <j@jannau.net>
2023-10-05 12:33:35 +09:00
Janne Grunau
b9975760d7
rtkit: Add rtkit_can_recv()
...
Required non-blocking handling of multiple AFK endpoints for the same
mailbox.
Signed-off-by: Janne Grunau <j@jannau.net>
2023-10-05 12:33:35 +09:00
Janne Grunau
b72407ed23
display: Use dcp iboot SetSurface instead of SwapLayer
...
iboot uses this and it's simpler. m1n1 doesn't need to swap surfaces
for tear free display.
Signed-off-by: Janne Grunau <j@jannau.net>
2023-10-05 12:33:35 +09:00
Janne Grunau
fecfa130e9
kboot: Parse "anvram" partition start and size from ADT
...
"nvram" size depends on the iboot version. Monterey (12.3) and earlier
used 128k nvram partition but Ventura since at least 13.2 increased the
size to 1M. Parse the values from the ADT and fill and enable the node
in the device tree.
Signed-off-by: Janne Grunau <j@jannau.net>
2023-10-05 12:32:40 +09:00
Janne Grunau
0cf2302f35
adt: Use the current node's #address-cells to translate "ranges"
...
Fixes adt_get_reg() for the nvram partition.
Signed-off-by: Janne Grunau <j@jannau.net>
2023-10-05 12:32:40 +09:00
Kevin Ji
650441daa5
makelogo.sh: Add #!/bin/bash
...
Signed-off-by: Kevin Ji <1146876+kevinji@users.noreply.github.com>
2023-09-20 22:35:01 +09:00
Janne Grunau
fb6e035950
hv/trace_dcp: Support commands with retcode only replies
...
Seen with the SetProperty command of DCP's system EP.
Signed-off-by: Janne Grunau <j@jannau.net>
2023-09-20 22:33:45 +09:00
Janne Grunau
ea5c9be657
hv/trace_dcp: simplify tracing of dcpext*
...
It's now enough to change the variable dcp_name to dcpext[0-7].
'dcpext' on t8103/t8112 is handled by "/aliases" in the ADT.
Signed-off-by: Janne Grunau <j@jannau.net>
2023-09-20 22:33:45 +09:00
Janne Grunau
c11632947b
hv/trace_dcp: port dptxport commands to macos 13.5 fw
...
Signed-off-by: Janne Grunau <j@jannau.net>
2023-09-20 22:33:45 +09:00
Janne Grunau
161a96a06d
hv/trace_dcp: extend tracing of ap_std_calls
...
Signed-off-by: Janne Grunau <j@jannau.net>
2023-09-20 22:33:45 +09:00
Janne Grunau
1b10a51a51
hv/trace_dcp.py: import firmware vesrions from the HV
...
Signed-off-by: Janne Grunau <j@jannau.net>
2023-09-20 22:33:45 +09:00
Janne Grunau
ea063b6534
hv/trace_dcp.py: more verbose logging of AFK/EPIC endpoints
...
Signed-off-by: Janne Grunau <j@jannau.net>
2023-09-20 22:33:45 +09:00
Janne Grunau
1d46073077
hv/trace_dcp: Use 'elif' instead of 'if'
...
Signed-off-by: Janne Grunau <j@jannau.net>
2023-09-20 22:33:45 +09:00
Janne Grunau
34b0204c27
proxy: hv: Add trace_dptx.py for tracing dptx-phy on j473/t8112
...
Signed-off-by: Janne Grunau <j@jannau.net>
2023-09-20 22:33:45 +09:00
Janne Grunau
303d08382c
experiments/dcp: add system ep
...
Signed-off-by: Janne Grunau <j@jannau.net>
2023-09-20 22:33:45 +09:00
Janne Grunau
4965a954e2
m1n1.fw.dcp.ipc: Add D129 - allocate_bandwidth
...
Used on M2 Ultra with OS DCP firmware 13.5.
Signed-off-by: Janne Grunau <j@jannau.net>
2023-09-20 22:33:45 +09:00
Janne Grunau
8e5788123f
m1n1.fw.dcp.ipc: Clearly mark unknown Calls/Callbacks
...
Signed-off-by: Janne Grunau <j@jannau.net>
2023-09-20 22:33:45 +09:00