Home
last modified time | relevance | path

Searched hist:"41623 c91b09a0c865fab41acdaff30f060f29ad6" (Results 1 – 21 of 21) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/
H A Du-boot-spl.lds9e5f80d823e3fd2a685b10ecf02009e34b86cff9 Mon Jun 09 09:36:54 UTC 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>
/rk3399_rockchip-uboot/board/compulab/cm_t335/
H A Du-boot.lds41623c91b09a0c865fab41acdaff30f060f29ad6 Tue Apr 15 14:13:51 UTC 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>
/rk3399_rockchip-uboot/board/ti/am335x/
H A Du-boot.lds41623c91b09a0c865fab41acdaff30f060f29ad6 Tue Apr 15 14:13:51 UTC 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>
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/spear/
H A Dstart.S41623c91b09a0c865fab41acdaff30f060f29ad6 Tue Apr 15 14:13:51 UTC 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 Du-boot-spl.lds41623c91b09a0c865fab41acdaff30f060f29ad6 Tue Apr 15 14:13:51 UTC 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>
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mxs/
H A Dstart.S41623c91b09a0c865fab41acdaff30f060f29ad6 Tue Apr 15 14:13:51 UTC 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>
/rk3399_rockchip-uboot/arch/arm/cpu/
H A Du-boot-spl.lds41623c91b09a0c865fab41acdaff30f060f29ad6 Tue Apr 15 14:13:51 UTC 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 Du-boot.lds41623c91b09a0c865fab41acdaff30f060f29ad6 Tue Apr 15 14:13:51 UTC 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>
/rk3399_rockchip-uboot/board/nokia/rx51/
H A Drx51.c8cda413b9b13e4bbb636d2d6151da9902de35fa2 Thu Jan 08 09:11:40 UTC 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>
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dvectors.S41623c91b09a0c865fab41acdaff30f060f29ad6 Tue Apr 15 14:13:51 UTC 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 DMakefile41623c91b09a0c865fab41acdaff30f060f29ad6 Tue Apr 15 14:13:51 UTC 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>
/rk3399_rockchip-uboot/board/freescale/mx31ads/
H A Du-boot.lds41623c91b09a0c865fab41acdaff30f060f29ad6 Tue Apr 15 14:13:51 UTC 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>
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/
H A Dstart.S41623c91b09a0c865fab41acdaff30f060f29ad6 Tue Apr 15 14:13:51 UTC 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>
/rk3399_rockchip-uboot/arch/arm/cpu/sa1100/
H A Dstart.S41623c91b09a0c865fab41acdaff30f060f29ad6 Tue Apr 15 14:13:51 UTC 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>
/rk3399_rockchip-uboot/arch/arm/cpu/arm946es/
H A Dstart.S41623c91b09a0c865fab41acdaff30f060f29ad6 Tue Apr 15 14:13:51 UTC 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>
/rk3399_rockchip-uboot/arch/arm/cpu/arm1176/
H A Dstart.S41623c91b09a0c865fab41acdaff30f060f29ad6 Tue Apr 15 14:13:51 UTC 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>
/rk3399_rockchip-uboot/arch/arm/cpu/arm720t/
H A Dstart.S41623c91b09a0c865fab41acdaff30f060f29ad6 Tue Apr 15 14:13:51 UTC 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>
/rk3399_rockchip-uboot/arch/arm/cpu/pxa/
H A Dstart.S41623c91b09a0c865fab41acdaff30f060f29ad6 Tue Apr 15 14:13:51 UTC 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>
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/
H A Dstart.S41623c91b09a0c865fab41acdaff30f060f29ad6 Tue Apr 15 14:13:51 UTC 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>
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/
H A Dstart.S41623c91b09a0c865fab41acdaff30f060f29ad6 Tue Apr 15 14:13:51 UTC 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>
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/
H A Dstart.S41623c91b09a0c865fab41acdaff30f060f29ad6 Tue Apr 15 14:13:51 UTC 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>