/u-boot/arch/x86/lib/ |
A D | acpi_s3.c | 16 static void asmlinkage (*acpi_do_wakeup)(void *vector) = (void *)WAKEUP_BASE; 18 static void acpi_jump_to_wakeup(void *vector) in acpi_jump_to_wakeup() argument 23 printf("Jumping to OS waking vector %p\n", vector); in acpi_jump_to_wakeup() 24 acpi_do_wakeup(vector); in acpi_jump_to_wakeup()
|
A D | bios.h | 68 uint32_t vector; member
|
A D | bios.c | 71 .vector = M.x86.intno, in int_exception_handler() 79 debug("Oops, exception %d while executing option rom\n", regs->vector); in int_exception_handler()
|
/u-boot/arch/m68k/lib/ |
A D | traps.c | 23 printf ("Vector Number: %d Format: %02x Fault Status: %01x\n\n", (fp->vector & 0x3fc) >> 2, in show_frame() 24 fp->format, (fp->vector & 0x3) | ((fp->vector & 0xc00) >> 8)); in show_frame()
|
A D | interrupts.c | 91 vec = (fp->vector >> 2) & 0xff; in int_handler()
|
/u-boot/include/ |
A D | android_bootloader_message.h | 217 bool write_bootloader_message(const std::vector<std::string>& options, std::string* err); 221 bool write_bootloader_message_to(const std::vector<std::string>& options, 226 bool update_bootloader_message(const std::vector<std::string>& options, std::string* err); 231 const std::vector<std::string>& options);
|
/u-boot/board/nvidia/nyan-big/ |
A D | nyan-big.c | 41 static const int vector[] = {TEGRA_GPIO(Q, 3), TEGRA_GPIO(T, 1), in tegra_board_id() local 45 gpio_claim_vector(vector, "board_id%d"); in tegra_board_id() 46 return gpio_get_values_as_int(vector); in tegra_board_id()
|
/u-boot/drivers/ddr/marvell/a38x/ |
A D | ddr3_training_bist.c | 246 u8 *vector; member 256 static int interval_init(u8 *vector, u8 lendpnt, u8 rendpnt, in interval_init() argument 264 if (vector == NULL) { in interval_init() 268 intrvl->vector = vector; in interval_init() 320 if (intrvl->vector[curr] == PASS) in interval_proc() 342 if (intrvl->vector[curr % intrvl->size] == PASS) { /* pass at rmarker */ in interval_proc() 349 (intrvl->vector[curr % intrvl->size] == PASS)) in interval_proc() 364 (intrvl->vector[curr % intrvl->size] == FAIL)) in interval_proc() 381 (intrvl->vector[curr % intrvl->size] == PASS)) in interval_proc()
|
/u-boot/arch/m68k/include/asm/ |
A D | ptrace.h | 30 unsigned vector:12; /* vector offset */ member
|
/u-boot/arch/mips/ |
A D | Kconfig | 275 CPU reset exception vector (e.g. U-Boot as ROM loader in Qemu, 355 bool "Restore exception vector base before booting linux kernel" 358 In U-Boot the exception vector base will be moved to top of memory, 361 A modified exception vector base will cause kernel crash. 363 This option will restore the exception vector base to its previous 369 bool "Override the exception vector base to be restored" 373 Enable this option if you want to use a different exception vector 377 hex "New exception vector base" 382 The exception vector base to be restored before booting linux kernel
|
/u-boot/arch/arm/mach-tegra/ |
A D | psci.S | 46 @ lock reset vector for non-secure
|
/u-boot/drivers/gpio/ |
A D | gpio-uclass.c | 918 unsigned vector = 0; in gpio_get_values_as_int() local 927 vector |= bitmask; in gpio_get_values_as_int() 931 return vector; in gpio_get_values_as_int() 937 unsigned vector = 0; in dm_gpio_get_values_as_int() local 945 vector |= bitmask; in dm_gpio_get_values_as_int() 949 return vector; in dm_gpio_get_values_as_int()
|
/u-boot/doc/ |
A D | README.mpc85xx | 9 exception vector (IVPR + IVOR15). 13 mapping to a valid opcode at the debug exception vector, even if we normally
|
A D | README.atmel_pmecc | 48 The mkimage image type atmelimage also set the 6'th interrupt vector to the
|
/u-boot/board/freescale/p1_p2_rdb_pc/ |
A D | README | 59 3. CONFIG_MPC85XX_HAVE_RESET_VECTOR if reset vector is located at
|
/u-boot/doc/board/intel/ |
A D | slimbootloader.rst | 15 architecture to cover from reset vector to OS booting and it consumes 18 * Stage1A: Reset vector, CAR init with FSP-T
|
/u-boot/arch/xtensa/cpu/ |
A D | u-boot.lds | 18 * The reset vector is usually near the base of SYSROM and has room
|
/u-boot/board/freescale/p2041rdb/ |
A D | README | 100 3. CONFIG_MPC85XX_HAVE_RESET_VECTOR if reset vector is located at
|
/u-boot/doc/board/toradex/ |
A D | colibri_imx7.rst | 31 * **Image vector table** (IVT) for BootROM
|
/u-boot/drivers/tpm/ |
A D | tpm_tis_lpc.c | 44 u8 vector; member
|
/u-boot/doc/arch/ |
A D | m68k.rst | 97 initial vector table and basic processor initialization will not
|
/u-boot/doc/imx/habv4/guides/ |
A D | mx6_mx7_spl_secure_boot.txt | 29 access to the HAB APIs exposed by the ROM vector table, the support is
|
/u-boot/board/cadence/xtfpga/ |
A D | README | 58 reset vector resides) to either SRAM (off, 0, down) or Flash
|
/u-boot/arch/arm/cpu/armv8/ |
A D | Kconfig | 8 The default exception vector table is only used for the crash
|
/u-boot/arch/nds32/cpu/n1213/ |
A D | start.S | 33 #define EIT_IVB $ir3 ! intr vector base address
|