u-boot-2016/cmd
Bin Meng 447ae4f7ad bootvx: x86: Make VxWorks EFI console driver happy
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>
2018-04-16 22:38:52 +08:00
..
fastboot cmd: fastboot: Kconfig: solve config issue 2018-02-21 20:28:15 +01:00
mvebu mmc: add a Kconfig option to enable the support for MMC write operations 2018-01-12 18:11:24 +09:00
ti cmd: ti: Generalize cmd_ddr3 command 2018-01-19 15:49:26 -05:00
x86 x86: Move commands from under arch/x86 to cmd/x86/ 2018-01-08 16:52:22 +08:00
.gitignore
aes.c aes: Allow non-zero initialization vector 2018-01-29 12:50:13 -05:00
armflash.c
bdinfo.c powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xx 2018-04-06 16:30:37 -04:00
bedbug.c
binop.c cmd: Add command for calculating binary operations 2018-04-06 20:45:44 -04:00
blk_common.c Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig 2018-02-08 19:09:03 -05:00
blkcache.c
blob.c
bmp.c
boot.c
bootefi.c Revert "Kconfig: cmd: Make networking command dependent on NET" 2018-04-13 15:48:34 -05:00
booti.c cmd: booti: fix invalid image address in debug message 2018-02-13 23:24:22 -05:00
bootm.c
bootmenu.c
bootstage.c
bootz.c
btrfs.c
cache.c
cbfs.c cmd: cbfs: fix reading the end_of_rom pointer for 64bit archs 2018-03-31 16:00:03 +08:00
clk.c
config.c
console.c
cpu.c
cramfs.c
cros_ec.c
dataflash_mmc_mux.c
date.c
demo.c sandbox: Add 64-bit sandbox 2018-02-18 15:53:48 -07:00
dfu.c dfu: Rename _FUNCTION_DFU to DFU_OVER_ 2018-02-21 20:28:15 +01:00
diag.c
disk.c
display.c
echo.c
eeprom.c
efi.c
elf.c bootvx: x86: Make VxWorks EFI console driver happy 2018-04-16 22:38:52 +08:00
ethsw.c net: Move enetaddr env access code to env config instead of net config 2018-04-08 23:00:58 -04:00
exit.c
ext2.c
ext4.c
fastboot.c
fat.c
fdc.c
fdt.c libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
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 cmd: i2c: Fix use sdram sub command with CONFIG_DM_I2C 2017-12-07 09:29:35 +01:00
ide.c
ini.c
io.c
iotrace.c
irq.c
itest.c
jffs2.c mtd: nand: Rename nand.h into rawnand.h 2017-12-04 22:00:00 +09:00
Kconfig net: Make the BOOTP options default 2018-04-13 15:48:25 -05:00
led.c
legacy_led.c
license.c
load.c
log.c log: Add a command to output a log record 2018-02-03 10:09:27 -07:00
lzmadec.c
mac.c
Makefile cmd: Add command for calculating binary operations 2018-04-06 20:45:44 -04:00
md5sum.c
mdio.c cmd: mdio: Fix style violations 2018-02-26 15:47:43 -06:00
mem.c
mfsl.c
mii.c
misc.c
mmc.c mmc: remove hc_wp_grp_size from struct mmc if not needed 2018-01-12 18:11:24 +09:00
mmc_spi.c
mp.c
mtdparts.c mtdparts: Correct use of debug() 2017-12-07 15:17:00 -05:00
nand.c
net.c net: Make CMD_NET a menuconfig 2018-04-13 15:47:57 -05:00
nvedit.c net: Move enetaddr env access code to env config instead of net config 2018-04-08 23:00:58 -04:00
nvme.c
onenand.c
part.c cmd: part: Extract common code to separate function 2018-03-13 21:59:27 -04:00
pci.c
pcmcia.c
pmic.c cmd: pmic: update help description 2018-01-19 15:49:29 -05:00
pxe.c
qfw.c
read.c
reginfo.c
regulator.c
reiser.c
remoteproc.c
rockusb.c usb: rockchip: add rockusb command 2018-01-10 11:11:06 +01:00
sata.c
scsi.c
setexpr.c
sf.c cmd: sf: fix map_physmem check 2018-03-22 13:25:20 -04:00
sha1sum.c
sound.c
source.c
spi.c
spl.c libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
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: gadget: sdp: add missing line breaks 2018-02-21 20:28:15 +01:00
usb_mass_storage.c
version.c
ximg.c cmd: ximg: Respect cache line size for flushing 2018-04-06 20:45:44 -04:00
yaffs2.c
zfs.c
zip.c