summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
...
* MIPS: start.S: simplify relocation offset calculationGabor Juhos2013-01-272-18/+6
* MIPS: start.S: save reused arguments earlier in relocate_codeGabor Juhos2013-01-272-4/+6
* MIPS: start.S: set sp register directlyGabor Juhos2013-01-272-4/+2
* MIPS: start.S: fix boundary check in relocate_codeGabor Juhos2013-01-273-3/+3
* MIPS: start{, 64}.S: fill branch delay slots with NOP instructionsGabor Juhos2013-01-222-0/+3
* MIPS: convert IO port accessor functions to 'static inline'Gabor Juhos2013-01-221-4/+4
* MIPS: use inline directive for __in*s functionsGabor Juhos2013-01-221-1/+1
* MIPS: bootm.c: add support for 'prep' and 'go' subcommandsGabor Juhos2013-01-161-2/+13
* MIPS: bootm.c: separate environment initializationGabor Juhos2013-01-161-23/+27
* MIPS: bootm.c: separate linux jump codeGabor Juhos2013-01-161-13/+19
* MIPS: bootm.c: use debug macro to print debug messageGabor Juhos2013-01-161-3/+1
* mips: serial: Fix busted manual relocationJoe Hershberger2012-12-121-0/+3
* MIPS: constify mips_io_port_baseDaniel Schwierzeck2012-12-121-1/+1
* MIPS: constify address pointer in test_bit()Daniel Schwierzeck2012-12-081-1/+1
* MIPS: fix a latent bug on initialize $gpZhi-zhou Zhang2012-12-081-1/+6
* Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2012-11-272-2/+0
|\
| * MIPS: do not initialize timestamp variable before relocate_codeZhi-zhou Zhang2012-11-252-2/+0
* | usb: use linux/usb/ch9.h instead of usbdescriptors.hIlya Yanok2012-11-201-1/+1
|/
* common: Convert the U-Boot commands to LG-arraysMarek Vasut2012-10-221-2/+2
* mips: Change global data baudrate to intSimon Glass2012-10-192-2/+2
* Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2012-10-1716-60/+884
|\
| * MIPS: add board qemu-mips64 supportZhi-zhou Zhang2012-10-167-0/+802
| * MIPS: add support for 64 bit addressingZhi-zhou Zhang2012-10-163-1/+23
| * MIPS: don't use camel-case styleZhi-zhou Zhang2012-10-166-59/+59
* | split AU1X00 specific code from cmd_ide.cPavel Herrmann2012-10-172-1/+33
* | serial: Use default_serial_puts() in driversMarek Vasut2012-10-173-23/+3
|/
* usb: lowlevel interface change to support multiple controllersLucas Stach2012-10-151-2/+2
* serial: Remove CONFIG_SERIAL_MULTI from serial driversMarek Vasut2012-10-153-96/+0
* serial: mips: Implement CONFIG_SERIAL_MULTI into JZ serial driverMarek Vasut2012-10-151-6/+61
* serial: mips: Implement CONFIG_SERIAL_MULTI into asc serial driverMarek Vasut2012-10-151-6/+61
* serial: mips: Implement CONFIG_SERIAL_MULTI into au1x00 serial driverMarek Vasut2012-10-151-10/+64
* malloc: remove extern declarations of malloc_bin_reloc() in board.c filesDaniel Schwierzeck2012-09-261-1/+0
* MIPS: move CONFIG_STANDALONE_LOAD_ADDR to CPU config makefilesDaniel Schwierzeck2012-08-243-2/+4
* MIPS: factor out endianess flag handling to arch config.mkDaniel Schwierzeck2012-08-243-22/+20
* dm: mips: Import libgcc components from LinuxMarek Vasut2012-08-175-0/+122
* dm: mips: Fix lb60 timer codeMarek Vasut2012-08-171-6/+6
* dm: mips: Fix lb60 WDT controlMarek Vasut2012-08-171-1/+1
* global_data: unify global flag definesMike Frysinger2012-08-091-13/+1
* MIPS: board.c: move extern declarations to u-boot-mips.hDaniel Schwierzeck2012-06-032-7/+11
* MIPS: bootm_qemu_mips.c: make checkpatch.pl cleanDaniel Schwierzeck2012-06-031-12/+14
* MIPS: bootm.c: make checkpatch.pl cleanDaniel Schwierzeck2012-06-031-51/+51
* net: Fix remaining API interface breakageJoe Hershberger2012-05-231-1/+2
* net: move bootfile init into eth_initializeMike Frysinger2012-05-151-8/+0
* net: punt bd->bi_ip_addrMike Frysinger2012-05-152-4/+0
* MIPS: fix endianess handlingDaniel Schwierzeck2012-04-021-6/+15
* MIPS: fix inconsistency in config option for cache operation modeDaniel Schwierzeck2012-04-021-1/+5
* MIPS: board.c: fix init of flash data in bd_infoDaniel Schwierzeck2012-04-021-2/+6
* usb: replace wait_ms() with mdelay()Mike Frysinger2012-03-191-14/+14
* bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass2012-03-182-2/+2
* bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()Simon Glass2012-03-182-2/+2
OpenPOWER on IntegriCloud