summaryrefslogtreecommitdiff
path: root/board/tqc/tqm8xx
Commit message (Expand)AuthorAgeLines
* powerpc: Finish updating u-boot*lds scripts for newer binutilsTom Rini2015-11-10-1/+0
* mpc8xx: remove FPS{850, 860}L, NSCU, SM850, TK885D, virtlab2 supportMasahiro Yamada2015-01-05-151/+1
* fdt: Allow ft_board_setup() to report failureSimon Glass2014-11-21-1/+3
* MAINTAINERS: comment out blank M: fieldMasahiro Yamada2014-09-24-1/+1
* kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada2014-09-13-54/+0
* Add board MAINTAINERS filesMasahiro Yamada2014-07-30-0/+47
* kconfig: add board Kconfig and defconfig filesMasahiro Yamada2014-07-30-0/+287
* Makefile: rename all libraries to built-in.oMasahiro Yamada2013-11-17-7/+7
* board: powerpc: convert makefiles to Kbuild styleMasahiro Yamada2013-11-01-21/+1
* drivers: move some drivers to drivers/MakefileMasahiro Yamada2013-10-31-2/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-68/+4
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-03-18-1/+1
|\
| * Refactor linker-generated arraysAlbert ARIBAUD2013-03-12-1/+1
* | Replace __bss_end__ with __bss_endSimon Glass2013-03-15-1/+1
|/
* TQM8xx: adjust linker script to grown code sizeWolfgang Denk2012-10-28-3/+1
* common: Discard the __u_boot_cmd sectionMarek Vasut2012-10-22-3/+0
* common: Add .u_boot_list into all linker filesMarek Vasut2012-10-22-0/+5
* TQM8xx: adjust linker script to grown code sizeWolfgang Denk2012-10-02-2/+0
* TQM8xx: make room for growing code size due to I/O accessor cleanupWolfgang Denk2011-10-05-136/+2
* Fix incorrect use of getenv() before relocationWolfgang Denk2011-05-12-8/+10
* powerpc, 8xx: Fixup all 8xx u-boot.lds scriptsJoakim Tjernlund2011-04-20-2/+3
* rename _end to __bss_end__Po-Yu Chuang2011-03-27-2/+2
* miiphy: convert to linux/mii.hMike Frysinger2011-01-09-3/+3
* 8xx: Cleanup for partial linking and --gc-sectionsWolfgang Denk2010-11-27-51/+22
* Switch from archive libraries to partial linkingSebastien Carlier2010-11-17-2/+2
* Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk2010-10-18-28/+0
* Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk2010-10-18-1/+1
* Remove HMI10 board supportWolfgang Denk2010-09-19-23/+0
* net ppc: fix ethernet device names with spacesHeiko Schocher2010-08-09-2/+2
* Move arch/ppc to arch/powerpcStefan Roese2010-04-21-5/+5
* ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser2010-04-13-3/+3
* Rename lib_generic/ to lib/Peter Tyser2010-04-13-5/+5
* Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser2010-04-13-2/+2
* TQM8xx: add device tree support for TQM8xx based boards.Heiko Schocher2010-03-12-0/+119
* ppc: Enable full relocation to RAMPeter Tyser2009-10-03-2/+0
* Fix all linker script to handle all rodata sectionsTrent Piepho2009-03-20-3/+1
* boards: get mac address from env and move load_sernum_ethaddr() to board initMike Frysinger2009-03-20-0/+3
* TQM8xxL: make some room in low memory for future needsWolfgang Denk2009-02-19-1/+0
* Update U-Boot's build timestamp on every compilePeter Tyser2008-12-06-1/+2
* lwmon, tqm8xx: Fix build errorsAnatolij Gustschin2008-12-06-2/+3
* Align end of bss by 4 bytesSelvamuthukumar2008-11-18-0/+1
* lcd: Let the board code show board-specific infoHaavard Skinnemoen2008-10-27-0/+26
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-46/+46
* Coding style cleanup; update CHANEGLOGWolfgang Denk2008-09-17-35/+35
* TQM8xx: Fix CFI flash driver support for all TQM8xx based boardsWolfgang Denk2008-09-16-866/+93
* rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-10-16/+16
* rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD2008-09-10-2/+2
* rename environment.c in env_embedded.c to reflect is functionalityJean-Christophe PLAGNIOL-VILLARD2008-09-10-2/+2
* drivers/mtd: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-13-2/+2
* Change initdram() return type to phys_size_tBecky Bruce2008-06-12-1/+1