aboutsummaryrefslogtreecommitdiff
path: root/board/tqc
AgeCommit message (Expand)AuthorFilesLines
2013-11-25board: tqm5200: delete its own object make ruleMasahiro Yamada1-3/+0
2013-11-17Makefile: rename all libraries to built-in.oMasahiro Yamada1-7/+7
2013-11-17Makefile: make directories by Makefile.buildMasahiro Yamada2-8/+0
2013-11-01board: powerpc: convert makefiles to Kbuild styleMasahiro Yamada5-106/+7
2013-10-31drivers: move some drivers to drivers/MakefileMasahiro Yamada1-2/+2
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk4-4/+4
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini3-3/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk19-325/+19
2013-07-23i2c, soft-i2c: switch to new multibus/multiadapter supportHeiko Schocher3-3/+3
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-1/+1
2013-03-15Replace __bss_end__ with __bss_endSimon Glass1-1/+1
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD1-1/+1
2012-10-28TQM8xx: adjust linker script to grown code sizeWolfgang Denk1-3/+1
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut1-3/+0
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut1-0/+5
2012-10-05MPC85xx: remove support for TQM85xx boardsWolfgang Denk6-1877/+0
2012-10-02TQM8xx: adjust linker script to grown code sizeWolfgang Denk1-2/+0
2012-07-29doc: cleanup - move board READMEs into respective board directoriesWolfgang Denk1-0/+415
2011-11-07board/tqc/tqm8272/tqm8272.c: Fix GCC 4.6 build warning:Wolfgang Denk1-2/+1
2011-11-07board/tqc/tqm5200/cam5200_flash.c: Fix GCC 4.6 build warningWolfgang Denk1-8/+2
2011-11-07board/tqc/tqm5200/cmd_stk52xx.c: fix GC 4.6 build warningsWolfgang Denk1-11/+12
2011-10-27GCC4.6: Squash warnings in tqm834x.cMarek Vasut1-3/+3
2011-10-15punt unused clean/distclean targetsMike Frysinger3-18/+0
2011-10-05TQM8xx: make room for growing code size due to I/O accessor cleanupWolfgang Denk2-136/+2
2011-08-02tqm834x.c: fix compiler warningWolfgang Denk1-3/+3
2011-07-22board/tqm85xx: Create and tear down TLB for get_ram_size()Becky Bruce1-0/+7
2011-05-12Fix incorrect use of getenv() before relocationWolfgang Denk4-22/+31
2011-04-20powerpc, 8xx: Fixup all 8xx u-boot.lds scriptsJoakim Tjernlund1-2/+3
2011-03-27rename _end to __bss_end__Po-Yu Chuang2-2/+2
2011-01-19mpc85xx: Adding more registers and optionsYork Sun1-4/+4
2011-01-14powerpc/85xx: Rework TQM boards pci_init_board to use common FSL PCIe codeKumar Gala2-37/+13
2011-01-14mpc85xx boards: initdram() cleanup/bugfixBecky Bruce2-84/+0
2011-01-14tqm85xx: create fixed_sdram() to do sdram setupBecky Bruce1-14/+23
2011-01-14powerpc/8xxx: Replace is_fsl_pci_cfg with is_serdes_configuredKumar Gala1-3/+2
2011-01-09miiphy: convert to linux/mii.hMike Frysinger1-3/+3
2011-01-09tqm5200.c: fix warning: 'edid_buf' defined but not usedWolfgang Denk1-1/+2
2010-12-16mpc52xx: add support for tqm52xx based board charonHeiko Schocher1-1/+169
2010-12-09Remove redundant config.mk filesWolfgang Denk2-54/+0
2010-11-278xx: Cleanup for partial linking and --gc-sectionsWolfgang Denk1-51/+22
2010-11-26cam5200_niosflash: fix build warningsWolfgang Denk1-2/+6
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier6-12/+12
2010-11-14fsl: Clean up printing of PCI boot infoPeter Tyser1-4/+4
2010-11-12TQM85xx: Fix bug introduced by 83xx/85xx/86xx: LBC register cleanupBecky Bruce1-1/+1
2010-10-20tqm85xx: Update PCI codePeter Tyser3-116/+49
2010-10-18config.mk cleanup: drop "-I$(TOPDIR)/board" entriesWolfgang Denk1-27/+0
2010-10-18Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk6-122/+4
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk6-14/+17
2010-09-28Merge branch 'next' of /home/wd/git/u-boot/nextWolfgang Denk3-31/+6
2010-09-2383xx: Remove warmboot parameter from PCI init functionsPeter Tyser1-1/+1
2010-09-21POST cleanup.Michael Zaidman1-19/+0