summaryrefslogtreecommitdiff
path: root/board
Commit message (Collapse)AuthorAgeLines
...
| * | | | | | | | | Merge branch 'mpc85xx'Jon Loeliger2006-08-09-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-09-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Andy Fleming 17-Mar-2006 Signed-off-by: Andy Fleming <afleming@freescale.com>
| | * | | | | | | | * Added VIA configuration tableMatthew McClintock2006-08-09-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-09-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-09-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-09-61/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | device tree handling code Patch by Matthew McClintock 26-June-2006
| * | | | | | | | | Merge branch 'wd'Jon Loeliger2006-08-09-764/+14577
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'mpc86xx'Jon Loeliger2006-08-09-0/+54
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | Add Rapidio support for the MPC8641HPCNJohn Traill2006-08-09-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Traill <john.traill@freescale.com>
| * | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-07-31-1/+65
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | Correct the irq value of DUART2Haiying Wang2006-07-31-1/+1
| | | | | | | | | | |
| | * | | | | | | | | Move get_board_sys_clk to board directoryHaiying Wang2006-07-31-0/+64
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-07-27-61/+75
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | Fixed OF device tree of mpc86xxhpcn board.Zhang Wei2006-07-27-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-13-1/+245
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | Add support for reading and writing mac addresses to or from ID EEPROM.Haiying Wang2006-07-13-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-22-40/+56
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | Fix bug in 8641hpcn reset command with no args.Jon Loeliger2006-06-22-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-22-39/+55
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-06-07-1/+5
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | Allow DTC path to be passed in.Jon Loeliger2006-06-07-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@jdl.com>
| * | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-06-07-103/+669
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | Modify the IRQ of DUART2Haiying Wang2006-06-07-1/+1
| | | | | | | | | | |
| | * | | | | | | | | Review cleanups.Jon Loeliger2006-05-31-18/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
| | * | | | | | | | | White space cleanup.Jon Loeliger2006-05-31-110/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some 80-column cleanups. Convert printf() to puts() where possible. Use #include "spd_sdram.h" as needed. Enhanced reset command usage message a bit. Signed-off-by: Jon Loeliger <jdl@freescale.com>
| | * | | | | | | | | Removed unneeded local_bus_init() from 8641HPCN board.Jon Loeliger2006-05-31-34/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
| | * | | | | | | | | Moved mpc8641hpcn_board_reset() out of cpu/ into board/.Jon Loeliger2006-05-31-0/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
| | * | | | | | | | | Move mpc86xx PIXIS code to board directoryJon Loeliger2006-05-31-1/+358
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First cut at moving the PIXIS platform code out of the 86xx cpu directory and into board/mpc8641hpcn where it belongs. Signed-off-by: Jon Loeliger <jdl@freescale.com>
| | * | | | | | | | | Added pci@8000 block.Haiying Wang2006-05-26-11/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated ethernet interrupt mappings (moved up 48). Cleaned up a few comments. Signed-off-by: Jon Loeliger <jdl@jdl.com>
| | * | | | | | | | | Update 86xx address map and LAWBARs.Jon Loeliger2006-05-19-5/+20
| | | | | | | | | | |
| | * | | | | | | | | Enable 2nd CPU and I2C.Jon Loeliger2006-05-19-4/+26
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-06-07-100/+2886
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'mpc86xx'Jon Loeliger2006-05-15-11/+11
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | Update interrupt mapping.Jon Loeliger2006-05-15-11/+11
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-05-10-561/+0
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| | * | | | | | | | | | Remove unneeded INIT_RAM_LOCK cache twiddling.Haiying Wang2006-05-10-11/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correctly tracks r29 as global data pointer now. Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
| | * | | | | | | | | | Remove unnecessary flash.c file.Jon Loeliger2006-05-10-550/+0
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-05-09-0/+1433
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| | * | | | | | | | | | Get MPC8641HPCN flash images working.Jon Loeliger2006-05-09-21/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable the CFI driver. Remove bogus LAWBAR7 cruft. Use correct TEXT_BASE, Fixup load script. Enable SPD EEPROM during DDR setup. Use generic RFC 1918 IP addresses by default.
| | * | | | | | | | | | Cleanup whitespaces and style issues.Jon Loeliger2006-04-27-22/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed //-style comments. Use 80-column lines. Remove trailing whitespace. Remove dead code and debug cruft.
| | * | | | | | | | | | Initial support for MPC8641 HPCN board.Jon Loeliger2006-04-26-0/+1460
| | | | | | | | | | | |
* | | | | | | | | | | | Cleanup compile warnings. Prepare for release 1.1.5Wolfgang Denk2006-10-20-2/+0
| |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
* | | | | | | | | | | Coding Style cleanup.Wolfgang Denk2006-10-18-3/+2
| | | | | | | | | | |
* | | | | | | | | | | Merge with /home/tur/proj/051_uboot_linux_v38b/u-bootWolfgang Denk2006-10-18-0/+711
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| * | | | | | | | | | Preliminary patch adding support for the MarelV38B board.Bartlomiej Sieka2006-10-13-0/+711
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | TQM5200: perform POST memory test only on STK52xx carrier board.Wolfgang Denk2006-10-09-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (and then only if PSC6_3 is read as "1" when booting). Patch by Martin Krause, 21 Jun 2006
* | | | | | | | | | Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk2006-10-09-270/+270
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on patch by Mike Frysinger, 20 Jun 2006
* | | | | | | | | | Add missing files for EP82xxM boardsWolfgang Denk2006-10-09-0/+491
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Aaron Sells, 20 Jun 2006
* | | | | | | | | | Coding style cleanupWolfgang Denk2006-10-09-50/+47
| | | | | | | | | |
* | | | | | | | | | Merge with /home/m8/git/u-bootWolfgang Denk2006-10-05-1/+790
|\ \ \ \ \ \ \ \ \ \