Home
last modified time | relevance | path

Searched refs:boot_source (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/arch/arm/mach-sunxi/
Dboard.c215 int boot_source; in sunxi_get_boot_device() local
236 boot_source = readb(SPL_ADDR + 0x28); in sunxi_get_boot_device()
237 switch (boot_source) { in sunxi_get_boot_device()
248 panic("Unknown boot source %d\n", boot_source); in sunxi_get_boot_device()
/external/autotest/server/site_tests/platform_ServoPowerStateController/
Dplatform_ServoPowerStateController.py139 boot_source = ('USB' if boot_from_usb else
142 ('rec' if rec_on else 'on', boot_source))
/external/u-boot/board/samsung/smdk5420/
Dsmdk5420_spl.c34 .boot_source = BOOT_MODE_OM,
/external/u-boot/board/samsung/smdk5250/
Dsmdk5250_spl.c34 .boot_source = BOOT_MODE_OM,
/external/u-boot/board/samsung/arndale/
Darndale_spl.c32 .boot_source = BOOT_MODE_OM,
/external/u-boot/arch/arm/mach-exynos/include/mach/
Dspl.h51 unsigned boot_source; /* Boot device */ member