| /rk3399_rockchip-uboot/doc/ |
| H A D | README.video | 32 Example: video-mode=fslfb:1280x1024-32@60,monitor=dvi 43 - monitor=[none|dvi|hdmi|lcd|vga|composite-*] - Select the video output to use 52 Defaults to monitor=dvi. 60 When the monitor and the board power up at the same time, it may take some 61 time for the monitor to assert the HPD signal. This configures how long to 65 - edid=[0|1] - Enable use of DDC + EDID to get monitor info 67 1: Enabled. If valid EDID info was read from the monitor the EDID info will 78 use: "setenv video-mode sunxi:1024x768-24@60,monitor=dvi,hpd=0,edid=1".
|
| H A D | README.qemu-mips | 23 Using u-boot.bin as ROM (replaces Qemu monitor): 133 # qemu-system-mips -M mips -pflash flash -monitor null -nographic -net nic -net user -tftp `pwd` -h… 140 # qemu-system-mips -S -s -M mips -pflash flash -monitor null -nographic -net nic -net user -tftp `p…
|
| H A D | README.m54418twr | 244 version - print monitor, compiler and linker version
|
| /rk3399_rockchip-uboot/drivers/video/sunxi/ |
| H A D | sunxi_display.c | 58 enum sunxi_monitor monitor; member 287 sunxi_display.monitor = sunxi_monitor_dvi; in sunxi_hdmi_edid_get_mode() 294 sunxi_display.monitor = sunxi_monitor_hdmi; in sunxi_hdmi_edid_get_mode() 412 switch (sunxi_display.monitor) { in sunxi_is_composite() 864 if (sunxi_display.monitor == sunxi_monitor_hdmi) 931 switch (sunxi_display.monitor) { 1035 switch (sunxi_display.monitor) { 1113 static const char *sunxi_get_mon_desc(enum sunxi_monitor monitor) argument 1115 switch (monitor) { 1207 sunxi_display.monitor = sunxi_get_default_mon(true); [all …]
|
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/ |
| H A D | lowlevel_init.S | 61 smc 0 @ SMC #0 to enter monitor mode 74 smc 0 @ SMC #0 to enter monitor mode 86 smc 0 @ SMC #0 to enter monitor mode
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv8/ |
| H A D | Kconfig | 44 menu "ARMv8 secure monitor firmware" 46 bool "Enable ARMv8 secure monitor firmware framework support" 50 This framework is aimed at making secure monitor firmware load 58 - The target exception level that secure monitor firmware will 62 bool "Enable ARMv8 secure monitor firmware framework support for SPL" 69 bool "PSCI implementation in secure monitor firmware" 72 This config enables the ARMv8 PSCI implementation in secure monitor 77 bool "ARMv8 secure monitor firmware ERET address byteorder swap"
|
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/omap5/ |
| H A D | sec_entry_cpu1.S | 47 smc 0 @ SMC #0 to enter monitor mode 59 smc 0 @ SMC #0 to enter monitor mode
|
| /rk3399_rockchip-uboot/board/armltd/integrator/ |
| H A D | README | 26 a) Run ARM boot monitor, manually run U-Boot image from flash 27 b) Run ARM boot monitor, automatically run U-Boot image from flash 30 In cases a) and b) the ARM boot monitor will have configured the CM and mapped
|
| /rk3399_rockchip-uboot/board/cobra5272/ |
| H A D | README | 86 /* define if monitor is started from a pre-loader */ 125 /*define if monitor is started from a pre-loader */
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/ |
| H A D | nonsec_virt.S | 48 ldr r5, =_psci_vectors @ Switch to the next monitor 91 @ Reset CNTVOFF to 0 before leaving monitor mode
|
| /rk3399_rockchip-uboot/board/boundary/nitrogen6x/ |
| H A D | 6x_bootscript_android.txt | 54 echo "------ no HDMI monitor";
|
| H A D | 6x_bootscript.txt | 9 echo "------ no HDMI monitor";
|
| H A D | 6x_bootscript_android_recovery.txt | 54 echo "------ no HDMI monitor";
|
| /rk3399_rockchip-uboot/arch/arm/mach-imx/ |
| H A D | Kconfig | 62 This enables the 'hdmidet' command which detects if an HDMI monitor
|
| /rk3399_rockchip-uboot/common/ |
| H A D | edid.c | 1736 struct edid_monitor_descriptor *monitor; in edid_get_ranges() local 1743 monitor = &edid->monitor_details.descriptor[i]; in edid_get_ranges() 1744 if (monitor->type == EDID_MONITOR_DESCRIPTOR_RANGE) { in edid_get_ranges() 1745 *hmin = monitor->data.range_data.horizontal_min; in edid_get_ranges() 1746 *hmax = monitor->data.range_data.horizontal_max; in edid_get_ranges() 1747 *vmin = monitor->data.range_data.vertical_min; in edid_get_ranges() 1748 *vmax = monitor->data.range_data.vertical_max; in edid_get_ranges() 2094 static void edid_print_dtd(struct edid_monitor_descriptor *monitor, in edid_print_dtd() argument 2097 unsigned char *bytes = (unsigned char *)monitor; in edid_print_dtd() 2099 (struct edid_detailed_timing *)monitor; in edid_print_dtd() [all …]
|
| /rk3399_rockchip-uboot/arch/arm/mach-uniphier/ |
| H A D | Kconfig | 95 bool "Enable boot mode pins monitor command"
|
| /rk3399_rockchip-uboot/board/freescale/common/ |
| H A D | vid.c | 282 #error Specific voltage monitor must be defined in set_voltage()
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | fb.h | 311 __u8 monitor[14]; /* Monitor String */ member
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3288/ |
| H A D | Kconfig | 18 to the HDMI input of a monitor or TV. It has no internal battery.
|
| /rk3399_rockchip-uboot/board/freescale/m52277evb/ |
| H A D | README | 229 version - print monitor version
|
| /rk3399_rockchip-uboot/board/ti/ks2_evm/ |
| H A D | README | 42 To bring up SMP Linux on this board, there is a boot monitor
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/doc/ |
| H A D | README.soc | 129 - Thermal monitor unit (TMU) with +/- 3C accuracy
|
| /rk3399_rockchip-uboot/board/freescale/m547xevb/ |
| H A D | README | 264 version - print monitor version
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | meson-gx.dtsi | 163 sm: secure-monitor {
|
| H A D | rv1106.dtsi | 199 rockchip_system_monitor: rockchip-system-monitor { 200 compatible = "rockchip,system-monitor";
|