[U-Boot-Users] [ARM] Available patch: ARM: arm920t: Allow use of 'gd' pointer from IRQ

30 Jan
2008
30 Jan
'08
3:54 p.m.
Harald
Your patch
ARM: arm920t: Allow use of 'gd' pointer from IRQ
is available for test from
git://linux-arm.org/u-boot-armdev.git#071219_s3c24_gd
Please confirm that the code builds, and runs on the target board(s)
Just in case you weren't aware, the gd pointer will not be available in FIQ interrupts unless you add some code to initialize it (and ensure fiq r8 is preserved in any FIQ handlers)
I shall submit a patch in future to change the ARM gd pointer to r7.
This will allow a) The gd pointer to to be accessed in both IRQ & FIQ handlers, without added initialization code b) Thumb & Thumb-2 compilation without code change in this area c) Support for future ARM architectures.
Regards
Peter
6311
Age (days ago)
6311
Last active (days ago)
0 comments
1 participants
participants (1)
-
Peter Pearse