summaryrefslogtreecommitdiffstats
path: root/include/configs/TQM5200.h
Commit message (Collapse)AuthorAgeFilesLines
* PPC: Create and use CONFIG_HIGH_BATSBecky Bruce2008-06-031-0/+2
| | | | | | | | | | | Change all code that conditionally operates on high bat registers (that is, BATs 4-7) to look at CONFIG_HIGH_BATS instead of the myriad ways this is done now. Define the option for every config for which high bats are supported (and enabled by early boot, on parts where they're not always enabled) Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
* Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boardsTsiChung Liew2008-04-131-0/+1
| | | | | | | Remove test for CONFIG_MPC5200 in drivers/pci/pci_auto.c and define CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in related board configuration files. Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
* TQM5200B: update MTD partition layoutMartin Krause2008-03-191-5/+16
| | | | | | | | - insert partition for dtb blob to TQM5200B MTD layout - set env variables dependent on the configured board (TQM5200 or TQM5200B) Signed-off-by: Martin Krause <martin.krause@tqs.de>
* Fix problems with usb storage devices on MPC5200 /TQM5200Markus Klotzbücher2008-01-091-0/+1
| | | | | | | The MPC5200 OHCI controller operates in big endian, so CFG_OHCI_BE_CONTROLLER must be defined for it to work properly. Signed-off-by: Markus Klotzbuecher <mk@denx.de>
* TQM5200: increase kernel_addr_r and fdt_addr_r (hinted by Wolfgang Denk).Bartlomiej Sieka2007-10-251-2/+2
| | | | Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
* TQM5200: fix spurious characters on second serial interfaceMartin Krause2007-10-241-1/+1
| | | | | | | | | With this patch PSC3 is configured as UART. This is done, because if the pins of PSC3 are not configured at all (-> all pins are GPI), due to crosstalk, spurious characters may be send over the RX232_2_TXD signal line. Signed-off-by: Martin Krause <martin.krause@tqs.de>
* Merge branch 'master' of /.automount/castor-vlab/root/home/wd/git/u-boot/master/Wolfgang Denk2007-10-101-1/+1
|\
| * tqm5200: Fix CONFIG_CMD_PCI typo in board config file.Marian Balakowicz2007-10-051-1/+1
| | | | | | | | Signed-off-by: Marian Balakowicz <m8@semihalf.com>
* | tqm5200: Restore customary env. variable boot commands for powerpc kernelsBartlomiej Sieka2007-09-131-16/+23
|/ | | | | | | | - update default definitions of kernel_addr and fdt_addr env. variables - make arch/powerpc booting the default scenario - update MTD partition layout to match the above Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
* Migrate 5xxx boards from CONFIG_OF_FLAT_TREE to CONFIG_OF_LIBFDTGrant Likely2007-09-061-1/+1
| | | | | | | | | | | | | | Affects boards: icecube (lite5200), jupiter, motionpro, tqm5200 Tested on: lite5200b Note: the fixup functions have not been moved to a common place. This patch is targeted for immediate merging as in solves a build issue, but the final name/location of the fixups is still subject to debate. I propose to merge this now, and move the fixups in the next merge window to be usable by all targets. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* fdt: remove unused OF_FLAT_TREE_MAX_SIZE referencesKim Phillips2007-08-291-2/+0
| | | | | | and make some minor corrections to the FDT part of the README. Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
* Clean up some remaining CFG_CMD_ -> CONFIG_CMD_ issues.Wolfgang Denk2007-08-121-3/+2
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* Merge with git://www.denx.de/git/u-boot.gitMarkus Klotzbuecher2007-08-071-55/+84
|\
| * include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*.Jon Loeliger2007-07-101-2/+10
| | | | | | | | | | | | | | | | | | Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h used to be included but CONFIG_BOOTP_MASK was not defined. Remove lingering references to CFG_CMD_* symbols. Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * Clear up confusion over the CMD_POST and POST_DIAG mess.Jon Loeliger2007-07-081-4/+4
| | | | | | | | | | | | | | | | For some reason, CONFIG_POST permeated as CONFIG_CMD_POST_DIAG when it really means just CONFIG_CMD_DIAG. There is no CMD_POST. Clear this mess up some. Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * include/configs: Use new CONFIG_CMD_* in TQM board config files.Jon Loeliger2007-07-051-48/+42
| | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * Coding stylke cleanup; rebuild CHANGELOGWolfgang Denk2007-06-221-2/+2
| |
| * TQM5200: Add Flat Device Tree support, update default env. accordingly.Bartlomiej Sieka2007-06-081-3/+27
| | | | | | | | | | Signed-off-by: Jan Wrobel <wrr@semihalf.com> Acked-by: Bartlomiej Sieka <tur@semihalf.com>
* | Merge git://www.denx.de/git/u-boot into 2007_05_15-testingMarkus Klotzbuecher2007-05-291-6/+6
|\ \ | |/
| * MPC5xxx: Change names of defines related to IPB and PCI clocks.Bartlomiej Sieka2007-05-271-6/+6
| | | | | | | | | | | | | | | | | | | | Both CFG_PCISPEED_66 and CFG_IPBSPEED_133 are misnamed, as defining them does not cause PCI or IPB clocks to run at the specified speed. Instead, they configure divisors used to calculate said clocks. This patch renames the defines according to their real function. Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> Acked-by: Bartlomiej Sieka <tur@semihalf.com>
* | Merge with git://www.denx.de/git/u-boot.git#testing-USBMarkus Klotzbuecher2007-03-231-1/+8
|\ \ | |/ |/|
| * Merge with /home/mk/git/u-boot-generic_ohci#generic_ohciWolfgang Denk2006-11-271-1/+8
| |\
| | * Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be ableMarkus Klotzbuecher2006-11-271-1/+1
| | | | | | | | | | | | to choose between the old and the generic OHCI drivers.
| | * Modified the mpc5xxx and the ppc4xx cpu to use the generic OHCI driverMarkus Klotzbuecher2006-11-271-0/+7
| | | | | | | | | | | | | | | | | | and adapted board configs TQM5200 and yosemite accordingly. This commit also makes the maximum number of root hub ports configurable (CFG_USB_OHCI_MAX_ROOT_PORTS).
* | | Adjusted default environment for cam5200 board.Reinhard Thies2007-01-101-2/+12
| | |
* | | CAM5200 flash driver modifications:Marian Balakowicz2007-01-101-10/+10
|/ / | | | | | | | | - use CFI driver (replaces custom flash driver) for main 'cam5200' target - add second build target 'cam5200_niosflash' which still uses custom driver
* | Updates for TQM5200 modules:Wolfgang Denk2006-11-231-35/+11
| | | | | | | | | | - fix off-by-one error in board/tqm5200/cam5200_flash.c error message - simplify "udate" definitions
* | Enable commandline editing and hush shell on all TQM boards.Wolfgang Denk2006-10-281-0/+1
| |
* | Update for CAM5200 board:Marian Balakowicz2006-10-031-33/+68
| | | | | | | | | | | | | | - Map in a additional chip selects CS4 and CS5. - Modify the port configration, configure six UARTs and no PCI, ATA and USB. - Add custom flash driver to handle specific byte swapping
* | Merge with /home/tur/proj/fo300/u-bootWolfgang Denk2006-08-251-1/+1
|\ \
| * | Add a fix for a buggy USB device on the FO300 board.Bartlomiej Sieka2006-08-221-1/+1
| | |
* | | Minor cleanupWolfgang Denk2006-08-181-2/+2
|/ /
* | Add support for WTK FO300 board (TQM5200 based).Marian Balakowicz2006-08-181-8/+47
|/
* Fix preboot message on TQM5200 after switching to hush parser.Wolfgang Denk2006-07-261-1/+1
|
* Add configuration for cam5200 board (based on TQM5200S).Wolfgang Denk2006-07-221-6/+6
|
* * Cleanup TQM5200 board configurations:Wolfgang Denk2006-07-211-73/+109
| | | | | | | | | | | - make highboot configurations use environment at high end, too, to avoid flash fragmentation - always use redundand environment - don't enable video code for modules without graphics controller - provide useful (though different) mtdparts settings - get rid of CONFIG_CS_AUTOCONF which was always set anyway * Extend mkconfig tool to print more useful target name
* Add support for high-boot on TQM5200 and TQM5200S boards.Wolfgang Denk2006-07-191-5/+1
| | | | | | | | | | | Hint: the CPLD on the TQM5200 must be programmed with a software version supporting the high boot option! The new TQM5200S is already supporting this option. On the TQM5200 this option will be supported in configurations with MPC5200 rev B processors. To actually "high boot", set jumper X30 on the STK52xx. Patch by Martin Krause, 12 Jul 2006
* Add support for new TQM5200 revisionsWolfgang Denk2006-07-191-5/+49
| | | | | | | - Support for TQM5200S (short version without graphic controller) - Support for modules with 'N' type S29GL128N Spansion flashes (requires changes to flash layout) - Support for MPC5200B cpu (mostly support for second SDRAM bank)
* Adjust RTC century handling on STK52xx board to match Linux driver.Wolfgang Denk2006-07-191-0/+2
| | | | Patch by Martin Krause, 12 Jun 2006
* Enable buffered flash writes for TQM5200 board.Wolfgang Denk2006-07-181-1/+1
|
* Adjust TQM5200 make targetsWolfgang Denk2006-06-161-27/+4
| | | | | | | | | Make the automatic CS configuration the default. The dedicated configurations CONFIG_TQM5200_AA, CONFIG_TQM5200_AB and CONFIG_TQM5200_AC are removed. "TQM5200_config" is now the default for STK52XX.200 base boards. On a STK52XX.100 base board "TQM5200_STK100_config" must be used. Patch by Martin Krause, 07 Nov 2005
* Adjust "echo" as a default commandWolfgang Denk2006-03-121-1/+0
| | | | Patch by Sam Song, 19 Jun 2005
* Increase malloc arena on TQM5200 board to 256 kB.Wolfgang Denk2005-12-011-1/+1
| | | | | With 64 kb uniform flash sector size the old value of 128 kB was too small.
* Change all '$(...)' variable references into '${...}'Wolfgang Denk2005-11-201-9/+9
| | | | | | which makes the environment compatible with the hush shell. WARNING: Support for the old '$(...)' syntax will be discontinued in a later version.
* Add support for multiple PHYs.Marian Balakowicz2005-10-281-1/+1
|
* Support passing of OF flat trees to the kernel.Wolfgang Denk2005-10-131-1/+1
| | | | Patch by Pantelis Antoniou, 04 Sep 2005
* Add JFFS2 support for TQM5200 boardWolfgang Denk2005-08-231-0/+10
|
* Add new board specific commands for TQM5200/STK52XXWolfgang Denk2005-08-191-1/+2
| | | | | | - Sound commands (beep, wav, sound) - Test commands (led, can, backlight, rs232) Patch by Martin Krause, 02 May 2005
* Add RTC support for STK52XX.200Wolfgang Denk2005-08-181-1/+6
| | | | Patch by Martin Krause, 7 Apr. 2005
* Fix problems with SNTP support;wdenk2005-04-021-1/+3
| | | | enable SNTP support in some boards.
OpenPOWER on IntegriCloud