Home
last modified time | relevance | path

Searched refs:Fdt (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D03/Library/FdtUpdateLib/
DFdtUpdateLib.c133 DelPhyhandleUpdateMacAddress(IN VOID* Fdt) in DelPhyhandleUpdateMacAddress() argument
144 node = fdt_subnode_offset(Fdt, 0, "soc"); in DelPhyhandleUpdateMacAddress()
155 ethernetnode = fdt_subnode_offset(Fdt, node,EthName[port]); in DelPhyhandleUpdateMacAddress()
165 m_prop = fdt_get_property_w(Fdt, ethernetnode, "local-mac-address", &m_oldlen); in DelPhyhandleUpdateMacAddress()
168 Error = fdt_delprop(Fdt, ethernetnode, "local-mac-address"); in DelPhyhandleUpdateMacAddress()
174 … Error = fdt_setprop(Fdt, ethernetnode, "local-mac-address",gMacAddress,sizeof(MAC_ADDRESS)); in DelPhyhandleUpdateMacAddress()
189 UpdateRefClk (IN VOID* Fdt) in UpdateRefClk() argument
205 node = fdt_subnode_offset(Fdt, 0, "soc"); in UpdateRefClk()
211 node = fdt_subnode_offset(Fdt, node, "refclk"); in UpdateRefClk()
217 m_prop = fdt_get_property_w(Fdt, node, Property, &m_oldlen); in UpdateRefClk()
[all …]
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D02/FdtUpdateLibD02/
DFdtUpdateLib.c104 DelPhyhandleUpdateMacAddress(IN VOID* Fdt) in DelPhyhandleUpdateMacAddress() argument
114 node = fdt_subnode_offset(Fdt, 0, "soc"); in DelPhyhandleUpdateMacAddress()
125 ethernetnode=fdt_subnode_offset(Fdt, node,EthName[port]); in DelPhyhandleUpdateMacAddress()
130 m_prop = fdt_get_property_w(Fdt, ethernetnode, "local-mac-address", &m_oldlen); in DelPhyhandleUpdateMacAddress()
133 Error = fdt_delprop(Fdt, ethernetnode, "local-mac-address"); in DelPhyhandleUpdateMacAddress()
139 … Error = fdt_setprop(Fdt, ethernetnode, "local-mac-address",gMacAddress,sizeof(MAC_ADDRESS)); in DelPhyhandleUpdateMacAddress()
151 EFI_STATUS UpdateMemoryNode(VOID* Fdt) in UpdateMemoryNode() argument
174 node = fdt_subnode_offset(Fdt, 0, "memory"); in UpdateMemoryNode()
178 node = fdt_add_subnode(Fdt, 0, "memory"); in UpdateMemoryNode()
185 m_prop = fdt_get_property_w(Fdt, node, "memory", &m_oldlen); in UpdateMemoryNode()
[all …]
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/AbootimgLib/
DAbootimgLib.c219 OUT VOID **Fdt in GetAttachedFdt() argument
225 err = fdt_check_header ((VOID*)(UINTN)*Fdt); in GetAttachedFdt()
235 *Fdt = (VOID *)((EFI_PHYSICAL_ADDRESS)(UINTN)Kernel + RawKernelSize); in GetAttachedFdt()
240 err = fdt_check_header ((VOID*)(UINTN)*Fdt); in GetAttachedFdt()
495 IN OUT VOID **Fdt in LoadFdtFromBootImage() argument
527 *Fdt = CompressedKernel + CompressedKernelSize; in LoadFdtFromBootImage()
530 Status = GetAttachedFdt (StoredKernel, Fdt); in LoadFdtFromBootImage()
555 VOID *Fdt; in BootFromRam() local
582 Fdt = CompressedKernel + CompressedKernelSize; in BootFromRam()
585 Status = GetAttachedFdt (*Kernel, &Fdt); in BootFromRam()
[all …]
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/UpdateFdtDxe/
DUpdateFdtDxe.c91 VOID* Fdt; in UpdateFdt() local
101 Fdt = (VOID*)(PcdGet64(FdtFileAddress)); in UpdateFdt()
121 (VOID) CopyMem((VOID*)NewFdtBlobBase, Fdt, Size); in UpdateFdt()
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/
DFdtPlatformDxe.uni35 #string STR_SETFDT_UPDATE_DELETED #language en-US "The UEFI variable "Fdt" was deleted.\r\n"
57 " text form and saves it in the non volatile UEFI variable "Fdt". If\r\n"
59 " it is in the non volatile UEFI variable "Fdt". The next time the FDT\r\n"
61 " the device path specified by the UEFI variable "Fdt".\r\n"
65 " the update of the "Fdt" UEFI variable is done first before to launch\r\n"
76 "SHELL_ACCESS_DENIED Access to the Fdt UEFI variable for modification denied.\r\n"
97 "5. Delete the "Fdt" UEFI variable :\r\n"
DREADME.txt48 "Fdt". If the variable does not exist or the installation using the device path
59 device path in the "Fdt" UEFI variable asking for the variable to be non
64 in the "Fdt" UEFI variable as it is.
69 case the "Fdt" UEFI variable is not updated and the command just runs the
71 an EFI Shell file path then first the "Fdt" UEFI variable is updated accordingly
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
DREADME.txt1 See: https://sourceforge.net/apps/mediawiki/tianocore/index.php?title=EmbeddedPkg/Fdt
/device/linaro/bootloader/edk2/EmbeddedPkg/
DEmbeddedPkg.dec54 # Include/Guid/Fdt.h