diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-01-20 18:04:43 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-28 14:04:38 -0500 |
commit | 65f321966177895ecdd2bdd21f3770f1746a9f8b (patch) | |
tree | a6df4564f8bbac1adca4a96d4a175e0cc51e1cd4 /cmd/version.c | |
parent | ab38bf6a3909bc773cbeec7b3997ba4686e6f93e (diff) | |
download | u-boot-imx-65f321966177895ecdd2bdd21f3770f1746a9f8b.zip u-boot-imx-65f321966177895ecdd2bdd21f3770f1746a9f8b.tar.gz u-boot-imx-65f321966177895ecdd2bdd21f3770f1746a9f8b.tar.bz2 |
arm64: spin-table: add more information in Kconfig help
This feature seems to be sometimes misunderstood. The intention is:
[1] Bring the slaves into the U-Boot proper image, not SPL (unless
you have a special reason to do otherwise).
[2] The operation must be done in a board (SoC) specific manner
since how to wake the slaves from the Boot ROM is SoC specific.
[3] The slaves must enter U-Boot proper after U-Boot relocates
itself because the "cpu-release-addr" property points to the
relocated memory area.
[2] is already explained in the help. We can make [1] even clearer
by mentioning "U-Boot proper" instead of "U-Boot". [3] is missing,
so I am adding it to the list. Instead, "before the master CPU
jumps to the kernel" is a matter of course, so removed.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'cmd/version.c')
0 files changed, 0 insertions, 0 deletions