aboutsummaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-16MIPS: add support for 64 bit addressingZhi-zhou Zhang3-1/+23
2012-10-16MIPS: don't use camel-case styleZhi-zhou Zhang6-59/+59
2012-10-15usb: lowlevel interface change to support multiple controllersLucas Stach1-2/+2
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from serial driversMarek Vasut3-96/+0
2012-10-15serial: mips: Implement CONFIG_SERIAL_MULTI into JZ serial driverMarek Vasut1-6/+61
2012-10-15serial: mips: Implement CONFIG_SERIAL_MULTI into asc serial driverMarek Vasut1-6/+61
2012-10-15serial: mips: Implement CONFIG_SERIAL_MULTI into au1x00 serial driverMarek Vasut1-10/+64
2012-09-26malloc: remove extern declarations of malloc_bin_reloc() in board.c filesDaniel Schwierzeck1-1/+0
2012-08-24MIPS: move CONFIG_STANDALONE_LOAD_ADDR to CPU config makefilesDaniel Schwierzeck3-2/+4
2012-08-24MIPS: factor out endianess flag handling to arch config.mkDaniel Schwierzeck3-22/+20
2012-08-17dm: mips: Import libgcc components from LinuxMarek Vasut5-0/+122
2012-08-17dm: mips: Fix lb60 timer codeMarek Vasut1-6/+6
2012-08-17dm: mips: Fix lb60 WDT controlMarek Vasut1-1/+1
2012-08-09global_data: unify global flag definesMike Frysinger1-13/+1
2012-06-03MIPS: board.c: move extern declarations to u-boot-mips.hDaniel Schwierzeck2-7/+11
2012-06-03MIPS: bootm_qemu_mips.c: make checkpatch.pl cleanDaniel Schwierzeck1-12/+14
2012-06-03MIPS: bootm.c: make checkpatch.pl cleanDaniel Schwierzeck1-51/+51
2012-05-23net: Fix remaining API interface breakageJoe Hershberger1-1/+2
2012-05-15net: move bootfile init into eth_initializeMike Frysinger1-8/+0
2012-05-15net: punt bd->bi_ip_addrMike Frysinger2-4/+0
2012-04-02MIPS: fix endianess handlingDaniel Schwierzeck1-6/+15
2012-04-02MIPS: fix inconsistency in config option for cache operation modeDaniel Schwierzeck1-1/+5
2012-04-02MIPS: board.c: fix init of flash data in bd_infoDaniel Schwierzeck1-2/+6
2012-03-19usb: replace wait_ms() with mdelay()Mike Frysinger1-14/+14
2012-03-18bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass2-2/+2
2012-03-18bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()Simon Glass2-2/+2
2011-12-08arch/mips/lib/board.c: Fix GCC 4.6 build warningWolfgang Denk1-4/+6
2011-12-08arch/mips/lib/board.c: make (mostly) checkpatch cleanWolfgang Denk1-64/+60
2011-10-23mips: Use getenv_ulong() in place of getenv(), strtoulSimon Glass1-11/+3
2011-10-23mips: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf1-0/+36
2011-10-22consolidate mdelay by providing a common function for all usersAnatolij Gustschin1-1/+0
2011-10-10MIPS: Ingenic XBurst Jz4740 processor supportXiangfu Liu9-0/+2081
2011-10-05net: drop !NET_MULTI codeMike Frysinger1-2/+0
2011-10-05image: push default arch values to arch headersMike Frysinger1-0/+3
2011-10-05console: Implement pre-console bufferGraeme Russ1-0/+3
2011-09-03MIPS: mips32: fix wrong loop bound in flush_cache()Yao Cheng1-0/+4
2011-07-31MIPS: make cache operation mode configurableDaniel Schwierzeck1-1/+5
2011-07-31MIPS: rename INFINEON_EBU_BOOTCFG to CONFIG_SYS_XWAY_EBU_BOOTFGDaniel Schwierzeck1-3/+10
2011-07-28unify version_stringAndreas Bießmann1-4/+0
2011-07-26Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ1-6/+0
2011-07-26Timer: Remove set_timer completelyGraeme Russ1-6/+0