[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gen68360 BSP changes.
Hi again...
I noted the following changes in the gen68360 BSP. Can someone
explain what changes in RTEMS caused them:
1. start360 directory and start360.S have been renamed. Didn't seem
like a big deal until I found I had to do the same with my BSP.
2. The following code in start.S has changed. There was no previous
'env' and 'arg' was pushed using "movel d0,a7@-" just as argc is.
movel #stack_init,a7 | set master stack pointer
pea env | envp
pea arg | argv
movel d0,a7@- | argc
jsr SYM(boot_card) | Call C main
At present, my board doesn't boot with 19991203, but I'm still looking
around.
Cheers,
Jake
--
janovetz@uiuc.edu | How can it be that mathematics, being after all a
University of Illinois | product of human thought independent of experience,
| is so admirably adapted to the objects of reality?
PP-ASEL | - Albert Einstein
Disclaimer: The policies of this University certainly do not reflect my
own opinions, objectives, or agenda.