Searched refs:NewFdtBase (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey960/HiKey960Dxe/ |
D | HiKey960Dxe.c | 452 OUT EFI_PHYSICAL_ADDRESS *NewFdtBase in AbootimgUpdateDtb() argument 477 NumPages, NewFdtBase); in AbootimgUpdateDtb() 483 (VOID*)(UINTN)*NewFdtBase, in AbootimgUpdateDtb() 490 (VOID*)(UINTN)*NewFdtBase, -1, HIKEY960_COMPATIBLE_LEDS_V1 in AbootimgUpdateDtb() 494 (VOID*)(UINTN)*NewFdtBase, -1, HIKEY960_COMPATIBLE_LEDS_V2 in AbootimgUpdateDtb() 502 err = fdt_setprop_string ((VOID*)(UINTN)*NewFdtBase, offset, "status", "ok"); in AbootimgUpdateDtb() 507 err = fdt_set_name ((VOID*)(UINTN)*NewFdtBase, offset, "gpio-leds"); in AbootimgUpdateDtb() 515 (VOID*)(UINTN)*NewFdtBase, -1, HIKEY960_COMPATIBLE_HUB_V1 in AbootimgUpdateDtb() 519 (VOID*)(UINTN)*NewFdtBase, -1, HIKEY960_COMPATIBLE_HUB_V2 in AbootimgUpdateDtb() 527 err = fdt_setprop_string ((VOID*)(UINTN)*NewFdtBase, offset, "status", "ok"); in AbootimgUpdateDtb() [all …]
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyDxe/ |
D | HiKeyDxe.c | 204 OUT EFI_PHYSICAL_ADDRESS *NewFdtBase in AbootimgUpdateDtb() argument 228 NumPages, NewFdtBase); in AbootimgUpdateDtb() 234 (VOID*)(UINTN)*NewFdtBase, in AbootimgUpdateDtb() 239 fdt_pack ((VOID*)(UINTN)*NewFdtBase); in AbootimgUpdateDtb() 240 err = fdt_check_header ((VOID*)(UINTN)*NewFdtBase); in AbootimgUpdateDtb() 243 gBS->FreePages (*NewFdtBase, NumPages); in AbootimgUpdateDtb()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/AbootimgLib/ |
D | AbootimgLib.c | 306 EFI_PHYSICAL_ADDRESS NewFdtBase; in InstallFdt() local 335 Status = mAbootimg->UpdateDtb (FdtBase, &NewFdtBase); in InstallFdt() 343 err = fdt_check_header ((VOID*)(UINTN)NewFdtBase); in InstallFdt() 351 (VOID *)(UINTN)NewFdtBase in InstallFdt()
|