* arm linux porting effort @ 2009-09-01 8:54 Xu Yang 2009-09-01 9:10 ` Dirk Behme 2009-09-01 9:22 ` Wan ZongShun 0 siblings, 2 replies; 6+ messages in thread From: Xu Yang @ 2009-09-01 8:54 UTC (permalink / raw) To: linux-arm-kernel hi guys, we already have linux kernel 2.6.29 running on our own arm1176 platform. now I would like to upgrade the kernel to 2.6.30(or we can say to port 2.6.30 on our platform). I haven't done this before, so I don't know how much effort this means. anyone any ideas? or any hints? thanks, best regards, Yang ^ permalink raw reply [flat|nested] 6+ messages in thread
* arm linux porting effort 2009-09-01 8:54 arm linux porting effort Xu Yang @ 2009-09-01 9:10 ` Dirk Behme 2009-09-01 9:29 ` Xu Yang 2009-09-01 9:22 ` Wan ZongShun 1 sibling, 1 reply; 6+ messages in thread From: Dirk Behme @ 2009-09-01 9:10 UTC (permalink / raw) To: linux-arm-kernel Xu Yang wrote: > hi guys, > > we already have linux kernel 2.6.29 running on our own arm1176 > platform. now I would like to upgrade the kernel to 2.6.30(or we can > say to port 2.6.30 on our platform). I haven't done this before, so I > don't know how much effort this means. > > anyone any ideas? or any hints? From 2.6.29 to 2.6.30 you could try to let git do the work. Try to git merge (or rebase?), resolve the conflicts, build, boot and check if everything is still working. If you create an extra branch for this, you will break nothing and will know the effort afterwards ;) Best regards Dirk ^ permalink raw reply [flat|nested] 6+ messages in thread
* arm linux porting effort 2009-09-01 9:10 ` Dirk Behme @ 2009-09-01 9:29 ` Xu Yang 0 siblings, 0 replies; 6+ messages in thread From: Xu Yang @ 2009-09-01 9:29 UTC (permalink / raw) To: linux-arm-kernel hi Dirk, thanks a lot for your good advice. I will look at this and try:-) Best regards, Yang 2009/9/1, Dirk Behme <dirk.behme@googlemail.com>: > Xu Yang wrote: > > hi guys, > > > > we already have linux kernel 2.6.29 running on our own arm1176 > > platform. now I would like to upgrade the kernel to 2.6.30(or we can > > say to port 2.6.30 on our platform). I haven't done this before, so I > > don't know how much effort this means. > > > > anyone any ideas? or any hints? > > > > From 2.6.29 to 2.6.30 you could try to let git do the work. Try to git merge > (or rebase?), resolve the conflicts, build, boot and check if everything is > still working. If you create an extra branch for this, you will break > nothing and will know the effort afterwards ;) > > Best regards > > Dirk > ^ permalink raw reply [flat|nested] 6+ messages in thread
* arm linux porting effort 2009-09-01 8:54 arm linux porting effort Xu Yang 2009-09-01 9:10 ` Dirk Behme @ 2009-09-01 9:22 ` Wan ZongShun 2009-09-01 9:30 ` Xu Yang 1 sibling, 1 reply; 6+ messages in thread From: Wan ZongShun @ 2009-09-01 9:22 UTC (permalink / raw) To: linux-arm-kernel Hi, It is easy to do this. Actually, regarding this, there is no need to ask for other, Just do it. 2009/9/1, Xu Yang <risingsunxy@googlemail.com>: > hi guys, > > we already have linux kernel 2.6.29 running on our own arm1176 > platform. now I would like to upgrade the kernel to 2.6.30(or we can > say to port 2.6.30 on our platform). I haven't done this before, so I > don't know how much effort this means. > > anyone any ideas? or any hints? > > thanks, > > best regards, > > > Yang > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel at lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel > -- Wan z.s ^ permalink raw reply [flat|nested] 6+ messages in thread
* arm linux porting effort 2009-09-01 9:22 ` Wan ZongShun @ 2009-09-01 9:30 ` Xu Yang 2009-09-01 9:44 ` Wan ZongShun 0 siblings, 1 reply; 6+ messages in thread From: Xu Yang @ 2009-09-01 9:30 UTC (permalink / raw) To: linux-arm-kernel hi ZongShun, you mean I can just put all the corresponding platform related folders and files in the right place and compile , then it is done? thanks, Best regards, Yang 2009/9/1, Wan ZongShun <mcuos.com@gmail.com>: > Hi, > > It is easy to do this. > Actually, regarding this, there is no need to ask for other, > Just do it. > > 2009/9/1, Xu Yang <risingsunxy@googlemail.com>: > > hi guys, > > > > we already have linux kernel 2.6.29 running on our own arm1176 > > platform. now I would like to upgrade the kernel to 2.6.30(or we can > > say to port 2.6.30 on our platform). I haven't done this before, so I > > don't know how much effort this means. > > > > anyone any ideas? or any hints? > > > > thanks, > > > > best regards, > > > > > > Yang > > > > _______________________________________________ > > linux-arm-kernel mailing list > > linux-arm-kernel at lists.infradead.org > > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel > > > > > -- > Wan z.s > ^ permalink raw reply [flat|nested] 6+ messages in thread
* arm linux porting effort 2009-09-01 9:30 ` Xu Yang @ 2009-09-01 9:44 ` Wan ZongShun 0 siblings, 0 replies; 6+ messages in thread From: Wan ZongShun @ 2009-09-01 9:44 UTC (permalink / raw) To: linux-arm-kernel Yes, you can only porting the files related your arch kernel such as timer, irq , uart, and if errors occurs, just debug it, after kernel porting finished, you can add your drivers to new platform. If you meet some questions in above process, you can submit it here.I think it is easier to get more people's help. 2009/9/1, Xu Yang <risingsunxy@googlemail.com>: > hi ZongShun, > > you mean I can just put all the corresponding platform related folders > and files in the right place and compile , then it is done? > > thanks, > > Best regards, > > Yang > > 2009/9/1, Wan ZongShun <mcuos.com@gmail.com>: > > Hi, > > > > It is easy to do this. > > Actually, regarding this, there is no need to ask for other, > > Just do it. > > > > 2009/9/1, Xu Yang <risingsunxy@googlemail.com>: > > > hi guys, > > > > > > we already have linux kernel 2.6.29 running on our own arm1176 > > > platform. now I would like to upgrade the kernel to 2.6.30(or we can > > > say to port 2.6.30 on our platform). I haven't done this before, so I > > > don't know how much effort this means. > > > > > > anyone any ideas? or any hints? > > > > > > thanks, > > > > > > best regards, > > > > > > > > > Yang > > > > > > _______________________________________________ > > > linux-arm-kernel mailing list > > > linux-arm-kernel at lists.infradead.org > > > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel > > > > > > > > > -- > > Wan z.s > > > -- Wan z.s ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-09-01 9:44 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2009-09-01 8:54 arm linux porting effort Xu Yang 2009-09-01 9:10 ` Dirk Behme 2009-09-01 9:29 ` Xu Yang 2009-09-01 9:22 ` Wan ZongShun 2009-09-01 9:30 ` Xu Yang 2009-09-01 9:44 ` Wan ZongShun
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).