The p2v branch
From: nico@fluxnic.net (Nicolas Pitre)
Date: 2011-02-12 18:32:48
I finally was able to complete this series and test it satisfactorily. This required some hacking to the OMAP UART debugging code so it would stop fighting against me and forcefully collaborate. Now that I've got a PandaBoard I'm getting rather grumpy with some of that code... Some patches touching that area from me are to be expected in the near future. But in the mean time I think you can complete the p2v branch with the following: 3ecf8ba5 ARM: P2V: eliminate head.S use of PHYS_OFFSET for !XIP_KERNEL Reviewed-by: Nicolas Pitre <redacted> 5e8e98cd ARM: P2V: introduce phys_to_virt/virt_to_phys runtime patching Reviewed-by: Nicolas Pitre <redacted> Tested-by: Nicolas Pitre <redacted> 1929d11e ARM: P2V: extend to 16-bit translation offsets Reviewed-by: Nicolas Pitre <redacted> Tested-by: Nicolas Pitre <redacted> (forced it on with non-msm targets for testing) b7a0fbb4 ARM: 6648/1: map ATAGs when not in first 1MB of RAM Acked-by: Nicolas Pitre <redacted> I also have 2 additional patches for this branch to follow: [PATCH 1/2] ARM: ignore mdesc->boot_params if out of range [PATCH 2/2] ARM: P2V: Thumb2 support Nicolas