mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
eb89025013
It's possible to chainload U-Boot proper from the vendor firmware in
rk3399 chromebooks, but the way the vendor firmware sets up clocks is
somehow different than what U-Boot expects. This causes the display to
stay devoid of content even though vidconsole claims to work (with
patches in process of being upstreamed).
This is meant to be a rk3399 version of commit
|
||
---|---|---|
.. | ||
clk_pll.c | ||
clk_px30.c | ||
clk_rk322x.c | ||
clk_rk3036.c | ||
clk_rk3128.c | ||
clk_rk3188.c | ||
clk_rk3288.c | ||
clk_rk3308.c | ||
clk_rk3328.c | ||
clk_rk3368.c | ||
clk_rk3399.c | ||
clk_rv1108.c | ||
Makefile |