Giter Club home page Giter Club logo

xps9350-macos's Introduction

macOS on DELL XPS13 (9350)

This project targets at giving the relatively complete functional macOS for XPS13 9350. Before you start, there's a brief introduction of how to finish powering up macOS on your laptop:

  1. Create a vanilla installation disk(removable disk).
  2. Install Clover with UEFI only and UEFI64Drivers to the installation disk just created.
  3. Replace the origin Clover folder with the one under my Git/XPS9350-macOS/CLOVER.
  4. BIOS settings:
  • AHCI instead of AHCI RAID
  1. Install macOS
  2. Once you finish installation of macOS, you can do the following steps to finish the post installation of macOS

How to use deploy.sh?

Download the latest version installation package/directory by entering the following command in a terminal window:

git clone https://github.com/syscl/XPS9350-macOS

This will download the whole installation directory to your current directory(./) and the next step is to change the permissions of the file (add +x) so that it can be run.

cd XPS9350-macOS
chmod +x ./deploy.sh

Run the script in a terminal windows by(Note: You should dump the ACPI tables by pressing F4/Fn+F4 under Clover first and then execute the following command lines):

./deploy.sh

Reboot your macOS to see the change. If you have any problem about the script, try to run deploy in DEBUG mode by

./deploy.sh -d

Note: For two finger scrolling you need to change the speed of the Scrolling once to get it work and also have to enable them in Trackpad preferences.

TODO List

Next week I have 3 final exams, so I will be back in next Wednesday! What I will do next week are listed below

- Remove patched ACPI tables directories(precomiple, raw, comiple) every time before acpi compile - Add reboot fix ResetAddress = 0xB2 and ResetValue = 0x73 to script using auto detection from FACP table - Refine ACPI patches such that all XPS 13 9350 users can enjoy(still in progress)

  • Refine AppleHDA
  • New FixUSB.sh to fix a bug that external devices will disappear when cold boot into macOS
  • Import IOPowerManagement
  • ACPI Keyboard

Change Log

2017-01-27

  • Inject Device(USBX) with properties and _DSM method rewrite credit syscl
  • Fix shutdown become reboot issue #29
  • Added _SSD, GTF0 method credit syscl
  • Added IONVMeFamily Preferred Block Size 0x10 -> 0x01 credit Pike R. Alpha implement by syscl
  • Updated port0000 setting for 0x19260004 credit syscl

2017-01-25

  • Enable IOPCIFamily to set tolerance latency for PCI devices (c) syscl
  • Prepare for @icedman 's VoodooPS2Controller(tuned by syscl)
  • Fixed RP0X rename issue

2017-01-24

  • Inject SsdtS3 from MacBook credit syscl's stripple down
  • Added port injector for XHC/EHC credit syscl

2017-01-22

  • Inject NVMe power management properties credit Pike R. Alpha("use-msi", "nvme-LPSR-during-S3-S4") syscl("deep-idle")

2017-01-17

  • Use refs.txt to try to fix issue #18 credit @x4080 who reminded to use refs.txt
  • Updated rebuild kernel cache command

2016-12-19

  • Remove _PRW, _PSW in PWRB(PNP0C0C)
  • RP09::ARPT->RP09::SSD0 (c) syscl
  • Remove pnp0c14
  • _T_2 ->T_2
  • Rename definition block

2016-12-18

  • Fixed update/sync file issue

2016-12-17

  • Rename HDAS->HDEF for layout to inject successfully
  • PBTN->PWRB

2016-12-16

  • Updated FaceTimeHD keys from MacBookPro13,2
  • Cleanup redundant kexts
  • Sort kexts and sync 10.11's kexts
  • _PWR val fixed
  • PXSX to ARPT

2016-12-15

  • HWP is ready
  • Boot issue should go away; xh_rvp07 must be included

2016-12-14

  • Fixed audio injection bug causes by Clover
  • Updated 3 cpu models i5-6200, i7-6500, i7-6560 SSDT-pr
  • Resolve hp distortion and static noise
  • Optimization CC credit syscl
  • Updated BT driver for DW1830
  • Fixed stuck of some function in deploy
  • Fixed SSDT-pr installation issue

2016-12-13

  • Auto correct reset val and address from FACP
  • Added HDMI property
  • Updated DisplayLink Driver to 2.6.0

2016-12-12

  • Fixed/refined DSDT patch
  • Reading FACP to correct reset value and reset address credit syscl
  • Remove Glan patch

2016-12-11

  • Fix MDBG issue credit syscl
  • Fix word field mismatch issue credit syscl
  • Fix brightness key function credit azlvda, tdmsn

2016-12-10

  • Refined lid wake issue: 0a -> 0f for 0x19260004 credit syscl

2016-12-08

  • Sync fixUSB to latest version: 2016-9-17

2016-12-07

  • Fixed the Sunix camera issue I mentioned before credit syscl

2016-12-04

  • Fixed boot issue by AddClockID and FixOwnership
  • Fixed syntax error
  • Correct frame buffer name for SKL

2016-12-01

  • Inject PMCR then macOS will combine PPMC together to make AppleIntelPCHPMC load correctly credit syscl

2016-11-29

  • Fixed reboot unstable issue and speed up reboot progress ResetAddress = 0xB2 and ResetValue = 0x73 credit syscl

2016-11-22

  • Added lspci to list all pci devices

2016-11-20

  • Correct SKL laptops' internal display connector type from LVDS to eDP credit syscl
  • Added lid wake auto patches for deploy.sh
  • Inject SSDT-XPS13SKL.aml

2016-11-19

  • PPMC -> PMCR
  • Insert DMAC for macOS credit syscl
  • Make Device (MATH) load correctly credit syscl
  • SBTN -> SLPB with _STA 0x0B credit syscl
  • Eliminate SgRef

2016-11-18

  • Fixed HD520 glitches on Sierra credit Pikeralpha
  • Eliminate redundant acpi table & patches

2016-11-17

  • Fixed brightness save issue: EmuVariableUefi-64 + IntelBacklight + /nvram.plist

2016-11-15

  • Fixed screen blank when resume from sleep credit syscl/lighting/Yating Zhou

2016-11-12

  • First commit

xps9350-macos's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.