summaryrefslogtreecommitdiff
path: root/arch/mips/lib
AgeCommit message (Expand)AuthorFilesLines
2013-11-27mips: don't hardcode Malta env baudratePaul Burton1-2/+4
2013-11-09qemu-malta: rename to just "malta"Paul Burton1-6/+6
2013-10-31mips: convert makefiles to Kbuild styleMasahiro Yamada1-39/+5
2013-08-13MIPS: bootm: drop obsolete Qemu specific bootm implementationDaniel Schwierzeck2-66/+0
2013-08-13MIPS: bootm: add YAMON style Linux preparation/jump code for Qemu MaltaDaniel Schwierzeck1-2/+20
2013-08-13MIPS: bootm: add support for generic relocation of init ramdisksDaniel Schwierzeck1-2/+6
2013-08-13MIPS: bootm: refactor initialisation of kernel environmentDaniel Schwierzeck1-33/+29
2013-08-13MIPS: bootm: refactor initialisation of kernel cmdlineDaniel Schwierzeck1-47/+83
2013-08-13MIPS: bootm: add support for LMBDaniel Schwierzeck1-0/+21
2013-08-13MIPS: bootm: optimize kernel entry callDaniel Schwierzeck1-7/+4
2013-08-13MIPS: bootm: fix checkpatch.pl warningsDaniel Schwierzeck1-6/+7
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk4-68/+4
2013-07-17Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach1-2/+2
2013-05-02lib: consolidate hang()Andreas Bießmann1-7/+0
2013-02-15MIPS: board.c: remove manual relocation of env_name_specDaniel Schwierzeck1-8/+0
2013-02-13MIPS: add dynamic relocation supportGabor Juhos1-9/+0
2013-02-13MIPS: board.c: switch to new symbols __bss_end and __image_copy_endDaniel Schwierzeck1-2/+3
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-10-22common: Convert the U-Boot commands to LG-arraysMarek Vasut1-2/+2
2012-09-26malloc: remove extern declarations of malloc_bin_reloc() in board.c filesDaniel Schwierzeck1-1/+0
2012-08-17dm: mips: Import libgcc components from LinuxMarek Vasut5-0/+122
2012-06-04MIPS: board.c: move extern declarations to u-boot-mips.hDaniel Schwierzeck1-7/+0
2012-06-04MIPS: bootm_qemu_mips.c: make checkpatch.pl cleanDaniel Schwierzeck1-12/+14
2012-06-04MIPS: bootm.c: make checkpatch.pl cleanDaniel Schwierzeck1-51/+51
2012-05-16net: move bootfile init into eth_initializeMike Frysinger1-8/+0
2012-05-16net: punt bd->bi_ip_addrMike Frysinger1-3/+0
2012-04-02MIPS: board.c: fix init of flash data in bd_infoDaniel Schwierzeck1-2/+6
2012-03-19bootstage: 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-09arch/mips/lib/board.c: Fix GCC 4.6 build warningWolfgang Denk1-4/+6
2011-12-09arch/mips/lib/board.c: make (mostly) checkpatch cleanWolfgang Denk1-64/+60
2011-10-24mips: Use getenv_ulong() in place of getenv(), strtoulSimon Glass1-11/+3
2011-10-06net: drop !NET_MULTI codeMike Frysinger1-2/+0
2011-07-28unify version_stringAndreas Bießmann1-4/+0
2011-05-09MIPS: Move timer code to arch/mips/cpu/$(CPU)/Shinya Kuribayashi2-99/+0
2011-04-02MIPS: Purple: Remove Purple supportDaniel Schwierzeck1-10/+0
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk1-2/+2
2010-10-20board_init_r: Removed unused cmdtp variableRichard Retanubun1-1/+0
2010-09-19common: move TOTAL_MALLOC_LEN to include/common.hHeiko Schocher1-8/+0
2010-09-19relocation: fixup cmdtableHeiko Schocher1-24/+4
2010-08-04Rename getenv_r() into getenv_f()Wolfgang Denk1-1/+1
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk2-2/+2
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser5-0/+835