summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Expand)AuthorFilesLines
2007-02-02README: Small fixupsTobias Klauser1-4/+4
2007-01-10README: Mention compilerTobias Klauser1-0/+1
2007-01-05README: Add section about building and installing inotailTobias Klauser1-0/+16
2006-11-15Minor documentation changesTobias Klauser1-3/+4
2006-10-21Unify wording all over the treeTobias Klauser1-1/+1
2006-09-26Add notice about inotify.h and inotify-syscalls.h to License sectionTobias Klauser1-0/+4
2006-09-20Update READMETobias Klauser1-7/+10
2006-08-23Fix up doccoTobias Klauser1-2/+2
2006-08-12Add README and LICENSE filesTobias Klauser1-0/+21
ew/Kconfig?id=5420b4b156179ec634d9e42279b6898b85852960&id2=ca5b21fa6ec61cdf8906265141a9f15169d2808b'>diff)
ARM: realview: add an DT SMP boot method
This adds an SMP boot method for the ARM RealView reference designs. We also select HAVE_SMP by default and make it use SMP_ON_UP so we only need to support one single kernel across the RealView reference designs when using DT. The RealViews need to have the SCU (Snoop Control Unit) activated on boot, and this is now done by looking up its address from the device tree and initializing it and counting the available cores. The RealViews boot by using a magic address register in the system controller (SYS_FLAGS) to store the boot address, the ROM will then read this register to the PC when the CPUs are taken out of WFI. This code uses a handle to the syscon regmap to access this register. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-realview/Kconfig')