Skip to content

Commit

Permalink
HiKey.dsc: boot linux in UEFI mode
Browse files Browse the repository at this point in the history
The default boot entry is preventing linux from using UEFI services, see https://lists.96boards.org/pipermail/dev/2015-March/000075.html for details.

Fixes https://github.com/96boards/bugs/issues/27

Signed-off-by: Koen Kooi <[email protected]>
  • Loading branch information
koenkooi committed Mar 16, 2015
1 parent 9babd47 commit 75a0172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HisiPkg/HiKeyPkg/HiKey.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@
gArmPlatformTokenSpaceGuid.PcdDefaultBootDevicePath|L"VenHw(B549F005-4BD4-4020-A0CB-06F42BDA68C3)/HD(6,GPT,5C0F213C-17E1-4149-88C8-8B50FB4EC70E,0x7000,0x20000)/Image"
gArmPlatformTokenSpaceGuid.PcdDefaultBootInitrdPath|L"VenHw(B549F005-4BD4-4020-A0CB-06F42BDA68C3)/HD(6,GPT,5C0F213C-17E1-4149-88C8-8B50FB4EC70E,0x7000,0x20000)/initrd.img"
gArmPlatformTokenSpaceGuid.PcdFdtDevicePath|L"VenHw(B549F005-4BD4-4020-A0CB-06F42BDA68C3)/HD(6,GPT,5C0F213C-17E1-4149-88C8-8B50FB4EC70E,0x7000,0x20000)/hi6220-hikey.dtb"
gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument|"console=ttyAMA0,115200 earlycon=pl011,0xf8015000 root=/dev/mmcblk0p9 ro rootwait"
gArmPlatformTokenSpaceGuid.PcdDefaultBootType|2
gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument|"dtb=hi6220-hikey.dtb console=ttyAMA0,115200 earlycon=pl011,0xf8015000 root=/dev/mmcblk0p9 ro rootwait"
gArmPlatformTokenSpaceGuid.PcdDefaultBootType|0

# Use the serial console (ConIn & ConOut) and the Graphic driver (ConOut)
gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(115200,8,N,1)/VenPcAnsi();VenHw(CE660500-824D-11E0-AC72-0002A5D5C51B)"
Expand Down

0 comments on commit 75a0172

Please sign in to comment.