aboutsummaryrefslogtreecommitdiff
path: root/board/incaip
AgeCommit message (Expand)AuthorFilesLines
2013-10-31mips: convert makefiles to Kbuild styleMasahiro Yamada1-22/+2
2013-10-14Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk1-2/+2
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk5-85/+5
2013-01-31MIPS: incaip: remove custom u-boot.lds scriptGabor Juhos1-65/+0
2013-01-30MIPS: remove OUTPUT_FORMAT from linker scriptsGabor Juhos1-4/+0
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut1-6/+0
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut1-0/+5
2012-07-29doc: cleanup - move board READMEs into respective board directoriesWolfgang Denk1-0/+57
2011-05-10MIPS: Introduce --gc-sections for MIPSDaniel Schwierzeck1-5/+5
2011-02-05MIPS: Move Inca-IP targets to boards.cfgShinya Kuribayashi1-1/+1
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-2/+2
2010-09-04MIPS: update the MIPS u-boot.ldsXiangfu Liu1-1/+1
2009-03-20Fix all linker script to handle all rodata sectionsTrent Piepho1-1/+1
2008-11-18Align end of bss by 4 bytesSelvamuthukumar1-1/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2-17/+17
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-3/+3
2008-09-10rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-09-02Moved initialization of IncaIP Ethernet controller to board_eth_initBen Warren1-0/+8
2008-06-12Change initdram() return type to phys_size_tBecky Bruce1-1/+1
2008-06-05[MIPS] Update <asm/addrspace.h> headerShinya Kuribayashi1-1/+1
2008-06-05[MIPS] Kill unused <version.h> inclusionsShinya Kuribayashi1-1/+0
2008-04-18Use jr as register jump instructionShinya Kuribayashi1-4/+4
2008-03-25[MIPS] Introduce _machine_restartShinya Kuribayashi1-0/+6
2008-03-25[MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()Shinya Kuribayashi1-0/+6
2008-01-12Fix linker scripts: add NOLOAD atribute to .bss/.sbss sectionsWolfgang Denk1-2/+2
2007-11-17[MIPS] u-boot.lds: Cleanup __u_boot_cmd_{start,end}Shinya Kuribayashi1-4/+5
2007-11-17Fixed mips_io_port_base build errors.Jean-Christophe PLAGNIOL-VILLARD1-2/+3
2007-10-21[MIPS] u-boot.lds: Define _gp in a standard mannerShinya Kuribayashi1-1/+2
2007-10-21[MIPS] u-boot.lds: Fix __got_start and __got_endShinya Kuribayashi1-3/+5
2007-10-21[MIPS] u-boot.lds: Remove duplicated .sdata sectionShinya Kuribayashi1-3/+0
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk1-1/+1
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz1-7/+11
2005-12-04Code cleanup, especially MIPS for GCC 4.xWolfgang Denk3-5/+8
2005-08-31Fix problems with ld version 2.16 (dot outside sections problem)Wolfgang Denk1-0/+1
2005-04-02Prepare for SoC rework of ARM code:wdenk2-5/+5
2004-02-20Add Auto-MDIX support for INCA-IPLABEL_2004_02_20_2310wdenk1-0/+2
2004-01-29* Implement adaptive SDRAM timing configuration based on actual CPULABEL_2004_01_29_1030wdenk1-37/+94
2004-01-06Add a common get_ram_size() function and modify the thewdenk1-47/+1
2004-01-02* Cleanup lowboot code for MPC5200wdenk1-31/+30
2003-12-27* Make CPU clock on ICA-IP board controllable by a "cpuclk"wdenk1-51/+132
2003-06-27* Code cleanup:LABEL_2003_06_27_2340wdenk4-28/+31
2003-05-30* Get (mostly) rid of CFG_MONITOR_LEN definition; compute real lengthLABEL_2003_05_30_1450wdenk1-1/+1
2003-04-20* Make sure Block Lock Bits get cleared in R360MPI flash driverwdenk1-10/+16
2003-03-31* Patch by Arun Dharankar, 24 Mar 2003:wdenk2-1/+29
2003-03-27* Add support for MIPS32 4Kc CPUswdenk6-0/+1088