From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cao Jie Date: Thu, 4 May 2017 14:52:30 +0800 Subject: [U-Boot] [ U-Boot ] armv8/start.S : what's the difference between CONFIG_ARMV8_SPIN_TABLE and CONFIG_ARMV8_MULTIENTRY Message-ID: <001901d2c4a2$ffbe18c0$ff3a4a40$@com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi all I am new to armv8's uboot and when I research codes about armv8/start.S I'm confused by two option: CONFIG_ARMV8_SPIN_TABLE and CONFIG_ARMV8_MULTIENTRY Both option have the same function which cause slave CPUS to enter standby mode, so why we have the two option for this case? What's the difference between them? Any feedback would be appreciate. Thanks, Jay