Re: [U-Boot] Uboot and ARM SMP support

2009-06-25 Thread Sudeep K N
>for arm I've only a theorical design as I've no SMP board for now >but I want to see SMP boot & AMP boot supported in Mainline Could you please provide your idea/theorical design so that we can try out on the real hardware? Regards, Sudeep ___ U-Boot ma

Re: [U-Boot] Uboot and ARM SMP support

2009-06-25 Thread Sudeep K N
Sorry, may be I confused you. I indent to use only one core for u-boot. I wanted to ask whether we need to update the cache management to boot for ARM Cortex A9 SMP if we take ARM Cortex A8 code as base. I have tried and did not require any change on top of A8 code to run u-boot on A9 SMP. Is that

Re: [U-Boot] Uboot and ARM SMP support

2009-06-25 Thread Sudeep K N
>> I have seen the latest Uboot code there is no support for Cortex A9. >> What I would like to know is that can we reuse ARM Cortex A8 code >> for ARM Cortex A9 SMP system as bootloader must run in single core. > Yes you can re-use the A8 code but you will need to update the cache > management to

[U-Boot] Uboot and ARM SMP support

2009-06-24 Thread Sudeep K N
Hi, I have seen the latest Uboot code there is no support for Cortex A9. What I would like to know is that can we reuse ARM Cortex A8 code for ARM Cortex A9 SMP system as bootloader must run in single core. Reference: http://www.linux-arm.org/LinuxBootLoader/SMPBoot -- Regards, Sudeep _