Home
last modified time | relevance | path

Searched refs:boot (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/device/linaro/bootloader/edk2/DuetPkg/
DCreateBootDisk.sh73 echo Start to create floppy boot disk ...
79 echo Create boot sector ...
89 mkdir -p $EFI_BOOT_MEDIA/efi/boot
92 cp $WORKSPACE/ShellBinPkg/UefiShell/Ia32/Shell.efi $EFI_BOOT_MEDIA/efi/boot/boot$5.efi
96 cp $WORKSPACE/ShellBinPkg/UefiShell/X64/Shell.efi $EFI_BOOT_MEDIA/efi/boot/boot$5.efi
115 mmd -i $EFI_BOOT_MEDIA ::/efi ::/efi/boot
118 mcopy -i $EFI_BOOT_MEDIA $WORKSPACE/ShellBinPkg/UefiShell/Ia32/Shell.efi ::/efi/boot/boot$5.efi
121 mcopy -i $EFI_BOOT_MEDIA $WORKSPACE/ShellBinPkg/UefiShell/X64/Shell.efi ::/efi/boot/boot$5.efi
146 mkdir $EFI_BOOT_MEDIA/efi/boot
149 cp $WORKSPACE/ShellBinPkg/UefiShell/Ia32/Shell.efi $EFI_BOOT_MEDIA/efi/boot/boot$5.efi
[all …]
DReadMe.txt33 3. Create boot disk
36 3.1 Create floppy boot disk
39 …3). run "CreateBootDisk.bat floppy a: FAT12 IA32" if floppy drive is a: disk and Arch to boot is I…
41 … run "CreateBootDisk.bat floppy a: FAT12 X64" if floppy drive is a: disk and Arch to boot is X64.
42 3.2 Create usb boot disk
45 …ootDisk.bat usb e: FAT16 IA32" if usb drive is e: and FAT format is FAT16 and Arch to boot is IA32.
46 …eBootDisk.bat usb e: FAT16 X64" if usb drive is e: and FAT format is FAT16 and Arch to boot is X64.
47 …ootDisk.bat usb e: FAT32 IA32" if usb drive is e: and FAT format is FAT32 and Arch to boot is IA32.
48 …eBootDisk.bat usb e: FAT32 X64" if usb drive is e: and FAT format is FAT32 and Arch to boot is X64.
50 …k.bat usb e: FAT16 IA32 step2" if usb drive is e: and FAT format is FAT16 and Arch to boot is IA32.
[all …]
DCreateBootDisk.bat48 @echo Start to create floppy boot disk ...
54 @echo Create boot sector ...
67 @echo Start to create file boot disk ...
68 @echo Create boot sector ...
79 @echo Start to create usb boot disk ...
90 @echo Create boot sector ...
111 @echo Create boot sector ...
131 @mkdir %EFI_BOOT_DISK%\efi\boot
132 copy %WORKSPACE%\ShellBinPkg\UefiShell\%PROCESSOR%\Shell.efi %EFI_BOOT_DISK%\efi\boot\boot%PROCESSO…
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
DBdsDxe.uni8 // Generally, this module take reposiblity to connect all necessary devices for platform boot,
9 // these boot device path are hold in PlatformBdsLib library instance produced by platform.
10 // For legacy boot, BDS will transfer control to legacy BIOS after legacy boot device is select.
11 // For EFI boot, BDS will load boot loader file EFI\BOOT\BOOTIA32.EFI, EFI\BOOT\BOOTX64.EFI,
12 // EFI\BOOT\BOOTIA64.EFI file from selected boot device and transfer control to boot loader.
15 // is used for user to configure boot option or maintain hardware device.
32boot. These boot device paths are held in PlatformBdsLib a library instance produced by the platfo…
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dthreadmodule.c605 struct bootstate *boot = (struct bootstate *) boot_raw; in t_bootstrap() local
609 tstate = boot->tstate; in t_bootstrap()
615 boot->func, boot->args, boot->keyw); in t_bootstrap()
625 PyFile_WriteObject(boot->func, file, 0); in t_bootstrap()
627 PyObject_Print(boot->func, stderr, 0); in t_bootstrap()
634 Py_DECREF(boot->func); in t_bootstrap()
635 Py_DECREF(boot->args); in t_bootstrap()
636 Py_XDECREF(boot->keyw); in t_bootstrap()
648 struct bootstate *boot; in thread_PyThread_start_new_thread() local
669 boot = PyMem_NEW(struct bootstate, 1); in thread_PyThread_start_new_thread()
[all …]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DGenericBdsLib.uni5 // 1) BDS boot policy interface;
6 // 2) BDS boot device connect interface;
7 // 3) BDS Misc interfaces for mainting boot variable, ouput string, etc.
24 …river including: 1) BDS boot policy interface; 2) BDS boot device connect interface; 3) BDS Misc i…
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DGenericBdsLib.uni5 // 1) BDS boot policy interface;
6 // 2) BDS boot device connect interface;
7 // 3) BDS Misc interfaces for mainting boot variable, ouput string, etc.
24 …river including: 1) BDS boot policy interface; 2) BDS boot device connect interface; 3) BDS Misc i…
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/
DFirmwarePerformancePei.uni4 // In S3 resume boot mode, it updates S3 Resume Performance Record in ACPI Firmware Performance Dat…
5 // In normal boot mode, it consumes SecPerformance PPI produced by SEC phase
9 // for S3 Resume Performance Record on S3 resume boot path.
26boot mode, it updates S3 Resume Performance Record in ACPI Firmware Performance Data Table. In nor…
/device/linaro/hikey/bootloader/EFI/BOOT/
Dgrub.cfg4 search.fs_label boot root
11 search.fs_label boot root
18 search.fs_label boot root
25 search.fs_label boot root
32 search.fs_label boot root
39 search.fs_label boot root
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/
DTcgDxe.uni2 // Produces TCG protocol and measures boot environment
4 // This module will produce TCG protocol and measure boot environment.
18 #string STR_MODULE_ABSTRACT #language en-US "Produces TCG protocol and measures boot en…
20 …TION #language en-US "This module will produce TCG protocol and measure boot environment."
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
DUefiShellBcfgCommandLib.uni59 ".TH bcfg 0 "configure boot and driver"\r\n"
61 "Manages the boot and driver options that are stored in NVRAM.\r\n"
64 "BCFG driver|boot [dump [-v]] [add # file "desc"] [addp # file "desc"] \r\n"
73 " driver or boot option. This parameter is followed by the file name of the\r\n"
75 " driver or boot option optional data, or the quote\r\n"
77 " boot option optional data.\r\n"
79 " boot - Displays or modifies the boot option list.\r\n"
113 " 1. This command manages the boot and driver options stored in NVRAM.\r\n"
128 " * To display boot options:\r\n"
129 " Shell> bcfg boot dump\r\n"
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/
DDxeS3BootScriptLib.uni2 // DXE S3 boot script Library.
4 // S3 boot script Library that could be used for multiple phases.
19 #string STR_MODULE_ABSTRACT #language en-US "S3 boot script Library that could be used …
21 #string STR_MODULE_DESCRIPTION #language en-US "S3 boot script Library that could be used …
/device/linaro/bootloader/edk2/MdePkg/Library/DxeExtendedSalLib/
DDxeExtendedSalLib.uni2 // The library implements the Extended SAL Library Class for boot service only modules.
4 // This library implements the Extended SAL Library Class for boot service only modules.
18 … #language en-US "Implements the Extended SAL Library Class for boot service only module…
20 …anguage en-US "This library implements the Extended SAL Library Class for boot service only module…
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/
DAcpiS3SaveDxe.uni2 // AcpiS3Save module installs ACPI S3 Save protocol to prepare S3 boot data.
4 // AcpiS3Save module installs ACPI S3 Save protocol to prepare S3 boot data.
19 …ODULE_ABSTRACT #language en-US "Installs ACPI S3 Save protocol to prepare S3 boot data"
21 … #language en-US "AcpiS3Save module installs ACPI S3 Save protocol to prepare S3 boot data."
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/
DMonotonicCounterRuntimeDxe.uni2 // This module produces the UEFI boot service GetNextMonotonicCount() and runtime service GetNextHi…
4 // This module produces the UEFI boot service GetNextMonotonicCount() and runtime service GetNextHi…
18 #string STR_MODULE_ABSTRACT #language en-US "Produces the UEFI boot service GetNextMono…
20 #string STR_MODULE_DESCRIPTION #language en-US "This module produces the UEFI boot service…
/device/linaro/bootloader/edk2/MdePkg/Library/DxeRuntimeExtendedSalLib/
DDxeRuntimeExtendedSalLib.uni2 // This library implements the Extended SAL Library Class for use in boot services and runtime.
4 // This library implements the Extended SAL Library Class for use in boot services and runtime.
18 … #language en-US "Implements the Extended SAL Library Class for use in boot services and runtim…
20 … en-US "This library implements the Extended SAL Library Class for use in boot services and runtim…
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.uni2 // Produces TCG2 protocol and measure boot environment
4 // This module will produce TCG2 protocol and measure boot environment.
23 #string STR_MODULE_ABSTRACT #language en-US "Produces TCG2 protocol and measure boot en…
25 …ION #language en-US "This module will produce TCG2 protocol and measure boot environment."
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
DTrEEDxe.uni2 // Produces TrEE protocol and measure boot environment
4 // This module will produce TrEE protocol and measure boot environment.
23 #string STR_MODULE_ABSTRACT #language en-US "Produces TrEE protocol and measure boot en…
25 …ION #language en-US "This module will produce TrEE protocol and measure boot environment."
/device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
DBootManagerMenuStrings.uni19 #string STR_BOOT_POPUP_MENU_TITLE_STRING #language en-US "Please select boot device:"
20 #language fr-FR "Please select boot device:"
25 #string STR_BOOT_POPUP_MENU_HELP2_STRING #language en-US "ENTER to select boot device"
26 #language fr-FR "ENTER to select boot device"
DBootManagerMenuApp.uni4 // The application pops up a menu showing all the boot options referenced by
5 // BootOrder NV variable and user can choose to boot from one of them.
22 …cation pops up a menu showing all the boot options referenced by BootOrder NV variable and user ca…
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDxe.uni2 // UEFI HTTP boot service.
5 // the boot image from HTTP server. It could work with an IPv4 or IPv6 stack.
21 #string STR_MODULE_ABSTRACT #language en-US "UEFI HTTP boot service"
23 …This driver provides EFI Load File Protocol which is used to download the boot image from HTTP ser…
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/
DFirmwarePerformanceSmm.uni2 // This module collects performance data for SMM driver boot records and S3 Suspend Performance Rec…
5 // for SMM boot performance records and S3 Suspend Performance Record.
20 …ACT #language en-US "Collects performance data for SMM driver boot records and S3 Susp…
22 …registers report status code listener to collect performance data for SMM boot performance records…
/device/linaro/bootloader/edk2/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/
DS3Resume2Pei.uni5 // This module will excute the boot script saved during last boot and after that,
24 … "This module will execute the boot script saved during last boot and after that,\n"
/device/google/marlin/
Dinit.qcom.devstart.sh3 echo 1 > /sys/kernel/boot_adsp/boot
4 echo 1 > /sys/kernel/boot_slpi/boot
Dinit.mid.sh5 SKU=`getprop ro.boot.mid`
9 setprop ro.boot.hardware.sku ${SKU//-/}

12345678910>>...12