summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)Author
2013-05-01lib: consolidate hang()Andreas Bießmann
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2013-03-15Change stub example to use asm-generic/sections.hSimon Glass
2013-03-15Introduce generic link section.h symbol filesSimon Glass
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD
2013-02-15MIPS: board.c: remove manual relocation of env_name_specDaniel Schwierzeck
2013-02-12MIPS: add dynamic relocation supportGabor Juhos
2013-02-12MIPS: u-boot.lds: add relocation specific sectionsGabor Juhos
2013-02-12MIPS: start.S: use symbol __image_copy_end for U-Boot image relocationDaniel Schwierzeck
2013-02-12MIPS: start.S: optimize BSS initializationDaniel Schwierzeck
2013-02-12MIPS: board.c: switch to new symbols __bss_end and __image_copy_endDaniel Schwierzeck
2013-02-12MIPS: u-boot.lds: introduce symbol __image_copy_endDaniel Schwierzeck
2013-02-12MIPS: u-boot.lds: merge all BSS sections and introduce symbols __bss_[start|end]Daniel Schwierzeck
2013-02-12MIPS: compute num_got_entries from .got section's sizeGabor Juhos
2013-02-12MIPS: start.S: unify and simplify reset vector handlingDaniel Schwierzeck
2013-02-12MIPS: start.S: remove obsolete 64 bit handling in setup_c0_statusDaniel Schwierzeck
2013-02-12MIPS: xburst: fix broken access to global_dataDaniel Schwierzeck
2013-02-04mips: Use generic global_dataSimon Glass
2013-02-04mips: Move per_clk and dev_clk to arch_global_dataSimon Glass
2013-02-01arm: Move lastinc to arch_global_dataSimon Glass
2013-02-01arm: Move tbl to arch_global_dataSimon Glass
2013-02-01Add architecture-specific global dataSimon Glass
2013-01-31MIPS: add unified u-boot.lds fileGabor Juhos
2013-01-30MIPS: remove OUTPUT_FORMAT from linker scriptsGabor Juhos
2013-01-30MIPS: xburst: simplify relocation offset calculationGabor Juhos
2013-01-30MIPS: simplify relocated _G_O_T_ address calculationGabor Juhos
2013-01-27MIPS: start.S: don't save flush_cache parameters in advanceGabor Juhos
2013-01-27MIPS: start.S: simplify relocation offset calculationGabor Juhos
2013-01-27MIPS: start.S: save reused arguments earlier in relocate_codeGabor Juhos
2013-01-27MIPS: start.S: set sp register directlyGabor Juhos
2013-01-27MIPS: start.S: fix boundary check in relocate_codeGabor Juhos
2013-01-22MIPS: start{, 64}.S: fill branch delay slots with NOP instructionsGabor Juhos
2013-01-22MIPS: convert IO port accessor functions to 'static inline'Gabor Juhos
2013-01-22MIPS: use inline directive for __in*s functionsGabor Juhos
2013-01-16MIPS: bootm.c: add support for 'prep' and 'go' subcommandsGabor Juhos
2013-01-16MIPS: bootm.c: separate environment initializationGabor Juhos
2013-01-16MIPS: bootm.c: separate linux jump codeGabor Juhos
2013-01-16MIPS: bootm.c: use debug macro to print debug messageGabor Juhos
2012-12-12mips: serial: Fix busted manual relocationJoe Hershberger
2012-12-12MIPS: constify mips_io_port_baseDaniel Schwierzeck
2012-12-08MIPS: constify address pointer in test_bit()Daniel Schwierzeck
2012-12-08MIPS: fix a latent bug on initialize $gpZhi-zhou Zhang
2012-11-27Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini
2012-11-25MIPS: do not initialize timestamp variable before relocate_codeZhi-zhou Zhang
2012-11-20usb: use linux/usb/ch9.h instead of usbdescriptors.hIlya Yanok
2012-10-22common: Convert the U-Boot commands to LG-arraysMarek Vasut
2012-10-19mips: Change global data baudrate to intSimon Glass
2012-10-17Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini
2012-10-17split AU1X00 specific code from cmd_ide.cPavel Herrmann
2012-10-17serial: Use default_serial_puts() in driversMarek Vasut