| /OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/ |
| H A D | 0017-clang-driver-Add-dyld-prefix-when-checking-sysroot-f.patch | 26 Loader = 28 - if (!getVFS().exists(getDriver().SysRoot + "/" + LibDir + "/" + Loader) && 29 - getVFS().exists(getDriver().SysRoot + "/lib/" + Loader)) { 30 …if (!getVFS().exists(getDriver().SysRoot + getDriver().DyldPrefix + "/" + LibDir + "/" + Loader) && 31 + getVFS().exists(getDriver().SysRoot + getDriver().DyldPrefix + "/lib/" + Loader)) { 37 Loader = 39 - if (!getVFS().exists(getDriver().SysRoot + "/" + LibDir + "/" + Loader) && 40 - getVFS().exists(getDriver().SysRoot + "/lib/" + Loader)) { 41 …if (!getVFS().exists(getDriver().SysRoot + getDriver().DyldPrefix + "/" + LibDir + "/" + Loader) && 42 + getVFS().exists(getDriver().SysRoot + getDriver().DyldPrefix + "/lib/" + Loader)) { [all …]
|
| H A D | 0006-clang-driver-Check-sysroot-for-ldso-path.patch | 22 Loader = 24 + if (!getVFS().exists(getDriver().SysRoot + "/" + LibDir + "/" + Loader) && 25 + getVFS().exists(getDriver().SysRoot + "/lib/" + Loader)) { 31 Loader = 33 + if (!getVFS().exists(getDriver().SysRoot + "/" + LibDir + "/" + Loader) && 34 + getVFS().exists(getDriver().SysRoot + "/lib/" + Loader)) { 43 Loader = "ld-linux.so.2"; 44 + if (!getVFS().exists(getDriver().SysRoot + "/" + LibDir + "/" + Loader) && 45 + getVFS().exists(getDriver().SysRoot + "/lib/" + Loader)) { 54 Loader = X32 ? "ld-linux-x32.so.2" : "ld-linux-x86-64.so.2"; [all …]
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0017-relocator-Protect-grub_relocator_alloc_chunk_align-m.patch | 30 grub-core/loader/i386/linux.c | 5 ++--- 31 grub-core/loader/i386/multiboot_mbi.c | 7 +++---- 32 grub-core/loader/i386/pc/linux.c | 6 ++---- 33 grub-core/loader/mips/linux.c | 9 +++------ 34 grub-core/loader/multiboot.c | 2 +- 35 grub-core/loader/multiboot_elfxx.c | 10 ++++----- 36 grub-core/loader/multiboot_mbi2.c | 10 ++++----- 37 grub-core/loader/xnu_resume.c | 2 +- 146 diff --git a/grub-core/loader/i386/linux.c b/grub-core/loader/i386/linux.c 148 --- a/grub-core/loader/i386/linux.c [all …]
|
| H A D | 0016-relocator-Protect-grub_relocator_alloc_chunk_addr-in.patch | 19 grub-core/loader/i386/linux.c | 9 +++++++-- 20 grub-core/loader/i386/pc/linux.c | 9 +++++++-- 21 grub-core/loader/i386/xen.c | 12 ++++++++++-- 22 grub-core/loader/xnu.c | 11 +++++++---- 25 diff --git a/grub-core/loader/i386/linux.c b/grub-core/loader/i386/linux.c 27 --- a/grub-core/loader/i386/linux.c 28 +++ b/grub-core/loader/i386/linux.c 53 diff --git a/grub-core/loader/i386/pc/linux.c b/grub-core/loader/i386/pc/linux.c 55 --- a/grub-core/loader/i386/pc/linux.c 56 +++ b/grub-core/loader/i386/pc/linux.c [all …]
|
| H A D | 0041-commands-Restrict-commands-that-can-load-BIOS-or-DT-.patch | 26 grub-core/loader/arm/linux.c | 6 +++--- 27 grub-core/loader/efi/fdt.c | 4 ++-- 71 diff --git a/grub-core/loader/arm/linux.c b/grub-core/loader/arm/linux.c 73 --- a/grub-core/loader/arm/linux.c 74 +++ b/grub-core/loader/arm/linux.c 88 diff --git a/grub-core/loader/efi/fdt.c b/grub-core/loader/efi/fdt.c 90 --- a/grub-core/loader/efi/fdt.c 91 +++ b/grub-core/loader/efi/fdt.c
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/sprite/ |
| H A D | sprite_loader.cpp | 22 struct SpriteLoader::Loader { struct in mbgl::SpriteLoader 23 Loader(Scheduler& scheduler, SpriteLoader& imageManager) in Loader() function 50 loader = std::make_unique<Loader>(scheduler, *this); in load() 52 …loader->jsonRequest = fileSource.request(Resource::spriteJSON(url, pixelRatio), [this](Response re… in load() 58 loader->json = std::make_shared<const std::string>(); in load() 62 loader->json = res.data; in load() 67 …loader->spriteRequest = fileSource.request(Resource::spriteImage(url, pixelRatio), [this](Response… in load() 73 loader->image = std::make_shared<const std::string>(); in load() 76 loader->image = res.data; in load() 83 assert(loader); in emitSpriteLoadedIfComplete() [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/libs/core/ |
| H A D | plughandler.cpp | 40 QPluginLoader loader(pluginsDir.absoluteFilePath(fileName)); in getShowPlugins() local 41 if(loader.load()){ in getShowPlugins() 43 QJsonObject json = loader.metaData(); in getShowPlugins() 51 qDebug() <<"unload "+ list.last()<< loader.unload(); in getShowPlugins() 69 QPluginLoader *loader = new QPluginLoader(pluginsDir.absoluteFilePath(fileName)); in loadPlugins() local 71 if(loader->load()) in loadPlugins() 73 QJsonObject json = loader->metaData(); in loadPlugins() 79 IPlugin *p = dynamic_cast<IPlugin*>(loader->instance()); in loadPlugins() 83 m_d->loaders.insert(p->id(), loader); in loadPlugins() 90 loader->unload(); in loadPlugins() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | axm5516-cpus.dtsi | 77 cpu-release-addr = <0>; // Fixed by the boot loader 85 cpu-release-addr = <0>; // Fixed by the boot loader 93 cpu-release-addr = <0>; // Fixed by the boot loader 101 cpu-release-addr = <0>; // Fixed by the boot loader 109 cpu-release-addr = <0>; // Fixed by the boot loader 117 cpu-release-addr = <0>; // Fixed by the boot loader 125 cpu-release-addr = <0>; // Fixed by the boot loader 133 cpu-release-addr = <0>; // Fixed by the boot loader 141 cpu-release-addr = <0>; // Fixed by the boot loader 149 cpu-release-addr = <0>; // Fixed by the boot loader [all …]
|
| /OK3568_Linux_fs/kernel/arch/riscv/boot/ |
| H A D | Makefile | 21 targets := Image loader 29 $(obj)/loader.o: $(src)/loader.S $(obj)/Image 31 $(obj)/loader: $(obj)/loader.o $(obj)/Image $(obj)/loader.lds FORCE 32 $(Q)$(LD) -T $(obj)/loader.lds -o $@ $(obj)/loader.o 46 $(obj)/loader.bin: $(obj)/loader FORCE
|
| /OK3568_Linux_fs/buildroot/package/libcap/ |
| H A D | 0001-libcap-Makefile-don-t-overwrite-empty-when-generatin.patch | 5 loader.txt 10 Since the objcopy command used to generate loader.txt only does a 13 empty and of loader.txt will be more or less the same; however, 14 loader.txt is closed just before the output file is closed, so it's 15 possible that the timestamp of loader.txt is just a little bit earlier. 16 If this happens, it causes loader.txt to be rebuilt later, which in turn 21 is done as root, since loader.txt becomes owned by root in that case. 42 loader.txt: empty 46 cap_magic.o: execable.h execable.c loader.txt 47 …ERSION=\"$(LIBTITLE)-$(VERSION).$(MINOR)\" -DSHARED_LOADER=\"$(shell cat loader.txt)\" -c execable…
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/ |
| H A D | systemd-bootconf_1.00.bb | 25 install -d ${D}/boot/loader 26 install -d ${D}/boot/loader/entries 27 install loader.conf ${D}/boot/loader/ 28 rm loader.conf 29 install *.conf ${D}/boot/loader/entries/ 32 FILES:${PN} = "/boot/loader/* /boot/loader/entries/*"
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/ |
| H A D | config.mk | 19 # u-boot-spl_HS_X-LOADER 23 ALL-y += u-boot-spl_HS_X-LOADER 28 # u-boot-spl_HS_SPI_X-LOADER 33 ALL-y += u-boot-spl_HS_SPI_X-LOADER 39 # u-boot-spl_HS_SPI_X-LOADER 42 # u-boot-spl_HS_X-LOADER 50 ALL-y += u-boot-spl_HS_SPI_X-LOADER 51 ALL-y += u-boot-spl_HS_X-LOADER 63 ALL-$(CONFIG_QSPI_BOOT) += u-boot_HS_XIP_X-LOADER
|
| /OK3568_Linux_fs/debian/overlay-firmware/usr/bin/ |
| H A D | npu_upgrade_pcie | 10 echo 'Usage: '$PROGRAM' loader uboot trust boot' 16 LOADER=$DIR/$1 27 echo 'start to download loader...' >> /tmp/npu.log 28 $UPGRADE_TOOL db $LOADER > /dev/null 30 echo 'failed to download loader!' >> /tmp/npu.log 33 echo 'download loader ok' >> /tmp/npu.log 36 echo 'start to wait loader...' >> /tmp/npu.log 39 echo 'failed to wait loader!' >> /tmp/npu.log 42 echo 'loader is ready' >> /tmp/npu.log 114 if [ ! -f $LOADER ]; then [all …]
|
| H A D | npu_upgrade | 10 echo 'Usage: '$PROGRAM' loader uboot trust boot' 16 LOADER=$DIR/$1 27 echo 'start to download loader...' >> /tmp/npu.log 28 $UPGRADE_TOOL db $LOADER > /dev/null 30 echo 'failed to download loader!' >> /tmp/npu.log 33 echo 'download loader ok' >> /tmp/npu.log 36 echo 'start to wait loader...' >> /tmp/npu.log 39 echo 'failed to wait loader!' >> /tmp/npu.log 42 echo 'loader is ready' >> /tmp/npu.log 114 if [ ! -f $LOADER ]; then [all …]
|
| H A D | npu_upgrade_pcie_combine | 10 echo 'Usage: '$PROGRAM' loader uboot trust boot' 16 LOADER=$DIR/$1 27 echo 'start to download loader...' >> /tmp/npu.log 28 $UPGRADE_TOOL db $LOADER > /dev/null 30 echo 'failed to download loader!' >> /tmp/npu.log 33 echo 'download loader ok' >> /tmp/npu.log 36 echo 'start to wait loader...' >> /tmp/npu.log 39 echo 'failed to wait loader!' >> /tmp/npu.log 42 echo 'loader is ready' >> /tmp/npu.log 114 if [ ! -f $LOADER ]; then [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/arm/ |
| H A D | booting.rst | 11 In order to boot ARM Linux, you require a boot loader, which is a small 12 program that runs before the main kernel. The boot loader is expected 16 Essentially, the boot loader should provide (as a minimum) the 35 The boot loader is expected to find and initialise all RAM that the 39 the RAM in the machine, or any other method the boot loader designer 51 The boot loader should initialise and enable one serial port on the 56 As an alternative, the boot loader can pass the relevant 'console=' 71 The boot loader should detect the machine type its running on by some 74 The boot loader must ultimately be able to provide a MACH_TYPE_xxx 90 The boot loader must provide either a tagged list or a dtb image for [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/source/ |
| H A D | bootimg-efi.py | 40 Create loader-specific (grub-efi) config 112 Create loader-specific systemd-boot/gummiboot config 114 install_cmd = "install -d %s/loader" % hdddir 117 install_cmd = "install -d %s/loader/entries" % hdddir 143 "%s/hdd/boot/loader/loader.conf", cr_workdir) 144 cfg = open("%s/hdd/boot/loader/loader.conf" % cr_workdir, "w") 190 "%s/hdd/boot/loader/entries/boot.conf", cr_workdir) 191 cfg = open("%s/hdd/boot/loader/entries/boot.conf" % cr_workdir, "w") 201 Called before do_prepare_partition(), creates loader-specific config 209 if source_params['loader'] == 'grub-efi': [all …]
|
| /OK3568_Linux_fs/ |
| H A D | rkflash.sh | 7 LOADER=$ROCKDEV_DIR/MiniLoaderAll.bin 28 $UPGRADETOOL ul -noreset $LOADER 43 $UPGRADETOOL ul -noreset $LOADER 51 $UPGRADETOOL ul -noreset $LOADER 61 if [ $FLASH_TYPE = loader ] 64 LOADER=$2 66 echo "flash loader: $LOADER" 67 $UPGRADETOOL ul $LOADER 173 $UPGRADETOOL EF $LOADER
|
| /OK3568_Linux_fs/device/rockchip/common/scripts/ |
| H A D | rkflash.sh | 7 LOADER=$ROCKDEV_DIR/MiniLoaderAll.bin 28 $UPGRADETOOL ul -noreset $LOADER 43 $UPGRADETOOL ul -noreset $LOADER 51 $UPGRADETOOL ul -noreset $LOADER 61 if [ $FLASH_TYPE = loader ] 64 LOADER=$2 66 echo "flash loader: $LOADER" 67 $UPGRADETOOL ul $LOADER 173 $UPGRADETOOL EF $LOADER
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.ti-secure | 55 SPI_X-LOADER - Generates an image for SPI flash (byte swapped) 56 X-LOADER - Generates an image for non-XIP flash 59 XIP_X-LOADER - Generates a single stage u-boot for NOR/QSPI XiP 69 u-boot-spl_HS_SPI_X-LOADER - byte swapped boot image for SPI flash 70 u-boot-spl_HS_X-LOADER - boot image for NAND or SD/MMC/eMMC rawmode 73 u-boot_HS_XIP_X-LOADER - boot image for NOR or QSPI Xip flash 87 SPI_X-LOADER - Generates an image for SPI flash (byte 89 XIP_X-LOADER - Generates a single stage u-boot for 101 u-boot-spl_HS_SPI_X-LOADER - byte swapped boot image for SPI flash 102 u-boot_HS_XIP_X-LOADER - boot image for NOR or QSPI flash [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/ |
| H A D | commands-boot-Add-API-to-pass-context-to-loader.patch | 4 Subject: [PATCH] commands/boot: Add API to pass context to loader 7 in the boot hook and freed in the unload hook. In the case where a loader 9 the unload hook, but in some cases this runs when the loader's global 14 This adds a new API, grub_loader_set_ex(), which allows a loader to specify 30 include/grub/loader.h | 5 +++ 150 diff --git a/include/grub/loader.h b/include/grub/loader.h 152 --- a/include/grub/loader.h 153 +++ b/include/grub/loader.h 163 /* Unset current loader, if any. */
|
| /OK3568_Linux_fs/kernel/Documentation/x86/ |
| H A D | boot.rst | 22 boot loader and the kernel. setup.S made relocatable, 59 pref_address fields. Added extended boot loader IDs. 86 features to the boot loader. Due to very limited space available in 89 communicate things to the boot loader is the kernel_info. 95 The traditional memory map for the kernel loader, used for Image or 111 | Boot loader | <- Boot sector entry point 0000:7C00 128 low memory touched by the boot loader -- as low as possible, since 131 memory. The boot loader should use the "INT 12h" BIOS call to verify 135 low, there is usually nothing the boot loader can do but to report an 136 error to the user. The boot loader should therefore be designed to [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | systemd-boot.bbclass | 23 install -d ${DEST}/loader 24 install -d ${DEST}/loader/entries 25 install -m 0644 ${SYSTEMD_BOOT_CFG} ${DEST}/loader/loader.conf 27 install -m 0644 ${i} ${DEST}/loader/entries 32 cp -r $iso_dir/loader ${EFIIMGDIR}
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | fit-core.sh | 67 echo " --ini-loader <loader ini file>" 134 …--ini-trust|--ini-loader|--rollback-index-boot|--rollback-index-recovery|--rollback-index-uboot|--… 181 --ini-loader) # Assign loader ini file 185 --spl-new) # Use current build u-boot-spl.bin to pack loader 256 echo "pack loader with new: spl/u-boot-spl.bin" 258 ./make.sh loader ${ARG_INI_LOADER} 363 echo "## pack loader with new: spl/u-boot-spl.bin" 365 ./make.sh loader ${ARG_INI_LOADER} 612 if ls *loader*.bin >/dev/null 2>&1 ; then 613 ${RK_SIGN_TOOL} sl --loader *loader*.bin [all …]
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | binfmt_loader.c | 12 unsigned long loader; in load_binary() local 19 if (bprm->loader) in load_binary() 22 loader = bprm->vma->vm_end - sizeof(void *); in load_binary() 24 file = open_exec("/sbin/loader"); in load_binary() 33 bprm->loader = loader; in load_binary()
|