diff options
| author | Paride Legovini <[email protected]> | 2025-04-07 22:31:58 +0200 |
|---|---|---|
| committer | Paride Legovini <[email protected]> | 2025-04-07 22:31:58 +0200 |
| commit | da51ef5146076265bb723fe6612f102f4ed2aa7d (patch) | |
| tree | 1e187d33f94be0f04615451f33825ed23a029c93 | |
| parent | 7acb1b52381e2586cbbb4ecafddc8f160236d0b3 (diff) | |
| parent | 8039bd1f7bdc8195cfe47f1a80987e398f0aa6d6 (diff) | |
Merge remote-tracking branch 'alexvinarskis/asus-zenbook-a14'
| -rwxr-xr-x | tools/boot/plucky/boot-arm64 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/boot/plucky/boot-arm64 b/tools/boot/plucky/boot-arm64 index 2579dbd..7878775 100755 --- a/tools/boot/plucky/boot-arm64 +++ b/tools/boot/plucky/boot-arm64 @@ -121,6 +121,16 @@ if [ \$? == 0 ]; then cmdline="clk_ignore_unused pd_ignore_unused cma=128M" dtb="devicetree /casper/dtbs/x1e80100-asus-vivobook-s15.dtb" fi +regexp "ASUS Zenbook A14 UX3407Q.*" "\$system_product_name" +if [ \$? == 0 ]; then + cmdline="clk_ignore_unused pd_ignore_unused cma=128M" + dtb="devicetree /casper/dtbs/x1p42100-asus-zenbook-a14.dtb" +fi +regexp "ASUS Zenbook A14 UX3407R.*" "\$system_product_name" +if [ \$? == 0 ]; then + cmdline="clk_ignore_unused pd_ignore_unused cma=128M" + dtb="devicetree /casper/dtbs/x1e80100-asus-zenbook-a14.dtb" +fi regexp "HP OmniBook X Laptop 14-.*" "\$system_product_name" if [ \$? == 0 ]; then cmdline="clk_ignore_unused pd_ignore_unused cma=128M" |
