mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
When booting from EFI BIOS, VxWorks bootloader stores the EFI GOP framebuffer info at a pre-defined offset @ 0x6100. When VxWorks kernel boots up, its EFI console driver tries to find such a block and if the signature matches, the framebuffer information will be used to initialize the driver. However it is not necessary to prepare an EFI environment for VxWorks's EFI console driver to function (eg: EFI loader in U-Boot). If U-Boot has already initialized the graphics card and set it to a VESA mode that is compatible with EFI GOP, we can simply prepare such a block for VxWorks. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> |
||
|---|---|---|
| .. | ||
| fastboot | ||
| mvebu | ||
| ti | ||
| x86 | ||
| .gitignore | ||
| aes.c | ||
| armflash.c | ||
| bdinfo.c | ||
| bedbug.c | ||
| binop.c | ||
| blk_common.c | ||
| blkcache.c | ||
| blob.c | ||
| bmp.c | ||
| boot.c | ||
| bootefi.c | ||
| booti.c | ||
| bootm.c | ||
| bootmenu.c | ||
| bootstage.c | ||
| bootz.c | ||
| btrfs.c | ||
| cache.c | ||
| cbfs.c | ||
| clk.c | ||
| config.c | ||
| console.c | ||
| cpu.c | ||
| cramfs.c | ||
| cros_ec.c | ||
| dataflash_mmc_mux.c | ||
| date.c | ||
| demo.c | ||
| dfu.c | ||
| diag.c | ||
| disk.c | ||
| display.c | ||
| echo.c | ||
| eeprom.c | ||
| efi.c | ||
| elf.c | ||
| ethsw.c | ||
| exit.c | ||
| ext2.c | ||
| ext4.c | ||
| fastboot.c | ||
| fat.c | ||
| fdc.c | ||
| fdt.c | ||
| fitupd.c | ||
| flash.c | ||
| fpga.c | ||
| fpgad.c | ||
| fs.c | ||
| fs_uuid.c | ||
| fuse.c | ||
| gettime.c | ||
| gpio.c | ||
| gpt.c | ||
| hash.c | ||
| help.c | ||
| host.c | ||
| i2c.c | ||
| ide.c | ||
| ini.c | ||
| io.c | ||
| iotrace.c | ||
| irq.c | ||
| itest.c | ||
| jffs2.c | ||
| Kconfig | ||
| led.c | ||
| legacy_led.c | ||
| license.c | ||
| load.c | ||
| log.c | ||
| lzmadec.c | ||
| mac.c | ||
| Makefile | ||
| md5sum.c | ||
| mdio.c | ||
| mem.c | ||
| mfsl.c | ||
| mii.c | ||
| misc.c | ||
| mmc.c | ||
| mmc_spi.c | ||
| mp.c | ||
| mtdparts.c | ||
| nand.c | ||
| net.c | ||
| nvedit.c | ||
| nvme.c | ||
| onenand.c | ||
| part.c | ||
| pci.c | ||
| pcmcia.c | ||
| pmic.c | ||
| pxe.c | ||
| qfw.c | ||
| read.c | ||
| reginfo.c | ||
| regulator.c | ||
| reiser.c | ||
| remoteproc.c | ||
| rockusb.c | ||
| sata.c | ||
| scsi.c | ||
| setexpr.c | ||
| sf.c | ||
| sha1sum.c | ||
| sound.c | ||
| source.c | ||
| spi.c | ||
| spl.c | ||
| strings.c | ||
| terminal.c | ||
| test.c | ||
| thordown.c | ||
| time.c | ||
| tpm.c | ||
| tpm_test.c | ||
| trace.c | ||
| tsi148.c | ||
| ubi.c | ||
| ubifs.c | ||
| universe.c | ||
| unzip.c | ||
| usb.c | ||
| usb_gadget_sdp.c | ||
| usb_mass_storage.c | ||
| version.c | ||
| ximg.c | ||
| yaffs2.c | ||
| zfs.c | ||
| zip.c | ||