Home
last modified time | relevance | path

Searched refs:SPL (Results 1 – 25 of 219) sorted by relevance

123456789

/external/libunwind/tests/
DGia64-test-rbs.c71 #define SPL(n) rbs_spill_##n macro
74 SPL(2), SPL(3), SPL(4), SPL(5), SPL(6), SPL(7),
75 SPL(8), SPL(9), SPL(10), SPL(11), SPL(12), SPL(13), SPL(14), SPL(15),
76 SPL(16), SPL(17), SPL(18), SPL(19), SPL(20), SPL(21), SPL(22), SPL(23),
77 SPL(24), SPL(25), SPL(26), SPL(27), SPL(28), SPL(29), SPL(30), SPL(31),
78 SPL(32), SPL(33), SPL(34), SPL(35), SPL(36), SPL(37), SPL(38), SPL(39),
79 SPL(40), SPL(41), SPL(42), SPL(43), SPL(44), SPL(45), SPL(46), SPL(47),
80 SPL(48), SPL(49), SPL(50), SPL(51), SPL(52), SPL(53), SPL(54), SPL(55),
81 SPL(56), SPL(57), SPL(58), SPL(59), SPL(60), SPL(61), SPL(62), SPL(63),
82 SPL(64), SPL(65), SPL(66), SPL(67), SPL(68), SPL(69), SPL(70), SPL(71),
[all …]
/external/llvm/test/CodeGen/NVPTX/
Dlocal-stack-frame.ll6 ; PTX32: mov.u32 %SPL, __local_depot{{[0-9]+}};
7 ; PTX32: cvta.local.u32 %SP, %SPL;
10 ; PTX64: mov.u64 %SPL, __local_depot{{[0-9]+}};
11 ; PTX64: cvta.local.u64 %SP, %SPL;
20 ; PTX32: mov.u32 %SPL, __local_depot{{[0-9]+}};
21 ; PTX32: cvta.local.u32 %SP, %SPL;
23 ; PTX32: add.u32 %r[[SP_REG:[0-9]+]], %SPL, 0;
25 ; PTX64: mov.u64 %SPL, __local_depot{{[0-9]+}};
26 ; PTX64: cvta.local.u64 %SP, %SPL;
28 ; PTX64: add.u64 %rd[[SP_REG:[0-9]+]], %SPL, 0;
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/
Dlocal-stack-frame.ll6 ; PTX32: mov.u32 %SPL, __local_depot{{[0-9]+}};
7 ; PTX32: cvta.local.u32 %SP, %SPL;
10 ; PTX64: mov.u64 %SPL, __local_depot{{[0-9]+}};
11 ; PTX64: cvta.local.u64 %SP, %SPL;
20 ; PTX32: mov.u32 %SPL, __local_depot{{[0-9]+}};
21 ; PTX32: cvta.local.u32 %SP, %SPL;
23 ; PTX32: add.u32 %r[[SP_REG:[0-9]+]], %SPL, 0;
25 ; PTX64: mov.u64 %SPL, __local_depot{{[0-9]+}};
26 ; PTX64: cvta.local.u64 %SP, %SPL;
28 ; PTX64: add.u64 %rd[[SP_REG:[0-9]+]], %SPL, 0;
[all …]
/external/u-boot/common/spl/
DKconfig1 menu "SPL / TPL"
12 config SPL config
15 prompt "Enable SPL"
17 If you want to build SPL as well as the normal image, say Y.
20 bool "Support SPL based upon the common SPL framework"
21 depends on SPL
24 Enable the SPL framework under common/spl/. This framework
28 if SPL
31 string "Linker script for the SPL stage"
34 The SPL stage will usually require a different linker-script
[all …]
/external/u-boot/doc/SPL/
DREADME.omap31 Overview of SPL on OMAP3 devices
7 This document provides an overview of how SPL functions on OMAP3 (and related
14 one has been used successfully to load SPL this information is stored in memory
24 Note that the size of the SPL text rodata and data is enforced with a CONFIG
25 option and growing over that size results in a link error. The SPL stack
28 SPL text, data and rodata is considered the safe stack area. Details on
35 Option 1 (SPL only):
36 0x40200800 - 0x4020BBFF: Area for SPL text, data and rodata
37 0x4020E000 - 0x4020FFFC: Area for the SPL stack.
38 0x80000000 - 0x8007FFFF: Area for the SPL BSS.
[all …]
DREADME.spl-secure-boot1 Overview of SPL verified boot on powerpc/mpc85xx & arm/layerscape platforms
7 This document provides an overview of how SPL verified boot works on powerpc/
13 The SPL image is responsible for loading the next stage boot loader, which is
15 SPL image, so to continue chain of trust SPL image verifies U-boot image using
DREADME.am335x-network9 1. You have to enable generic SPL configuration options (see
10 doc/README.SPL) as well as CONFIG_SPL_NET_SUPPORT,
13 SPL with support for booting over the network. Also you have to enable
16 If you want SPL to use some Vendor Class Identifier (VCI) you can set
43 to use. IMPORTANT! Both RBL and SPL use the image filename provided
45 raw SPL image -- u-boot-spl-restore.bin while SPL needs main U-Boot
47 provide different image filenames to RBL and SPL (and possibly another
50 and you can set VCI used by SPL with CONFIG_SPL_NET_VCI_STRING option,
62 } elsif substring (option vendor-class-identifier, 0, 17) = "AM335x U-Boot SPL" {
/external/u-boot/doc/
DREADME.multi-dtb-fit3 The purpose of this feature is to enable U-Boot or the SPL to select its DTB
5 It comes in two flavors: U-Boot (CONFIG_MULTI_DTB_FIT) and SPL
9 Usually the DTB is selected by the SPL and passed down to U-Boot. But some
10 platforms don't use the SPL. In this case MULTI_DTB_FIT can used to provide
16 The selection is done using board_fit_config_name_match() (same as what the SPL
20 SPL flavor:
21 the SPL uses only a small subset of the DTB and it usually depends more
23 SPL that doesn't exactly match the board. There are howerver some cases
25 boards (or board revisions) with the same SPL binary, SPL_MULTI_DTB_FIT
29 that SPL can locate it and select the correct DTB from inside the FIT.
[all …]
DREADME.SPL1 Generic SPL framework
7 To unify all existing implementations for a secondary program loader (SPL)
8 and to allow simply adding of new implementations this generic SPL framework
16 The object files for SPL are built separately and placed in the "spl" directory.
20 A config option named CONFIG_SPL_BUILD is enabled by Kconfig for SPL.
21 Source files can therefore be compiled for SPL with different settings.
38 The building of SPL images can be enabled by CONFIG_SPL option in Kconfig.
40 Because SPL images normally have a different text base, one has to be
44 To support generic U-Boot libraries and drivers in the SPL binary one can
73 When building SPL with DEBUG set you may also need to set CONFIG_PANIC_HANG
[all …]
DREADME.TPL9 Due to the SPL on some boards(powerpc mpc85xx) has a size limit and cannot
12 SPL. It loads the final uboot image into DDR, then jump to it to begin
16 Keep consistent with SPL, with this framework almost all source files for a
23 Makefile is shared by SPL and TPL.
25 The object files are built separately for SPL/TPL and placed in the
32 The SPL options are shared by SPL and TPL, the board config file should
33 determine which SPL options to choose based on whether CONFIG_TPL_BUILD
DREADME.falcon13 Falcon Mode relies on the SPL framework. In fact, to make booting faster,
14 U-Boot is split into two parts: the SPL (Secondary Program Loader) and U-Boot
15 image. In most implementations, SPL is used to start U-Boot when booting from
16 a mass storage, such as NAND or SD-Card. SPL has now support for other media,
18 required initialization. SPL mainly initializes the RAM controller, and then
22 from SPL. A new command is added to U-Boot to prepare the parameters that SPL
28 With Falcon Mode, this snapshot can be saved into persistent storage and SPL is
43 3. Boot the board into Falcon Mode. SPL will load the kernel and copy
48 It is required to implement a custom mechanism to select if SPL loads U-Boot
52 reading a character from the SPL console if CONFIG_SPL_CONSOLE is set.
[all …]
/external/u-boot/arch/arm/mach-imx/mx6/
DKconfig77 select SPL_DM if SPL
78 select SPL_OF_CONTROL if SPL
79 select SPL_SEPARATE_BSS if SPL
80 select SPL_PINCTRL if SPL
90 depends on SPL
236 select SPL
238 select SPL_DM if SPL
239 select SPL_OF_LIBFDT if SPL
240 select SPL_OF_CONTROL if SPL
241 select SPL_PINCTRL if SPL
[all …]
/external/u-boot/board/freescale/mx6sabresd/
DREADME10 3. Booting via Falcon mode (SPL launches the kernel directly)
13 1. Booting from SD card via SPL
24 This will generate the SPL and u-boot.img binaries.
26 - Flash the SPL binary into the SD card:
28 $ sudo dd if=SPL of=/dev/sdX bs=1K seek=1 && sync
42 This will generate the SPL and u-boot.img binaries.
54 - Flash SPL and u-boot.img binaries into the eMMC:
56 $ sudo dd if=SPL of=/dev/sdX bs=1K seek=1 && sync
68 This will generate the SPL image called SPL and the u-boot.img.
70 - Flash the SPL image into the SD card:
[all …]
/external/u-boot/disk/
DKconfig7 select SPL_SPRINTF if SPL
9 select SPL_STRTO if SPL
34 bool "Enable Apple's MacOS partition table for SPL"
35 depends on SPL && PARTITIONS
47 bool "Enable MS Dos partition table for SPL"
48 depends on SPL && PARTITIONS
58 bool "Enable ISO partition table for SPL"
59 depends on SPL && PARTITIONS
69 bool "Enable AMIGA partition table for SPL"
70 depends on SPL && PARTITIONS
[all …]
/external/u-boot/arch/arm/mach-rockchip/
DKconfig7 select SPL
28 select SPL_BOARD_INIT if SPL
30 select SPL
51 select SPL
63 select SPL_BOARD_INIT if SPL
65 select SPL
100 select TPL_NEEDS_SEPARATE_TEXT_BASE if SPL
137 select SPL
160 bool "SPL returns to bootrom"
163 depends on SPL
[all …]
/external/u-boot/board/freescale/mx6sabreauto/
DREADME12 This will generate the SPL and u-boot.img binaries.
14 - Flash the SPL binary into the SD card:
16 $ sudo dd if=SPL of=/dev/sdX bs=1K seek=1 && sync
35 This will generate the SPL image called SPL and the u-boot.img.
37 - Flash the SPL image into the SD card:
39 $ sudo dd if=SPL of=/dev/sdb bs=1K seek=1 && sync
82 - Restart the board and then SPL binary will launch the kernel directly.
/external/u-boot/configs/
Dpengwyn_defconfig24 CONFIG_SPL_NET_VCI_STRING="AM335x U-Boot SPL"
45 CONFIG_MTDPARTS_DEFAULT="mtdparts=omap2-nand.0:512k(SPL),512k(SPL.backup1),512k(SPL.backup2),512k(S…
Dam43xx_evm_ethboot_defconfig14 CONFIG_SPL_NET_VCI_STRING="AM43xx U-Boot SPL"
35 …MTDPARTS_DEFAULT="mtdparts=nand.0:256k(NAND.SPL),256k(NAND.SPL.backup1),256k(NAND.SPL.backup2),256…
Dam335x_evm_usbspl_defconfig17 CONFIG_SPL_NET_VCI_STRING="AM335x U-Boot SPL"
29 …MTDPARTS_DEFAULT="mtdparts=nand.0:128k(NAND.SPL),128k(NAND.SPL.backup1),128k(NAND.SPL.backup2),128…
Dam43xx_hs_evm_defconfig25 CONFIG_SPL_NET_VCI_STRING="AM43xx U-Boot SPL"
35 …MTDPARTS_DEFAULT="mtdparts=nand.0:256k(NAND.SPL),256k(NAND.SPL.backup1),256k(NAND.SPL.backup2),256…
/external/u-boot/board/bticino/mamoj/
DREADME10 This will generate the SPL image called SPL and the u-boot-dtb.img.
29 - Build the BSP and copy SPL, u-boot-dtb.img in imx_usb_loader directory
49 SPL:jump header2
77 - Program SPL
84 # dfu-util -D SPL -a spl
120 Poweroff and Poweron the board and see Linux booting directly after SPL.
/external/u-boot/arch/arm/mach-keystone/
DKconfig9 select SPL_BOARD_INIT if SPL
15 select SPL_BOARD_INIT if SPL
21 select SPL_BOARD_INIT if SPL
28 select SPL_BOARD_INIT if SPL
/external/u-boot/dts/
DKconfig43 bool "Enable run-time configuration via Device Tree in SPL"
44 depends on SPL && OF_CONTROL
48 allow such boards to be supported by U-Boot SPL.
121 or SPL will select the correct DT to use by examining the
142 multiple DTBs but don't use the SPL.
147 bool "Support embedding several DTBs in a FIT image for the SPL"
149 This option provides the SPL with the ability to select its own
151 This allows using the same SPL binary on multiple platforms.
158 string "List of device tree files to include for DT control in SPL"
163 control in the SPL. These will be packaged into a FIT. At run-time,
[all …]
/external/u-boot/board/udoo/
DREADME10 This will generate the SPL image called SPL and the u-boot.img.
12 - Flash the SPL image into the SD card:
14 sudo dd if=SPL of=/dev/mmcblk0 bs=1k seek=1; sync
/external/u-boot/board/solidrun/mx6cuboxi/
DREADME10 This will generate the SPL image called SPL and the u-boot.img.
12 - Flash the SPL image into the SD card:
14 sudo dd if=SPL of=/dev/mmcblk0 bs=1k seek=1; sync

123456789