Home
last modified time | relevance | path

Searched refs:INITRD_SIZE (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/docs/plat/arm/fvp/
H A Dfvp-build-options.rst50 - ``INITRD_SIZE`` : Enable the insertion of initrd properties to the device
55 alternative to ``INITRD_SIZE``. ``INITRD_SIZE`` takes precedence over
H A Dfvp-specific-configs.rst91 INITRD_SIZE=0x8000000 \
94 The options ``INITRD_SIZE`` or ``INITRD_PATH`` triggers the insertion of initrd
103 INITRD_SIZE: Set the initrd size in dec or hex format. Hex format must precede with '0x'.
106 Users can provide either ``INITRD_SIZE`` or ``INITRD_PATH`` to set the initrd
107 size value. ``INITRD_SIZE`` takes prioty over ``INITRD_PATH``.
140 INITRD_SIZE=0x8000000 \
/rk3399_ARM-atf/
H A DMakefile1069 ifneq (${INITRD_SIZE}${INITRD_PATH},)
1074 INITRD_SIZE ?= $(shell printf "0x%x\n" $$(stat -Lc %s $(INITRD_PATH))) macro
1075 initrd_end = $(shell printf "0x%x\n" $$(expr $$(($(INITRD_BASE) + $(INITRD_SIZE)))))