summaryrefslogtreecommitdiff
path: root/arch/m68k/lib
AgeCommit message (Expand)AuthorFilesLines
2013-07-17Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach1-1/+1
2013-07-02avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linuxAndreas Bießmann1-0/+6
2013-06-27m68k: fix debug call befor serial initJens Scharsig (BuS Elektronik)1-2/+2
2013-05-14m68k: Use image_setup_linux() instead of local codeSimon Glass1-12/+3
2013-05-02lib: consolidate hang()Andreas Bießmann1-7/+0
2013-04-02Consolidate bool typeYork Sun1-1/+1
2013-03-16Declare watchdog functions in watchdog.hSimon Glass1-0/+1
2013-03-16Replace __bss_end__ with __bss_endSimon Glass1-2/+2
2013-02-20malloc: make malloc_bin_reloc staticGabor Juhos1-1/+0
2013-02-04m68k: Move CONFIG_EXTRA_CLOCK to arch_global_dataSimon Glass1-3/+3
2013-01-12m68k/lib: fix serial driver relocationangelo1-2/+2
2012-12-13env: Use getenv_yesno() more generallyJoe Hershberger1-2/+1
2012-10-22common: Convert the U-Boot commands to LG-arraysMarek Vasut1-2/+2
2012-10-19m68k: Fix unused variable in board.cMarek Vasut1-1/+2
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut1-2/+0
2012-09-26malloc: remove extern declarations of malloc_bin_reloc() in board.c filesDaniel Schwierzeck1-1/+0
2012-05-16net: move bootfile init into eth_initializeMike Frysinger1-5/+0
2012-05-16net: punt bd->bi_ip_addrMike Frysinger1-9/+0
2012-03-19bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass1-1/+1
2012-03-18bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()Simon Glass1-1/+1
2012-03-03m68k: Change memsz to a signed char to avoid warningSimon Glass1-1/+1
2011-10-24m68k: Use getenv_ulong() in place of getenv(), strtoulSimon Glass1-25/+8
2011-10-06net: drop !NET_MULTI codeMike Frysinger1-2/+0
2011-09-04ColdFire:Update the timer_init since it was unified.Jason Jin2-3/+5
2011-07-26Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ1-5/+0
2011-07-26Timer: Remove set_timer completelyGraeme Russ2-16/+2
2011-04-27Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk1-0/+4
2011-04-27Don't grab memory for LCD if FB address is definedMinkyu Kang1-0/+4
2011-04-26Stop passing around bootmem_base value.Grant Likely1-5/+2
2011-03-27rename _end to __bss_end__Po-Yu Chuang1-2/+2
2011-01-19Replace "FLASH" strings with "Flash" or "flash"Peter Tyser1-1/+1
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-26Rename CONFIG_SYS_INIT_RAM_END into CONFIG_SYS_INIT_RAM_SIZEWolfgang Denk1-1/+1
2010-10-20board_init_r: Removed unused cmdtp variableRichard Retanubun1-1/+0
2010-10-07PCU_E: remove code for yet another corpseWolfgang Denk1-4/+0
2010-09-23Remove unused CONFIG_SERIAL_SOFTWARE_FIFO featureStefan Roese1-4/+0
2010-09-19common: move TOTAL_MALLOC_LEN to include/common.hHeiko Schocher1-8/+0
2010-09-19relocation: fixup cmdtableHeiko Schocher1-23/+4
2010-08-04Rename getenv_r() into getenv_f()Wolfgang Denk1-3/+3
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser7-0/+1508