aboutsummaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-1/+1
2013-03-15Change stub example to use asm-generic/sections.hSimon Glass1-2/+2
2013-03-15Introduce generic link section.h symbol filesSimon Glass1-0/+27
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD1-1/+1
2013-02-15MIPS: board.c: remove manual relocation of env_name_specDaniel Schwierzeck1-8/+0
2013-02-12MIPS: add dynamic relocation supportGabor Juhos6-12/+94
2013-02-12MIPS: u-boot.lds: add relocation specific sectionsGabor Juhos1-1/+41
2013-02-12MIPS: start.S: use symbol __image_copy_end for U-Boot image relocationDaniel Schwierzeck5-19/+9
2013-02-12MIPS: start.S: optimize BSS initializationDaniel Schwierzeck3-28/+35
2013-02-12MIPS: board.c: switch to new symbols __bss_end and __image_copy_endDaniel Schwierzeck1-2/+3
2013-02-12MIPS: u-boot.lds: introduce symbol __image_copy_endDaniel Schwierzeck2-0/+8
2013-02-12MIPS: u-boot.lds: merge all BSS sections and introduce symbols __bss_[start|end]Daniel Schwierzeck2-5/+18
2013-02-12MIPS: compute num_got_entries from .got section's sizeGabor Juhos1-4/+2
2013-02-12MIPS: start.S: unify and simplify reset vector handlingDaniel Schwierzeck2-176/+57
2013-02-12MIPS: start.S: remove obsolete 64 bit handling in setup_c0_statusDaniel Schwierzeck1-9/+1
2013-02-12MIPS: xburst: fix broken access to global_dataDaniel Schwierzeck2-3/+6
2013-02-04mips: Use generic global_dataSimon Glass1-33/+1
2013-02-04mips: Move per_clk and dev_clk to arch_global_dataSimon Glass1-4/+5
2013-02-01arm: Move lastinc to arch_global_dataSimon Glass1-6/+6
2013-02-01arm: Move tbl to arch_global_dataSimon Glass1-6/+6
2013-02-01Add architecture-specific global dataSimon Glass1-0/+5
2013-01-31MIPS: add unified u-boot.lds fileGabor Juhos1-0/+84
2013-01-30MIPS: remove OUTPUT_FORMAT from linker scriptsGabor Juhos2-0/+12
2013-01-30MIPS: xburst: simplify relocation offset calculationGabor Juhos1-9/+3
2013-01-30MIPS: simplify relocated _G_O_T_ address calculationGabor Juhos3-12/+3
2013-01-27MIPS: start.S: don't save flush_cache parameters in advanceGabor Juhos2-20/+4
2013-01-27MIPS: start.S: simplify relocation offset calculationGabor Juhos2-18/+6
2013-01-27MIPS: start.S: save reused arguments earlier in relocate_codeGabor Juhos2-4/+6
2013-01-27MIPS: start.S: set sp register directlyGabor Juhos2-4/+2
2013-01-27MIPS: start.S: fix boundary check in relocate_codeGabor Juhos3-3/+3
2013-01-22MIPS: start{, 64}.S: fill branch delay slots with NOP instructionsGabor Juhos2-0/+3
2013-01-22MIPS: convert IO port accessor functions to 'static inline'Gabor Juhos1-4/+4
2013-01-22MIPS: use inline directive for __in*s functionsGabor Juhos1-1/+1
2013-01-16MIPS: bootm.c: add support for 'prep' and 'go' subcommandsGabor Juhos1-2/+13
2013-01-16MIPS: bootm.c: separate environment initializationGabor Juhos1-23/+27
2013-01-16MIPS: bootm.c: separate linux jump codeGabor Juhos1-13/+19
2013-01-16MIPS: bootm.c: use debug macro to print debug messageGabor Juhos1-3/+1
2012-12-12mips: serial: Fix busted manual relocationJoe Hershberger1-0/+3
2012-12-12MIPS: constify mips_io_port_baseDaniel Schwierzeck1-1/+1
2012-12-08MIPS: constify address pointer in test_bit()Daniel Schwierzeck1-1/+1
2012-12-08MIPS: fix a latent bug on initialize $gpZhi-zhou Zhang1-1/+6
2012-11-27Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2-2/+0
2012-11-25MIPS: do not initialize timestamp variable before relocate_codeZhi-zhou Zhang2-2/+0
2012-11-20usb: use linux/usb/ch9.h instead of usbdescriptors.hIlya Yanok1-1/+1
2012-10-22common: Convert the U-Boot commands to LG-arraysMarek Vasut1-2/+2
2012-10-19mips: Change global data baudrate to intSimon Glass2-2/+2
2012-10-17Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini16-60/+884
2012-10-17split AU1X00 specific code from cmd_ide.cPavel Herrmann2-1/+33
2012-10-17serial: Use default_serial_puts() in driversMarek Vasut3-23/+3
2012-10-16MIPS: add board qemu-mips64 supportZhi-zhou Zhang7-0/+802