summaryrefslogtreecommitdiffstats
path: root/board
Commit message (Collapse)AuthorAgeFilesLines
...
* | | [PATCH] Add some missing machtypes for netstar & voiceblue boardsStefan Roese2006-10-282-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | Use MACH_TYPE_NETSTAR and MACH_TYPE_VOICEBLUE defines instead of numbers in code. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Stefan Roese <sr@denx.de>
* | | Fix "ar" flags in some Makefiles to allow for silent "make -s"Wolfgang Denk2006-10-272-2/+2
| | |
* | | Finish up support for the ATSTK1000/ATSTK1002 boardsHaavard Skinnemoen2006-10-251-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add atstk1002_config target to Makefile and move the AVR32 section down below Blackfin so that it doesn't end up in the middle of MIPS. Drop the autogenerated linker script thing for now. Will have to revisit how to handle chips with different flash and RAM layout later. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
* | | Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-10-247-2/+403
|\ \ \
| * \ \ Merge with /home/wd/git/u-boot/mailing-list/Haavard_SkinnemoenWolfgang Denk2006-10-245-0/+402
| |\ \ \
| | * | | Move atstk1000 files into vendor specific directory.Wolfgang Denk2006-10-245-1/+1
| | | | | | | | | | | | | | | | | | | | Patch by Haavard Skinnemoen, 12 Sep 2006
| | * | | Add ATSTK1000 and ATSTK1002 board supportWolfgang Denk2006-10-245-0/+402
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Haavard Skinnemoen, 06 Sep 2006 This patch adds support for the ATSTK1000 with the ATSTK1002 CPU daughterboard. ATSTK1000 is a full-featured development board for AT32AP CPUs. It has two ethernet ports, a high quality QVGA LCD panel, a loudspeaker, and connectors for USART, PS/2, VGA, USB, MMC/SD cards and CompactFlash cards. For more information, please see this page: http://www.atmel.com/dyn/products/tools.asp?family_id=682 The ATSTK1002 is a daughterboard for the ATSTK1000 supporting the AT32AP7000 chip. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
| * | | | Fix sequoia separate object direcory building problems.Marian Balakowicz2006-10-232-2/+1
| |/ / /
* | | | Merge with http://www.jdl.com/software/u-boot-86xx.gitWolfgang Denk2006-10-2031-168/+1794
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'i2c'Jon Loeliger2006-10-203-3/+0
| |\ \ \
| | * | | Converted all 85xx boards to use a common FSL I2C driver.Jon Loeliger2006-10-203-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduced COFIG_FSL_I2C to select the common FSL I2C driver. And removed hard i2c path from a few u-boot.lds scipts too. Minor whitespace cleanups along the way. Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * | | | Fix compilation warnings on a few 85xx boards.Jon Loeliger2006-10-203-3/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * | | | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-10-195-0/+710
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | * Fix a bunch of compiler warnings for gcc 4.0Jon Loeliger2006-10-199-20/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
| * | | | Move "ar" flags to config.mk to allow for silent "make -s"Jon Loeliger2006-10-111-1/+1
| | | | |
| * | | | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-10-10278-351/+1638
| |\ \ \ \
| * | | | | Fix whitespace issues.Jon Loeliger2006-10-101-1/+0
| | | | | |
| * | | | | Fix whitespace and 80-col issues.Jon Loeliger2006-10-101-7/+12
| | | | | |
| * | | | | Merge branch 'mpc85xx'Jon Loeliger2006-09-192-1/+61
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: drivers/tsec.c
| | * | | | | Add support for eTSEC 3 & 4 on 8548 CDSAndy Fleming2006-09-191-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added support for using eTSEC 3 and eTSEC 4 on the 8548 CDS. This will only work on rev 1.3 boards (but doesn't break older boards) * Cleaned up some comments to reflect the expanded role of tsec in other systems
| | * | | | | Added code to support 2.6.18 PCI changes in u-bootAndy Fleming2006-09-191-1/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added code to swizzle the IRQ map for the PCI
| * | | | | | Modified makefile for new build mechanism.Jon Loeliger2006-09-191-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * | | | | | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-09-19305-2010/+4837
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: board/stxxtc/Makefile
| * \ \ \ \ \ \ Merge branch 'mpc86xx'Jon Loeliger2006-08-223-160/+170
| |\ \ \ \ \ \ \
| | * | | | | | | General indent and whitespace cleanups.Jon Loeliger2006-08-223-160/+170
| | | | | | | | |
| * | | | | | | | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-08-227-12/+313
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'mpc86xx'Jon Loeliger2006-08-092-403/+3
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | Removed MPC8641HPCN DTS source file from build.Jon Loeliger2006-08-092-403/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is no longer linked into U-Boot; its sources are now located in the kernel tree. Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * | | | | | | | | Merge branch 'mpc85xx'Jon Loeliger2006-08-0916-148/+283
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/ft_build.h include/pci.h Resolved, though.
| | * | | | | | | | * Fixed a bug where 8555 PCI code used the old variable and function names ↵Matthew McClintock2006-08-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Andy Fleming 17-Mar-2006 Signed-off-by: Andy Fleming <afleming@freescale.com>
| | * | | | | | | | * Added VIA configuration tableMatthew McClintock2006-08-0912-71/+197
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added support for PCI2 on CDS Patch by Andy Fleming 17-Mar-2006 Signed-off-by: Andy Fleming <afleming@freescale.com>
| | * | | | | | | | * Fixed PCI memory definitions Patch by Andy Fleming 17-Mar-2006Matthew McClintock2006-08-091-17/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Fleming <afleming@freescale.com>
| | * | | | | | | | * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards Patch by Jon ↵Matthew McClintock2006-08-096-3/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Loeliger 17-Jan-2006 Signed-off-by: Jon Loeliger <jdl@freescale.com>
| | * | | | | | | | * Removed the oftree.dts for stxxtx in light of the changes to the flat ↵Matthew McClintock2006-08-092-61/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | device tree handling code Patch by Matthew McClintock 26-June-2006
| * | | | | | | | | Merge branch 'wd'Jon Loeliger2006-08-09129-764/+14577
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'mpc86xx'Jon Loeliger2006-08-092-0/+54
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | Add Rapidio support for the MPC8641HPCNJohn Traill2006-08-092-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Traill <john.traill@freescale.com>
| * | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-07-312-1/+65
| |\| | | | | | | | |
| | * | | | | | | | | Correct the irq value of DUART2Haiying Wang2006-07-311-1/+1
| | | | | | | | | | |
| | * | | | | | | | | Move get_board_sys_clk to board directoryHaiying Wang2006-07-311-0/+64
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-07-271-61/+75
| |\| | | | | | | | |
| | * | | | | | | | | Fixed OF device tree of mpc86xxhpcn board.Zhang Wei2006-07-271-61/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The changes works in with kernel irq mapping rework. Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
| * | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-07-132-1/+245
| |\| | | | | | | | |
| | * | | | | | | | | Add support for reading and writing mac addresses to or from ID EEPROM.Haiying Wang2006-07-132-1/+245
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added code for reading and writing Mac addresses to/from ID EEPROM(0x57). With attached patch, we can use command "mac/mac read/mac save/" to read and write EEPROM under u-boot prompt. U-boot will calculate the checksum of EEPROM while bootup, if it is right, then u-boot will check whether the mac address of eTSEC0/1/2/3 is availalbe (non-zero). If there is mac address availabe in EEPROM, u-boot will use it, otherewise, u-boot will use the mac address defined in MPC8641HPCN.h. This matches the requirement to set unique mac address for each TSEC port. Signed-off-by: Haiying Wang <haiying.wang@freescale.com> Signed-off-by: York Sun <yorksun@freescale.com>
| * | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-06-222-40/+56
| |\| | | | | | | | |
| | * | | | | | | | | Fix bug in 8641hpcn reset command with no args.Jon Loeliger2006-06-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Haiying Wang <haiying.wang@freescale.com> Acked-by: Jon Loeliger <jdl@freescale.com>
| | * | | | | | | | | Reworked IRQ mapping in OF-tree.Zhang Wei2006-06-221-39/+55
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-06-071-1/+5
| |\| | | | | | | | |
| | * | | | | | | | | Allow DTC path to be passed in.Jon Loeliger2006-06-071-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@jdl.com>
| * | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-06-078-103/+669
| |\| | | | | | | | |