u-boot-2016/cmd
Bin Meng 1351700cf2 bootvx: x86: Explicitly clear the bootloader image size
VxWorks bootloader stores its size at a pre-defined offset @ 0x5004.
Later when VxWorks kernel boots up and system memory information is
retrieved from the E820 table, the bootloader size will be subtracted
from the total system memory size to calculate the size of available
memory for the OS.

Explicitly clear the bootloader image size otherwise if memory
at this offset happens to contain some garbage data, the final
available memory size for the kernel is insane.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2018-04-16 16:54:51 +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: Explicitly clear the bootloader image size 2018-04-16 16:54:51 +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
ide.c
ini.c
io.c
iotrace.c
irq.c
itest.c
jffs2.c
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
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