summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | Modified makefile for new build mechanism.Jon Loeliger2006-09-192-15/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
| | * | | | | | | | | | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-09-19467-7505/+10966
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: board/stxxtc/Makefile
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'mpc86xx'Jon Loeliger2006-09-142-6/+8
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / | | | |/| | | | | | | | |
| | | * | | | | | | | | | Handle 86xx SVR values according to the new Reference Manual.Jon Loeliger2006-09-142-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both 8641 and 8641D have SVR == 0x8090, and are distinguished by the byte in bits 16-23 instead. Thanks to Jason Jin for noticing. Signed-off-by: Jon Loeliger <jdl@freescale.com>
| | * | | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-08-291-5/+0
| | |\| | | | | | | | | |
| | | * | | | | | | | | | Remove trailing empty lines.Jon Loeliger2006-08-291-5/+0
| | | | | | | | | | | | |
| | * | | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-08-291-3/+3
| | |\| | | | | | | | | |
| | | * | | | | | | | | | Remove bogus msync and use volatile asm.Jon Loeliger2006-08-291-3/+3
| | | | | | | | | | | | |
| | * | | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-08-291-0/+2
| | |\| | | | | | | | | |
| | | * | | | | | | | | | Add myself as maintainer for MPC8641HPCN.Jon Loeliger2006-08-291-0/+2
| | | | | | | | | | | | |
| | * | | | | | | | | | | Merge branch 'mpc85xx'Jon Loeliger2006-08-291-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / | | | |/| | | | | | | | |
| | | * | | | | | | | | | Fixed an OF-tree off-by-one bug when adding a new property name.Zhang Wei2006-08-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This bug will cause the kernel booting to pause a long time. Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
| | * | | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-08-251-7/+2
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / | | | |/| | | | | | | | |
| | | * | | | | | | | | | Change ramdiskaddr and dtbaddrHaiying Wang2006-08-251-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove PEX fluff commands. Signed-off-by: Haiying Wang <haiying.wang@freescale.com> Signed-off-by: Jon Loeliger <jdl@freescale.com>
| | * | | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-08-231-142/+138
| | |\| | | | | | | | | |
| | | * | | | | | | | | | Cleanup and lindent new AHCI driver.Jon Loeliger2006-08-231-142/+138
| | | | | | | | | | | | |
| | * | | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-08-235-7/+929
| | |\| | | | | | | | | |
| | | * | | | | | | | | | Add AHCI define and sata support for MPC8641HPCN board.Jin Zhengxiong2006-08-231-3/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by:Jason Jin<jason.jin@freescale.com>
| | | * | | | | | | | | | Add AHCI support to u-bootJin Zhengxiong2006-08-234-2/+903
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add AHCI support in u-boot, enable the sata disk controllers which following the AHCI protocol. Signed-off-by:Jason Jin<jason.jin@freescale.com>
| | | * | | | | | | | | | Add dtb boot-up parameter to default boot commands.Zhang Wei2006-08-231-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
| | * | | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-08-221-7/+4
| | |\| | | | | | | | | |
| | | * | | | | | | | | | Cleanup even more poorly introduced whitespace.Jon Loeliger2006-08-221-7/+4
| | | | | | | | | | | | |
| | * | | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-08-221-5/+5
| | |\| | | | | | | | | |
| | | * | | | | | | | | | Cleanup more poorly introduced whitespace.Jon Loeliger2006-08-221-5/+5
| | | | | | | | | | | | |
| | * | | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-08-221-9/+9
| | |\| | | | | | | | | |
| | | * | | | | | | | | | Cleanup poorly introduced whitespace.Jon Loeliger2006-08-221-9/+9
| | | | | | | | | | | | |
| | * | | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-08-2212-517/+503
| | |\| | | | | | | | | |
| | | * | | | | | | | | | General indent and whitespace cleanups.Jon Loeliger2006-08-223-160/+170
| | | | | | | | | | | | |
| | | * | | | | | | | | | General indent and whitespace cleanups.Jon Loeliger2006-08-229-352/+331
| | | | | | | | | | | | |
| | | * | | | | | | | | | Cleanup compiler warnings.Jon Loeliger2006-08-221-13/+10
| | | | | | | | | | | | |
| | * | | | | | | | | | | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-08-2238-101/+1434
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Fix disable_of bootingMatthew McClintock2006-08-221-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
| | * | | | | | | | | | | | Support for FDT in uImage format, error when using FDT from flashMatthew McClintock2006-08-223-5/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
| | * | | | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-08-170-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / | | | |/| | | | | | | | | |
| | | * | | | | | | | | | | Unlock cache before kernel starts up for MPC86xxHaiying Wang2006-08-172-3/+3
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTRHaiying Wang2006-08-171-1/+2
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Unlock cache before kernel starts up for MPC86xxHaiying Wang2006-08-172-3/+3
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTRHaiying Wang2006-08-171-1/+2
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-08-141-4/+3
| | |\| | | | | | | | | | |
| | | * | | | | | | | | | | Fix BAT0 to actually be cacheable, non-guarded as documented.Jon Loeliger2006-08-141-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
| | * | | | | | | | | | | | 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-0932-488/+799
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/ft_build.h include/pci.h Resolved, though.
| | | * | | | | | | | | | | * Switched default PCI speed for 8540 ADS back to 33MHzMatthew McClintock2006-08-093-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added comments and a printf to warn that PCI-X won't work at 33MHz Patch by Andy Fleming 17-Mar-2006 Signed-off-by: Andy Fleming <afleming@freescale.com>
| | | * | | | | | | | | | | * 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-0915-112/+223
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-092-21/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Fleming <afleming@freescale.com>
| | | * | | | | | | | | | | * Added support for initializing second PCI bus on 85xx Patch by Andy ↵Matthew McClintock2006-08-092-37/+170
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fleming 17-Mar-2006 Signed-off-by: Andy Fleming <afleming@freescale.com>
| | | * | | | | | | | | | | * Added PCI-X #defines for PCI-X initialization Patch by Andy Fleming on ↵Matthew McClintock2006-08-091-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 17-Mar-2006 Signed-off-by: Andy Fleming <afleming@freescale.com>
| | | * | | | | | | | | | | * Made sure the code which disables prefetch for PCI devices sets the size ↵Matthew McClintock2006-08-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of the prefetch region to 0 Patch by Andy Fleming on 17-Mar-2006 Signed-off-by: Andy Fleming <afleming@freescale.com>