You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Masahiro Yamada
2808576491
arm64: booti: allow to place kernel image anywhere in physical memory
...
At first, the ARM64 Linux booting requirement recommended that the
kernel image be placed text_offset bytes from 2MB aligned base near
the start of usable system RAM because memory below that base address
was unusable at that time.
This requirement was relaxed by Linux commit a7f8de168ace ("arm64:
allow kernel Image to be loaded anywhere in physical memory").
Since then, the bit 3 of the flags field indicates the tolerance
of the kernel physical placement. If this bit is set, the 2MB
aligned base may be anywhere in physical memory. For details, see
Documentation/arm64/booting.txt of Linux.
The booti command should be also relaxed. If the bit 3 is set,
images->ep is respected, and the image is placed at the nearest
bootable location. Otherwise, it is relocated to the start of the
system RAM to keep the original behavior.
Another wrinkle we need to take care of is the unknown endianness of
text_offset for a kernel older than commit a2c1d73b94ed (i.e. v3.16).
We can detect this based on the image_size field. If the field is
zero, just use a fixed offset 0x80000.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
8 years ago
..
fastboot
fastboot: simplify the Kconfig logic
8 years ago
mvebu
arm64: mvebu: Update bubt command MMC block device access
8 years ago
.gitignore
cmd: rework "license" command
8 years ago
Kconfig
cmd: move CONFIG_CMD_UNZIP and CONFIG_CMD_ZIP to Kconfig
8 years ago
Makefile
cmd: rework "license" command
8 years ago
aes.c
…
ambapp.c
…
armflash.c
…
bdinfo.c
x86: bdinfo: Drop meaningless values
9 years ago
bedbug.c
…
blkcache.c
…
blob.c
…
bmp.c
…
boot.c
…
bootefi.c
disk: convert CONFIG_ISO_PARTITION to Kconfig
8 years ago
booti.c
arm64: booti: allow to place kernel image anywhere in physical memory
8 years ago
bootldr.c
…
bootm.c
cmd: bootm: fix build when CONFIG_CMD_IMLS_NAND
8 years ago
bootmenu.c
…
bootstage.c
…
bootz.c
bootz/booti: relocate ramdisk if CONFIG_SYS_BOOT_RAMDISK_HIGH set
8 years ago
cache.c
…
cbfs.c
…
clk.c
…
config.c
cmd: add a new command "config" to show .config contents
8 years ago
console.c
…
cplbinfo.c
…
cpu.c
…
cramfs.c
flash: complete CONFIG_SYS_NO_FLASH move with renaming
8 years ago
cros_ec.c
cmd: crosec: Move cros_ec_decode_region helper to cmd/cros_ec.c
8 years ago
dataflash_mmc_mux.c
…
date.c
…
dcr.c
…
demo.c
…
dfu.c
common: dfu: saperate the dfu common functionality
9 years ago
diag.c
…
disk.c
cmd: Rework disk.c usage
9 years ago
display.c
…
dtt.c
…
echo.c
…
eeprom.c
…
efi.c
…
elf.c
bootm: qnx: Disable data cache before booting QNX image
8 years ago
ethsw.c
…
exit.c
…
ext2.c
…
ext4.c
…
fastboot.c
…
fat.c
cmd/fat: Do not crash on write when <bytes> is not specified
9 years ago
fdc.c
…
fdt.c
cmd/fdt: Make fdt get value endian-safe for single-cell properties
8 years ago
fitupd.c
…
flash.c
flash: complete CONFIG_SYS_NO_FLASH move with renaming
8 years ago
fpga.c
fpga: Use enum for bitstream command types
8 years ago
fpgad.c
…
fs.c
…
fs_uuid.c
…
fuse.c
treewide: replace #include <asm/errno.h> with <linux/errno.h>
9 years ago
gettime.c
…
gpio.c
…
gpt.c
cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT
8 years ago
hash.c
…
help.c
…
host.c
cmd/host: add missing \n in help text
8 years ago
i2c.c
…
ide.c
status_led: Kconfig migration
8 years ago
immap.c
…
ini.c
…
io.c
…
iotrace.c
…
irq.c
…
itest.c
…
jffs2.c
…
ldrinfo.c
…
led.c
status_led: Kconfig migration
8 years ago
license.c
cmd: rework "license" command
8 years ago
load.c
flash: complete CONFIG_SYS_NO_FLASH move with renaming
8 years ago
log.c
…
lzmadec.c
…
mac.c
…
md5sum.c
…
mdio.c
common: miiphyutil: Work and report phy address in hex in mdio cmd
8 years ago
mem.c
flash: complete CONFIG_SYS_NO_FLASH move with renaming
8 years ago
mfsl.c
…
mii.c
…
misc.c
…
mmc.c
mmc: add bkops-enable command
8 years ago
mmc_spi.c
…
mp.c
…
mtdparts.c
…
nand.c
nand: Fix some more NULL name tests
9 years ago
net.c
cmd: net: fix function name in comment
8 years ago
nvedit.c
Various, accumulated typos collected from around the tree.
9 years ago
onenand.c
cmd/onenand.c: block align warning
9 years ago
otp.c
…
part.c
cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT
8 years ago
pci.c
cmd: pci: add option to parse and display BAR information
8 years ago
pcmcia.c
…
pmic.c
…
portio.c
…
pxe.c
pxe: Fix pxe boot with FIT image
9 years ago
qfw.c
…
read.c
…
reginfo.c
…
regulator.c
power: regulator: Introduce regulator_set_value_force function
8 years ago
reiser.c
disk: convert CONFIG_DOS_PARTITION to Kconfig
8 years ago
remoteproc.c
…
sata.c
cmd: sata: fix init command return value
8 years ago
scsi.c
cmd: scsi: Make private functions static
8 years ago
setexpr.c
…
sf.c
sf: fix sf probe
9 years ago
sha1sum.c
…
softswitch.c
…
sound.c
…
source.c
…
spi.c
…
spibootldr.c
…
spl.c
…
strings.c
…
terminal.c
…
test.c
…
thordown.c
…
time.c
…
tpm.c
lib: tpm: Add command to flush resources
8 years ago
tpm_test.c
cmd/tpm_test: Fix misleading code indentation
8 years ago
trace.c
…
tsi148.c
…
ubi.c
cmd: ubi: allow '-' to specify maximum volume size
8 years ago
ubifs.c
…
universe.c
…
unzip.c
…
usb.c
usb: storage: Show number of storage devices detected for DM_USB
8 years ago
usb_mass_storage.c
…
version.c
…
ximg.c
…
yaffs2.c
…
zfs.c
disk: convert CONFIG_EFI_PARTITION to Kconfig
8 years ago
zip.c
…