Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1540536
| From | Afzal Mohammed <afzal.mohd.ma@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 0/2] ARM: v7-A !MMU fixes for fun (&fame) |
| Date | 2016-12-12 19:50 +0100 |
| Message-ID | <sNDPH-7Pk-3@gated-at.bofh.it> (permalink) |
| References | <sNccN-83l-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi, On Sun, Dec 11, 2016 at 06:40:28PM +0530, Afzal Mohammed wrote: > Kernel reached the stage of invoking user space init & panicked, though > it could not reach till prompt for want of user space executables > > So far i have not come across a toolchain (or a way to create toolchain) > to create !MMU user space executables for Cortex-A. Now able to reach prompt using buildroot initramfs, Thanks to Peter Korsgaard for suggesting the way to create user space executables for !MMU Cortex-A. > multi_v7_defconfig was used & all platforms except TI OMAP/AM/DM/DRA & > Freescale i.MX family was deselected. ARM_MPU option was disabled as > Vladimir had given an early warning. DRAM_BASE was set to 0x80000000. > During the course of bringup, futex was causing issues, hence FUTEX was > removed. L1 & L2 caches were disabled in config. High vectors were > disabled & vectors were made to remap to base of RAM. An additional OMAP > specific change to avoid one ioremap was also required. For the sake of completeness, SMP was disabled & flat binary support enabled in Kernel. Regards afzal
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/2] ARM: v7-A !MMU fixes for fun (&fame) Afzal Mohammed <afzal.mohd.ma@gmail.com> - 2016-12-11 14:20 +0100
[PATCH 1/2] ARM: nommu: allow enabling REMAP_VECTORS_TO_RAM Afzal Mohammed <afzal.mohd.ma@gmail.com> - 2016-12-11 14:20 +0100
Re: [PATCH 1/2] ARM: nommu: allow enabling REMAP_VECTORS_TO_RAM Vladimir Murzin <vladimir.murzin@arm.com> - 2016-12-13 10:20 +0100
Re: [PATCH 0/2] ARM: v7-A !MMU fixes for fun (&fame) Afzal Mohammed <afzal.mohd.ma@gmail.com> - 2016-12-12 19:50 +0100
Re: [PATCH 0/2] ARM: v7-A !MMU fixes for fun (&fame) Peter Korsgaard <peter@korsgaard.com> - 2016-12-12 21:50 +0100
csiph-web