summaryrefslogtreecommitdiffstats
path: root/arch/m68k
Commit message (Expand)AuthorAgeFilesLines
* m68k: Use image_setup_linux() instead of local codeSimon Glass2013-05-141-12/+3
* lib: consolidate hang()Andreas Bießmann2013-05-011-7/+0
* Consolidate bool typeYork Sun2013-04-011-1/+1
* Declare watchdog functions in watchdog.hSimon Glass2013-03-151-0/+1
* Introduce generic link section.h symbol filesSimon Glass2013-03-151-0/+27
* Replace __bss_end__ with __bss_endSimon Glass2013-03-151-2/+2
* malloc: make malloc_bin_reloc staticGabor Juhos2013-02-191-1/+0
* m68k: Use generic global_dataSimon Glass2013-02-041-38/+1
* m68k: Move CONFIG_EXTRA_CLOCK to arch_global_dataSimon Glass2013-02-046-26/+26
* ppc: m68k: Move i2c1_clk, i2c2_clk to arch_global_dataSimon Glass2013-02-047-12/+12
* Add architecture-specific global dataSimon Glass2013-02-011-0/+6
* m68k/lib: fix serial driver relocationangelo2013-01-111-2/+2
* env: Use getenv_yesno() more generallyJoe Hershberger2012-12-131-2/+1
* Add strcasecmp() and strncasecmp()Simon Glass2012-12-111-1/+1
* ColdFire: Add MCF5441x CPU supportAlison Wang2012-10-249-54/+1967
* ColdFire: Fix unused variable in cpu_init.cAlison Wang2012-10-241-3/+5
* common: Convert the U-Boot commands to LG-arraysMarek Vasut2012-10-221-2/+2
* m68k: Change bi_baudrate and global data baudrate to intSimon Glass2012-10-192-2/+2
* m68k: Fix unused variable in board.cMarek Vasut2012-10-191-1/+2
* m68k: Fix unused variable warning in speed.cMarek Vasut2012-10-191-2/+7
* m68k: Fix unused variable warningMarek Vasut2012-10-191-1/+2
* m68k: Fix wrong assembler instruction in start.SMarek Vasut2012-10-194-4/+4
* m68k: Fix relocation errors in start.SPhilippe De Muyter2012-10-191-2/+2
* serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut2012-10-151-2/+0
* malloc: remove extern declarations of malloc_bin_reloc() in board.c filesDaniel Schwierzeck2012-09-261-1/+0
* Flex bus definition update for Coldfire 5253.Jason Jin2012-09-201-0/+68
* ColdFire: Queued SPI driverRichard Retanubun2012-09-203-2/+41
* ColdFire: Clean up checkpatch warnings for MCF54451 and MCF54455Alison Wang2012-09-205-187/+201
* ColdFire: Clean up checkpatch warnings for MCF547x and MCF548xAlison Wang2012-09-205-112/+122
* ColdFire: Clean up checkpatch warnings for MCF523xAlison Wang2012-09-204-84/+96
* ColdFire: Clean up checkpatch warnings for MCF532x/MCF537x/MCF5301xAlison Wang2012-09-204-203/+226
* ColdFire: Clean up checkpatch warnings for MCF52x2Alison Wang2012-09-204-197/+229
* ColdFire: Clean up checkpatch warnings for MCF5227xAlison Wang2012-09-204-101/+107
* ColdFire: Add clear and set bits macros for ColdFire platformAlison Wang2012-09-201-1/+37
* ColdFire: Update the bitops for ColdFire platformAlison Wang2012-09-201-32/+27
* global_data: unify global flag definesMike Frysinger2012-08-091-13/+1
* net: move bootfile init into eth_initializeMike Frysinger2012-05-151-5/+0
* net: punt bd->bi_ip_addrMike Frysinger2012-05-152-10/+0
* bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass2012-03-181-1/+1
* bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()Simon Glass2012-03-181-1/+1
* m68k: Change memsz to a signed char to avoid warningSimon Glass2012-03-031-1/+1
* m68k: fix ambiguous bit testingMike Frysinger2011-12-051-1/+1
* m68k: Use getenv_ulong() in place of getenv(), strtoulSimon Glass2011-10-231-25/+8
* m68k: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf2011-10-231-0/+10
* ColdFire: Add $(obj) before cpu lib to correct buildstany MARCEL2011-10-195-5/+5
* net: drop !NET_MULTI codeMike Frysinger2011-10-051-2/+0
* image: push default arch values to arch headersMike Frysinger2011-10-051-0/+3
* console: Implement pre-console bufferGraeme Russ2011-10-051-0/+3
* ColdFire:Clean up the CONFIG_STANDALONE_LOAD_ADDR usageJason Jin2011-09-041-2/+1
* ColdFire:Add mb for 5253 dram initializationJason Jin2011-09-041-0/+2
OpenPOWER on IntegriCloud