Re: [U-Boot] Mips: start.S Questions

2009-08-21 Thread Peter Belm
to instructions I'm actually fairly well versed (when I'm paying attention anyway!) -- Regards, Peter Belm ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Mips: start.S Questions

2009-08-21 Thread Peter Belm
et returns (twice) and would get trapped because of RVECENT(romReserved,2). I shouldn't have missed my morning coffee :-P thank you for your help. -- Regards, Peter Belm ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Mips: start.S Questions

2009-08-21 Thread Peter Belm
looking something I think. And what's the point of passing the second parameter (0-127) to RVECENT when it's not used? -- Regards, Peter Belm ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Mips: start.S Questions

2009-08-21 Thread Peter Belm
.word0x20840008etc.. The rest seems pretty straightforward, just some processor specific things I need to research. -- Regards, Peter Belm ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Porting to Broadcom BCM7038 (Hermes board)

2009-08-20 Thread Peter Belm
ive me a brief overview of the code flow? In particular where the code I need to write fits in with the boot process, i.e. where I need to interface with U-Boot. Once I've got a better idea of how U-Boot boots, I should be able to get started at least. --

Re: [U-Boot] Porting to Broadcom BCM7038 (Hermes board)

2009-08-20 Thread Peter Belm
vers provided by UBoot to access what it needs to load the kernel, then calls code in UBoot to start it? Or does UBoot perform a more invasive role than that? Thank you for your help so far. -- Regards, Peter Belm ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Porting to Broadcom BCM7038 (Hermes board)

2009-08-18 Thread Peter Belm
e the SATA drivers, bring up the SATA interface, then load the kernel. But theory is far from practice, and I'm already having trouble. Would someone be able to assist me in porting to this cpu/board? -- Regards, Peter Belm ___ U-Boot mailing

[U-Boot] Porting

2009-08-12 Thread Peter Belm
t how I would integrate that with U-Boot. I've read through the README and it's not really aimed for beginners (with good reason I guess) I really could do with an overview of what U-Boot requires of my code, and what configuration changes I need to make to U-Boot