summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2007-08-08Renamed CONFIG_MCFSERIAL to CONFIG_MCFUARTTsiChungLiew
Signed-off-by: TsiChungLiew <[email protected]>
2007-08-07Merge with git://www.denx.de/git/u-boot.gitMarkus Klotzbuecher
2007-08-07Merge git://www.denx.de/git/u-bootMichal Simek
2007-08-07Merge with /home/tur/git/u-boot#cm5200-siWolfgang Denk
2007-08-06Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk
2007-08-06Coding style cleanup. Update CHANGELOG.Wolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]>
2007-08-06Fix some compile issues for MAI board.Jason Jin
Signed-off-by: Jason Jin <[email protected]>
2007-08-06Configurations for ATI video card BIOS emulatorJason Jin
This patch add definition of the BIOS emulator and the ATI framebuffer driver for MPC8641HPCN board. Signed-off-by: Jason Jin <[email protected]> Signed-off-by: Zhang Wei <[email protected]>
2007-08-06This is a framebuffer driver for ATI video card, can work for PCI9200,Jason Jin
X300, X700, X800 ATI video cards. Signed-off-by: Zhang Wei <[email protected]> Signed-off-by: Jason Jin <[email protected]>
2007-08-06Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk
2007-08-06Coding style cleanup. Update CHANGELOG.Wolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]>
2007-08-06Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xxWolfgang Denk
2007-08-06Add functions to list of exported functionsMartin Krause
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 <[email protected]>
2007-08-06Make MPC8641's PCI/PCI-E driver a common driver for many FSL parts.Ed Swarthout
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 <[email protected]> Signed-off-by: Zhang Wei <[email protected]> Signed-off-by: Jon Loeliger <[email protected]>
2007-08-05[FIX] Coding style cleanupMichal Simek
2007-08-05Merge git://www.denx.de/git/u-bootMichal Simek
2007-08-05[FIX] Xilinx Uartlite driverMichal Simek
Because PPC405 can use UARTLITE serial interface and Microblaze can use Uart16550 serial interface not only Uartlite.
2007-08-05[FIX] Change configuration for XUPV2P Microblaze boardMichal Simek
2007-08-03cm1_qp1 -> cm5200: single U-Boot image for modules from the cm5200 family.Bartlomiej Sieka
Add the ability for modules from the Schindler cm5200 family to use a single U-Boot image: - rename cm1_qp1 to cm5200 - add run-time module detection - parametrize SDRAM configuration according to the module we are running on Few minor, board-specific fixes included in this patch: - better MAC address handling - updated default environment ('update' command uses +{filesize} now) - improved error messages in the auto-update code - allow booting U-Boot from RAM (CFG_RAMBOOT) Signed-off-by: Grzegorz Bernacki <[email protected]> Signed-off-by: Piotr Kruszynski <[email protected]> Signed-off-by: Bartlomiej Sieka <[email protected]>
2007-08-03Merge branch 'testing' into workingAndy Fleming
Conflicts: CHANGELOG fs/fat/fat.c include/configs/MPC8560ADS.h include/configs/pcs440ep.h net/eth.c
2007-08-02Coding style cleanup, update CHANGELOGWolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]>
2007-08-02Merge with git://www.denx.de/git/u-boot.gitStefan Roese
2007-08-02Fix build errors and warnings / code cleanup.Wolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]>
2007-07-31ppc4xx: Update AMCC Bamboo 440EP supportEugene OBrien
Changed storage type of cfg_simulate_spd_eeprom to const Changed storage type of gpio_tab to stack storage (Cannot access global data declarations in .bss until afer code relocation) Improved SDRAM tests to catch problems where data is not uniquely addressable (e.g. incorrectly programmed SDRAM row or columns) Added CONFIG_PROG_SDRAM_TLB to support Bamboo SIMM/DIMM modules Fixed AM29LV320DT (OpCode Flash) sector map Signed-off-by: Eugene OBrien <[email protected]> Signed-off-by: Stefan Roese <[email protected]>
2007-07-31ppc4xx: Update 440EPx lwmon5 board supportStefan Roese
- Clear ECC status regs after ECC POST test - Set dcbz for ECC generation with caches enabled as default - Code cleanup Signed-off-by: Stefan Roese <[email protected]>
2007-07-27[ADS5121] Support for the ADS5121 boardRafal Jaworowski
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 <[email protected]> Signed-off-by: Rafal Jaworowski <[email protected]> Signed-off-by: Jan Wrobel <[email protected]>
2007-07-27[PPC] Remove unused MSR_USER definitionRafal Jaworowski
Signed-off-by: Rafal Jaworowski <[email protected]>
2007-07-26ppc4xx: Add support for AMCC 405EP Taihu boardJohn Otken
Signed-off-by: John Otken <[email protected]>
2007-07-26ppc4xx: lwmon5: Update Lime initializationAnatolij Gustschin
Change Lime SDRAM initialization to now support 100MHz and 133MHz (if enabled). Also the framebuffer is initialized to display a blue rectangle with a white border. Signed-off-by: Anatolij Gustschin <[email protected]> Signed-off-by: Stefan Roese <[email protected]>
2007-07-24ppc4xx: lwmon5: Support for 128 MByte NOR FLASH addedStefan Roese
The used Intel NOR FLASH chips have internally two dies, and are now treated as two seperate chips. Signed-off-by: Stefan Roese <[email protected]>
2007-07-20POST: Add ECC POST for the lwmon5 boardPavel Kolesnikov
This patch adds ECC Post test for the Lwmon5 board based on PPC440EPx to U-Boot. Signed-off-by: Pavel Kolesnikov <[email protected]> Acked-by: Yuri Tikhonov <[email protected]> Acked-by: Stefan Roese <[email protected]>
2007-07-20Merge with git://www.denx.de/git/u-boot.gitStefan Roese
2007-07-19Fix breakage of 8xx boards from recent commit.Rafal Jaworowski
This patch fixes the negative consequences for 8xx of the recent "ppc4xx: Clean up 440 exceptions handling" commit. Signed-off-by: Rafal Jaworowski <[email protected]>
2007-07-16Merge with git://www.denx.de/git/u-boot.gitStefan Roese
2007-07-16Coding style cleanupStefan Roese
Signed-off-by: Stefan Roese <[email protected]>
2007-07-16Merge with /home/stefan/git/u-boot/u-boot-coldfire-freescaleStefan Roese
2007-07-16ppc4xx: AMCC Luan uses the new boardspecific DDR2 controller setupStefan Roese
Signed-off-by: Stefan Roese <[email protected]>
2007-07-16ppc4xx: Add remove_tlb() function to remove a mem area from TLB setupStefan Roese
The new function remove_tlb() can be used to remove the TLB's used to map a specific memory region. This is especially useful for the DDR(2) setup routines which configure the SDRAM area temporarily as a cached area (for speedup on auto-calibration and ECC generation) and later need this area uncached for normal usage. Signed-off-by: Stefan Roese <[email protected]>
2007-07-14[FIX] support for simply measuring timeMichal Simek
2007-07-13Merge git://www.denx.de/git/u-bootMichal Simek
2007-07-13make show_boot_progress () weak.Heiko Schocher
Signed-off-by: Heiko Schocher <[email protected]>
2007-07-12Merge with /home/tur/git/u-boot#cm1_qp1Wolfgang Denk
2007-07-11From: eran liberty <[email protected]>Andy Fleming
adds the reset register to 85xx immap Signed-off-by: Eran Liberty <[email protected]> Signed-off-by: Andy Fleming <[email protected]>
2007-07-11Polished the 85xx ADS config filesAndy Fleming
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 <[email protected]>
2007-07-11Add support for CPM device tree configuration to 8560 ADSAndy Fleming
* 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 <[email protected]> Signed-off-by: Andy Fleming <[email protected]>
2007-07-11Merge git://www.denx.de/git/u-bootKim Phillips
2007-07-11CM1.QP1: Support for the Schindler CM1.QP1 board.Bartlomiej Sieka
Signed-off-by: Piotr Kruszynski <[email protected]> Signed-off-by: Bartlomiej Sieka <[email protected]>
2007-07-11[PCS440EP] - Show on the DIAG LEDs, if the SHA1 check failedHeiko Schocher
- now the Flash ST M29W040B is supported (not tested) - fix the "led" command - fix compile error, if BUILD_DIR is used Signed-off-by: Heiko Schocher <[email protected]>
2007-07-11Merge with git://www.denx.de/git/u-boot.gitStefan Roese
2007-07-10Merge branch 'master' into u-boot-5329-earlyJohn Rigby