- Aug 09, 2007
-
-
Kumar Gala authored
Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
Jason Jin authored
Add $(obj) to LIB avoiding objects be built in the source dir Signed-off-by:
Jason Jin <Jason.jin@freescale.com>
-
Jason Jin authored
Signed-off-by:
Jason Jin <Jason.jin@freescale.com> This patch fix the compile issue on the board that did not enable the bios emulator
-
Zach Sadecki authored
The change entitled "Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx" broke multiple PHY support in tsec.c. This fixes it. Signed-off-by:
Zach Sadecki <Zach.Sadecki@ripcode.com> Signed-off-by:
Kim Phillips <kim.phillips@freescale.com>
-
Joe Hamman authored
Allow the address of the Ten Bit Interface (TBI) to be changed in the event of a conflict with another device. Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
-
- Aug 06, 2007
-
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Wolfgang Denk authored
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
- Aug 05, 2007
-
-
Jason Jin authored
The bios emulator in the MAI board can not pass compile and have a lot of crap in it. remove it and will have a clean and small bios emulator in the drivers directory which can be uesed for every board. Signed-off-by:
Jason Jin <Jason.jin@freescale.com>
-
Jason Jin authored
Signed-off-by:
Jason Jin <Jason.jin@freescale.com>
-
Jason Jin authored
This patch add definition of the BIOS emulator and the ATI framebuffer driver for MPC8641HPCN board. Signed-off-by:
Jason Jin <Jason.jin@freescale.com> Signed-off-by:
Zhang Wei <wei.zhang@freescale.com>
-
Jason Jin authored
ATI video card BIOS. and can be used for x86 code emulation by some modifications. Signed-off-by:
Jason Jin <Jason.jin@freescale.com>
-
Jason Jin authored
X300, X700, X800 ATI video cards. Signed-off-by:
Zhang Wei <wei.zhang@freescale.com> Signed-off-by:
Jason Jin <Jason.jin@freescale.com>
-
Wolfgang Denk authored
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Wolfgang Denk authored
-
Martin Krause authored
Additionally export the following fuctions (to make trab_config build again): - simple_strtol() - strcmp() Also bump the ABI version to reflect this change Signed-off-by:
Martin Krause <martin.krause@tqs.de>
-
Ed Swarthout authored
All of the PCI/PCI-Express driver and initialization code that was in the MPC8641HPCN port has now been moved into the common drivers/fsl_pci_init.c. In a subsequent patch, this will be utilized by the 85xx ports as well. Common PCI-E IMMAP register blocks for FSL 85xx/86xx are added. Also enable the second PCI-Express controller on 8641 by getting its BATS and CFG_ setup right. Fixed a u16 vendor compiler warning in AHCI driver too. Signed-off-by:
Ed Swarthout <Ed.Swarthout@freescale.com> Signed-off-by:
Zhang Wei <wei.zhang@freescale.com> Signed-off-by:
Jon Loeliger <jdl@freescale.com>
-
- Aug 03, 2007
-
-
Andy Fleming authored
-
Andy Fleming authored
Conflicts: CHANGELOG fs/fat/fat.c include/configs/MPC8560ADS.h include/configs/pcs440ep.h net/eth.c
-
- Aug 02, 2007
-
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Wolfgang Denk authored
-
- Aug 01, 2007
-
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
- Jul 27, 2007
-
-
Rafal Jaworowski authored
The following MPC5121e subsystems are supported: - low-level CPU init - NOR Boot Flash (common CFI driver) - DDR SDRAM - FEC - I2C - Watchdog Signed-off-by:
Grzegorz Bernacki <gjb@semihalf.com> Signed-off-by:
Rafal Jaworowski <raj@semihalf.com> Signed-off-by:
Jan Wrobel <wrr@semihalf.com>
-
Rafal Jaworowski authored
Signed-off-by:
Rafal Jaworowski <raj@semihalf.com>
-
- Jul 19, 2007
-
-
Rafal Jaworowski authored
This patch fixes the negative consequences for 8xx of the recent "ppc4xx: Clean up 440 exceptions handling" commit. Signed-off-by:
Rafal Jaworowski <raj@semihalf.com>
-
- Jul 14, 2007
-
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
- Jul 13, 2007
-
-
Heiko Schocher authored
-
Heiko Schocher authored
-
Heiko Schocher authored
Signed-off-by:
Heiko Schocher <hs@denx.de>
-
Heiko Schocher authored
- fix compile error, if BUILD_DIR is used Signed-off-by:
Heiko Schocher <hs@denx.de>
-
- Jul 11, 2007
-
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Wolfgang Denk authored
-
Andy Fleming authored
The Marvel 88E1111S driver for the TSEC was copied from the 88E1101 driver, and included a fix for an erratum which does not exist on that part. Now it is removed Signed-off-by:
Andy Fleming <afleming@freescale.com>
-
Andy Fleming authored
adds the reset register to 85xx immap Signed-off-by:
Eran Liberty <eran.liberty@gmail.com> Signed-off-by:
Andy Fleming <afleming@freescale.com>
-
Andy Fleming authored
Made the boot commands use device trees by default. Also moved the ramdisk to 1000000 (I think the previous address was getting overridden during boot). Signed-off-by:
Andy Fleming <afleming@freescale.com>
-
Ed Swarthout authored
The OBJTREE != SRCTREE build scenario was broken. This fixes it. Signed-off-by:
Ed Swarthout <Ed.Swarthout@freescale.com> Signed-off-by:
Jon Loeliger <jdl@freescale.com>
-
Andy Fleming authored
Jarrold Wen noticed that the generic PHY code always matches under the current implementation. Change it so the first match wins, and *only* unknown PHYs trigger the generic driver Signed-off-by:
Andy Fleming <afleming@freescale.com>
-
Andy Fleming authored
* Adds code to modify CPM frequencies * Cleans up the config file to #define TSEC and (for now) #undef FCC * Adds the MII command for all 8560 ADS configurations * Updates config file to provide convenience commands for booting with a device tree Signed-off-by:
Vitaly Bordug <vbordug@ru.mvista.com> Signed-off-by:
Andy Fleming <afleming@freescale.com>
-
Andy Fleming authored
Fix a bug in the Marvell 88e1145 PHY init code in the TSEC driver where the reset was being done after the errata code instead of before. Signed-off-by:
Haiying Wang <haiying.wang@freescale.com> Signed-off-by:
Andy Fleming <afleming@freescale.com>
-