Commit Graph

94 Commits (ba923cab0006838eb726e40207501ddf16eabd80)

Author SHA1 Message Date
Albert ARIBAUD 41623c91b0 arm: move exception handling out of start.S files 10 years ago
Albert ARIBAUD 60a4f39fcd arm: remove unused _end_vect and _vectors_end symbols 10 years ago
Albert ARIBAUD 23ff29bc17 arm: pxa: move SP check from start.S to cpuinfo.c 10 years ago
Albert ARIBAUD b60eff31f3 arm: remove unneeded symbol offsets and _TEXT_BASE 11 years ago
Masahiro Yamada 95ddcd68ab kbuild: rename OBJCFLAGS to OBJCOPYFLAGS 11 years ago
Masahiro Yamada bf1af3d872 ARM: merge commonly-defined PLATFORM_RELFLAGS 11 years ago
Marek Vasut 67decc71ed ARM: pxa: Fix OneNAND SPL builds 11 years ago
Sergei Ianovich 23f00caf6e ARM: pxa: prevent PXA270 occasional reboot freezes 11 years ago
Tom Rini 49a90e2975 ARM:PXA: Correct tick_to_time / us_to_tick to use lldiv 11 years ago
Masahiro Yamada fa8f95084d ARM: convert makefiles to Kbuild style 11 years ago
Wolfgang Denk 3765b3e7bd Coding Style cleanup: remove trailing white space 11 years ago
Masahiro Yamada 3102274d8b ARM: refactor compiler options in config.mk 11 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
Mike Dunn 84c617beb2 pxa: use -mcpu=xscale compiler option 11 years ago
Mike Dunn 097d86d098 pxa: turn icache off in cpu_init_crit() 11 years ago
Sergey Yanovich 847e6693cc arm: pxa: config option for PXA270 turbo mode 11 years ago
Albert ARIBAUD 3da0e5750b arm: factorize relocate_code routine 11 years ago
Albert ARIBAUD fa6c7413d1 arm: do not compile relocate_code() for SPL builds 11 years ago
Łukasz Dałek 2ac2bb7ad2 pxa: Add weak attribute to reset_cpu() function 11 years ago
Tetsuyuki Kobayashi 4411b2aea7 BUGFIX: arm: data abort in get_bad_stack_swi 11 years ago
Benoît Thébaudeau 5c6db120fc arm: Remove unused relocate_code() parameters 11 years ago
Benoît Thébaudeau 7086e91b0e arm: relocate_code(): Use __image_copy_end for end of relocation 11 years ago
Benoît Thébaudeau 4b3db1cd31 arm: relocate_code(): Remove useless relocation offset computation 11 years ago
Benoît Thébaudeau 959eaa74b8 arm: relocate_code() is no longer noreturn 11 years ago
Benoît Thébaudeau 508611bcb7 arm: start.S: Fix _TEXT_BASE for SPL 11 years ago
Jeroen Hofstee 0698095af6 lcd, pxafb: move the pxafb to drivers/video 11 years ago
Wolfgang Denk 46d1d5dd43 common/lcd.c: cleanup use of global variables 11 years ago
Simon Glass 3929fb0a14 Replace __bss_end__ with __bss_end 11 years ago
Simon Glass 582601da2f arm: Move lastinc to arch_global_data 12 years ago
Simon Glass 66ee692347 arm: Move tbl to arch_global_data 12 years ago
Łukasz Dałek df3ad6c81d pxa: Save lr register in relocate_code function 12 years ago
Albert ARIBAUD e05e5de7fa arm: move C runtime setup code in crt0.S 12 years ago
Lukasz Dalek 539e9ffd92 pxa: Add code to examine cpu model and revision 12 years ago
Zhong Hongbo 76abfa5781 arm: Fixed the offset for the no relocation. 12 years ago
Zhong Hongbo 448217d4b2 arm: Fix to mistake clean the memory space 12 years ago
Simon Glass 4a0764858b arm: Use common .lds file where possible 12 years ago
Marek Vasut 30a14ea2b1 PXA: Fix missing get_tbclk() breaking vpac boards 12 years ago
Mike Frysinger 5b84dd67cf usb: replace wait_ms() with mdelay() 12 years ago
Stefan Herbrechtsmeier 66a181864d pxa: activate the first usb host port on pxa27x by default 13 years ago
Stefan Herbrechtsmeier 1c0a14ebb7 pxa: fix usb host register mismatch 13 years ago
Marek Vasut f68d2a222f PXA: Rename pxa_dram_init to pxa2xx_dram_init 13 years ago
Marek Vasut d1bb9443f0 PXA: Replace timer driver 13 years ago
Marek Vasut e8de0fa896 PXA: Add cpuinfo display for PXA2xx 13 years ago
Marek Vasut d10237d275 PXA: Separate PXA2xx CPU init 13 years ago
Marek Vasut abc20aba18 PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]X 13 years ago
Marek Vasut 7f4cfcf40d PXA: Re-add the Dcache locking as RAM for pxa250 13 years ago
Marek Vasut 20f7b1b745 PXA: Rework start.S to be closer to other ARMs 13 years ago
Wolfgang Denk cca4e4aec1 Reduce build times 13 years ago
Marek Vasut b793bb92a2 PXA: FIX: Deep-sleep return address in stored in PSPR 13 years ago
Graeme Russ 17659d7de9 Timer: Remove reset_timer_masked() 13 years ago