/openbmc/u-boot/board/compulab/cm_t335/ |
H A D | u-boot.lds | diff 41623c91b09a0c865fab41acdaff30f060f29ad6 Tue Apr 15 09:13:51 CDT 2014 Albert ARIBAUD <albert.u.boot@aribaud.net> arm: move exception handling out of start.S files
Exception handling is basically identical for all ARM targets. Factorize it out of the various start.S files and into a single vectors.S file, and adjust linker scripts accordingly.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
|
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/ |
H A D | u-boot-spl.lds | diff 9e5f80d823e3fd2a685b10ecf02009e34b86cff9 Mon Jun 09 04:36:54 CDT 2014 Hans de Goede <hdegoede@redhat.com> sunxi: Fix u-boot-spl.lds to refer to .vectors
Adjust the u-boot-spl.lds linker script to match the changes made in the 41623c91b09a0c865fab41acdaff30f060f29ad6 "arm: move exception handling out of start.S files" commit.
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>
|
/openbmc/u-boot/board/ti/am335x/ |
H A D | u-boot.lds | diff 41623c91b09a0c865fab41acdaff30f060f29ad6 Tue Apr 15 09:13:51 CDT 2014 Albert ARIBAUD <albert.u.boot@aribaud.net> arm: move exception handling out of start.S files
Exception handling is basically identical for all ARM targets. Factorize it out of the various start.S files and into a single vectors.S file, and adjust linker scripts accordingly.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
|
/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/ |
H A D | start.S | diff 41623c91b09a0c865fab41acdaff30f060f29ad6 Tue Apr 15 09:13:51 CDT 2014 Albert ARIBAUD <albert.u.boot@aribaud.net> arm: move exception handling out of start.S files
Exception handling is basically identical for all ARM targets. Factorize it out of the various start.S files and into a single vectors.S file, and adjust linker scripts accordingly.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
|
H A D | u-boot-spl.lds | diff 41623c91b09a0c865fab41acdaff30f060f29ad6 Tue Apr 15 09:13:51 CDT 2014 Albert ARIBAUD <albert.u.boot@aribaud.net> arm: move exception handling out of start.S files
Exception handling is basically identical for all ARM targets. Factorize it out of the various start.S files and into a single vectors.S file, and adjust linker scripts accordingly.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
|
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/ |
H A D | start.S | diff 41623c91b09a0c865fab41acdaff30f060f29ad6 Tue Apr 15 09:13:51 CDT 2014 Albert ARIBAUD <albert.u.boot@aribaud.net> arm: move exception handling out of start.S files
Exception handling is basically identical for all ARM targets. Factorize it out of the various start.S files and into a single vectors.S file, and adjust linker scripts accordingly.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
|
/openbmc/u-boot/board/nokia/rx51/ |
H A D | rx51.c | diff 8cda413b9b13e4bbb636d2d6151da9902de35fa2 Thu Jan 08 03:11:40 CST 2015 Pali Rohár <pali.rohar@gmail.com> Nokia RX-51: Do not call secure PPA routine on non secure devices
Since commit 41623c91b09a0c865fab41acdaff30f060f29ad6 u-boot running in qemu is crashing in function do_omap3_emu_romcode_call(). RX-51 board uses this function for Cortex-A8 errata 430973 workaround (Set IBE bit in ACR) which is needed only on real secure device and not in qemu.
This board patch just disable calling secure PPA routine on non secure devices. Qemu implements GP device and with this patch u-boot is working in qemu again.
Signed-off-by: Pali Rohár <pali.rohar@gmail.com> Acked-by: Pavel Machek <pavel@ucw.cz>
|
/openbmc/u-boot/arch/arm/cpu/ |
H A D | u-boot-spl.lds | diff 41623c91b09a0c865fab41acdaff30f060f29ad6 Tue Apr 15 09:13:51 CDT 2014 Albert ARIBAUD <albert.u.boot@aribaud.net> arm: move exception handling out of start.S files
Exception handling is basically identical for all ARM targets. Factorize it out of the various start.S files and into a single vectors.S file, and adjust linker scripts accordingly.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
|
H A D | u-boot.lds | diff 41623c91b09a0c865fab41acdaff30f060f29ad6 Tue Apr 15 09:13:51 CDT 2014 Albert ARIBAUD <albert.u.boot@aribaud.net> arm: move exception handling out of start.S files
Exception handling is basically identical for all ARM targets. Factorize it out of the various start.S files and into a single vectors.S file, and adjust linker scripts accordingly.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | vectors.S | 41623c91b09a0c865fab41acdaff30f060f29ad6 Tue Apr 15 09:13:51 CDT 2014 Albert ARIBAUD <albert.u.boot@aribaud.net> arm: move exception handling out of start.S files
Exception handling is basically identical for all ARM targets. Factorize it out of the various start.S files and into a single vectors.S file, and adjust linker scripts accordingly.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
|
H A D | Makefile | diff 41623c91b09a0c865fab41acdaff30f060f29ad6 Tue Apr 15 09:13:51 CDT 2014 Albert ARIBAUD <albert.u.boot@aribaud.net> arm: move exception handling out of start.S files
Exception handling is basically identical for all ARM targets. Factorize it out of the various start.S files and into a single vectors.S file, and adjust linker scripts accordingly.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
|
/openbmc/u-boot/arch/arm/cpu/arm920t/ |
H A D | start.S | diff 41623c91b09a0c865fab41acdaff30f060f29ad6 Tue Apr 15 09:13:51 CDT 2014 Albert ARIBAUD <albert.u.boot@aribaud.net> arm: move exception handling out of start.S files
Exception handling is basically identical for all ARM targets. Factorize it out of the various start.S files and into a single vectors.S file, and adjust linker scripts accordingly.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
|
/openbmc/u-boot/arch/arm/cpu/arm946es/ |
H A D | start.S | diff 41623c91b09a0c865fab41acdaff30f060f29ad6 Tue Apr 15 09:13:51 CDT 2014 Albert ARIBAUD <albert.u.boot@aribaud.net> arm: move exception handling out of start.S files
Exception handling is basically identical for all ARM targets. Factorize it out of the various start.S files and into a single vectors.S file, and adjust linker scripts accordingly.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
|
/openbmc/u-boot/arch/arm/cpu/sa1100/ |
H A D | start.S | diff 41623c91b09a0c865fab41acdaff30f060f29ad6 Tue Apr 15 09:13:51 CDT 2014 Albert ARIBAUD <albert.u.boot@aribaud.net> arm: move exception handling out of start.S files
Exception handling is basically identical for all ARM targets. Factorize it out of the various start.S files and into a single vectors.S file, and adjust linker scripts accordingly.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
|
/openbmc/u-boot/arch/arm/cpu/arm720t/ |
H A D | start.S | diff 41623c91b09a0c865fab41acdaff30f060f29ad6 Tue Apr 15 09:13:51 CDT 2014 Albert ARIBAUD <albert.u.boot@aribaud.net> arm: move exception handling out of start.S files
Exception handling is basically identical for all ARM targets. Factorize it out of the various start.S files and into a single vectors.S file, and adjust linker scripts accordingly.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
|
/openbmc/u-boot/arch/arm/cpu/arm1176/ |
H A D | start.S | diff 41623c91b09a0c865fab41acdaff30f060f29ad6 Tue Apr 15 09:13:51 CDT 2014 Albert ARIBAUD <albert.u.boot@aribaud.net> arm: move exception handling out of start.S files
Exception handling is basically identical for all ARM targets. Factorize it out of the various start.S files and into a single vectors.S file, and adjust linker scripts accordingly.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
|
/openbmc/u-boot/arch/arm/cpu/arm1136/ |
H A D | start.S | diff 41623c91b09a0c865fab41acdaff30f060f29ad6 Tue Apr 15 09:13:51 CDT 2014 Albert ARIBAUD <albert.u.boot@aribaud.net> arm: move exception handling out of start.S files
Exception handling is basically identical for all ARM targets. Factorize it out of the various start.S files and into a single vectors.S file, and adjust linker scripts accordingly.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
|
/openbmc/u-boot/arch/arm/cpu/pxa/ |
H A D | start.S | diff 41623c91b09a0c865fab41acdaff30f060f29ad6 Tue Apr 15 09:13:51 CDT 2014 Albert ARIBAUD <albert.u.boot@aribaud.net> arm: move exception handling out of start.S files
Exception handling is basically identical for all ARM targets. Factorize it out of the various start.S files and into a single vectors.S file, and adjust linker scripts accordingly.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
|
/openbmc/u-boot/arch/arm/cpu/arm926ejs/ |
H A D | start.S | diff 41623c91b09a0c865fab41acdaff30f060f29ad6 Tue Apr 15 09:13:51 CDT 2014 Albert ARIBAUD <albert.u.boot@aribaud.net> arm: move exception handling out of start.S files
Exception handling is basically identical for all ARM targets. Factorize it out of the various start.S files and into a single vectors.S file, and adjust linker scripts accordingly.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
|
/openbmc/u-boot/arch/arm/cpu/armv7/ |
H A D | start.S | diff 41623c91b09a0c865fab41acdaff30f060f29ad6 Tue Apr 15 09:13:51 CDT 2014 Albert ARIBAUD <albert.u.boot@aribaud.net> arm: move exception handling out of start.S files
Exception handling is basically identical for all ARM targets. Factorize it out of the various start.S files and into a single vectors.S file, and adjust linker scripts accordingly.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
|