summaryrefslogtreecommitdiffstats
tag nameomap-for-v3.9/multiplatform-enable-signed (d3a6ac155f4055e8de1b725535d371c8fc9f9565)
tag date2013-01-10 10:48:41 -0800
tagged byTony Lindgren <tony@atomide.com>
tagged objectcommit 173d2b24c8...
downloadlinux-omap-omap-for-v3.9/multiplatform-enable-signed.tar.gz
The last dependency for enabling multiplatform support for omap2+ is now
finally gone with commit 62e4d357 (ARM: 7609/1: disable errata work-arounds which access secure registers) that was preventing booting omap4. Note that make uImage will no longer work properly because of unspecified load address, so uImage needs to be created manually with: $ mkimage -A arm -O linux -T kernel -C none -a 0x80008000 -e 0x80008000 \ -n "Linux" -d zImage-omap2plus uImage-omap2plus You can also boot minimal vexpress configuration using qemu with: $ qemu-system-arm -machine vexpress-a9 -m 1024 -net nic -net user -serial stdio \ -append "console=ttyAMA0,115200n8 rw root=/dev/mmcblk0p2 rootwait" \ -kernel zImage-omap2plus -initrd initrd.img -sd rootfs.img Please note that some custom defconfigs now need to be updated to include the following options: CONFIG_ARCH_MULTIPLATFORM=y CONFIG_ARCH_MULTI_V7=y CONFIG_ARCH_OMAP2PLUS=y And possibly also: CONFIG_ARCH_MULTI_V6=y Updating is needed at least for RMK's minimal allnoconfig files. And if you need DEBUG_LL for earlyprintk, you now have to select the debug port manually with Kconfig. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAABAgAGBQJQ7w/5AAoJEBvUPslcq6Vzxj4QAJ0cy1hevEuK7LWLbgvj6kyO RBSSoEWgKBfbCK8vqn2BU4KFYuX5DkTSF0TLriRsxAHoamzES9ZFVH/JQlbKlH3/ qOWg/uWUyD7x++ptaYncb4TG5zYFsTkARxufP4w3+uqXXGcujX3UZPPnIU2pLUr8 N8rNtenti+lVdQsrznu4Pj6679v0/uXQxwXruSu6wrUzyZ16E+uBGeuUSgv3VyH4 iLa5VFWclyKzxH40RJsd+3CHxwv8TxnHv2JhLCggVJS01opIzj4PeQmD4KrbBuOR rPFO0C9MDq4olHmg0S4ST9pvjPhfiwNpW8X/aG0SPPAbM17E1miD3lrsPGlvw2pT i3+NwDlD3AZGsY2uealNB7kI3gclK+U8UH7l8JM3HZ8oKz6DJV7u3PInjmWhlNDL yCGWL2BfvB0C6PoT1O/dHtJ8791IgQygZKwjlDrW5D+dSDMW8Zp65xY5TaFsIPDs 3czdW1QVF5qb0UWqTKBvrTzMB5NHZwA25/CcNA3pRk7QiZooeXYGsmBwyqIBfwsb 8Hxf8QcoBX0wibcgVbUDxH3n2L6Z+NEieMEF59Q6hKCoGinAZ6+UXbfishwvbcBh KEclVzljyfxiWpZbtVmLAnYQubMF4rcNWI1KojCw2kADblxxJPzWdGE7VZLql7E+ sqzkXz7iM+rxqecIaNS4 =8Ren -----END PGP SIGNATURE-----