summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-16Fix configuration so that multiple flash chips can be enabled2009.01-omapl138-200910162028Justin Waters
The original port only allowed you to enable the chip that contains the environment. This enables everything possible. It also adds configuration options to build for different environment locations by specifying the flash type during the configure step.
2009-09-09u-boot: da850/omap-l138: include provision to wake up DSP.Sekhar Nori
DSP is woken-up by default on DA850/OMAP-L138. To prevent DSP from being woken up, set the environment variable dspwake to no.
2009-09-09u-boot: print the DDR clock information while bootingSudhakar Rajashekhara
This patch adds support to print the DDR frequency information when u-boot is coming up. This patch reads teh CFGCHIP3 to findout the clock source of emifb and then prints the relevant information. Signed-off-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
2009-09-09Adding OMAPL138, OMAPL137 MUSB support as USB Host. Boot from USB disk ↵Swaminathan S
supported.
2009-09-09Change the CFG_USE_SPIFLASH macro to CONFIG_USE_SPIFLASH.Sudhakar Rajashekhara
Signed-off-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
2009-09-09DA850 EVM: Fix NAND configuration.Sekhar Nori
The NAND was non-standard layout because of which it was incompatible with Linux layout.
2009-09-09DA850 EVM: Fix buid brak when none of flash devices are selected.Sekhar Nori
CONFIG_ENV_IS_NOWHERE was not defined right.
2009-09-09DA850 EVM: Fix NAND configsSekhar Nori
1) 4-bit ECC not used. 2) BBT not used
2009-09-09DA850 EVM: Read mac address from correct offset in SPI flashSekhar Nori
2009-09-09DA850: NAND: Mux only the necessary pinsSekhar Nori
2009-09-09DA850: Setup MII pinmux to include MII_RXCLKSekhar Nori
2009-09-09Modify the SPI FLash details in da850 configuration file to match the new ↵Sudhakar Rajashekhara
Flash on da850 EVM. Signed-off-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
2009-09-09U-Boot: DA850: Use single speed for SPISekhar Nori
Currently the code to read MAC address uses a different SPI speed than the one defined in the da850_evm.h. Fix that to use the define in da850_evm.h
2009-09-09U-Boot: DA850: Fix default bootargs for Linux.Sekhar Nori
1) Change ttyS0 to ttyS2 2) Use ramdisk as the default filesystem
2009-09-09sf: set common timeouts in seconds, not millisecondsMike Frysinger
Since timeouts are only hit when there is a problem in the system, we don't want to prematurely timeout on a functioning setup. Thus having low timeouts (in milliseconds) doesn't gain us anything in the production case, but rather increases likely hood of causing problems where none otherwise exist. Signed-off-by: Mike Frysinger <vapier@gentoo.org> CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2009-09-09sf: always read 5 bytes for the idcodeMike Frysinger
Some SPI flash drivers like to have extended id information available (like the spansion flash), so rather than making it re-issue the ID cmd to get at the last 2 bytes, have the common code read 5 bytes rather than just 3. This also matches the Linux behavior where it always reads 5 id bytes from all flashes. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> CC: Mingkai Hu <Mingkai.hu@freescale.com>
2009-09-09mtd: SPI Flash: Support the Spansion FlashMingkai Hu
Add MTD SPI Flash support for S25FL008A, S25FL016A, S25FL032A, S25FL064A, S25FL128P. Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-09-09Change the SPI Flash on da850 to STMicro from Winbond.Sudhakar Rajashekhara
This change is as per the latest da850 schematics. Signed-off-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
2009-09-09Change the da850 configuration file to use SPI1 and UART2 instead of SPI0 ↵Sudhakar Rajashekhara
and UART0. Also modify the SPI1 base address and SPI clock source. Change the UART and SPI related pinmux and LPSC in the board file. These changes are as per the latest da850 schematics. Signed-off-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
2009-09-09U-Boot: DA850: Fix CS number for NANDSekhar Nori
2009-09-09U-Boot: NAND: Increase malloc size to cater to allocations for BBTSekhar Nori
2009-09-09U-Boot: NAND: 4-bit ECC: Use CONFIG_NAND_CS macro for region selectionSekhar Nori
2009-09-09U-Boot: DA830: Remove unused definesSekhar Nori
2009-09-09U-Boot: DA830: Add NAND 4-bit ECC supportSandeep Paulraj
2009-09-09U-Boot: Fix NAND CS number fot DA830 EVMSekhar Nori
2009-09-09Use the proper DA850 EVM number.Sudhakar Rajashekhara
Signed-off-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
2009-09-09Correct NOR flash related info in DA850 config file.Sudhakar Rajashekhara
Signed-off-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
2009-09-09U-Boot: Fix typo in NAND init of DA830 EVMSekhar Nori
2009-09-09U-Boot: remove hack to use code sourcery toolchain by default.Sekhar Nori
2009-09-09U-Boot: Comment out spi flash free call since it is not correct in generic codeSekhar Nori
2009-09-09U-Boot: Clean up config filesSekhar Nori
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
2009-09-09U-Boot: implement reading MAC address from SPI flashSekhar Nori
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
2009-09-09U-Boot: DA850: include SPI flash always since it is used for MAC addrSekhar Nori
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
2009-09-09U-Boot: Remove da8xx_evm.h file.Sudhakar Rajashekara
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
2009-09-09U-Boot: Create seperate EVM config files for DA830 and DA850.Sekhar Nori
This allows simpler config files as well as make files. Compile tested on DA830 and DA850 Signed-off-by: Sekhar Nori <nsekhar@ti.com>
2009-09-09U-Boot: Remove unused CPU_TYPE definitionSekhar Nori
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
2009-09-09U-Boot: Use correct CONFIG guards for NAND and NOR flash for DA850 EVMSekhar Nori
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
2009-09-09Use the CONFIG_NAND_CS option in the DA8xx configuration file to select the ↵Sudhakar Rajashekara
region to which NAND chip is connected. Signed-off-by: Sudhakar Rajashekara <sudhakar.raj@ti.com>
2009-09-09Fix for 1 Bit hardware ECC.Sudhakar Rajashekara
Signed-off-by: Sudhakar Rajashekara <x0096290@linux-psp-server.(none)>
2009-09-09U-Boot: Set CFGCHIP3 to select RMIISekhar Nori
2009-09-09U-Boot: delete patches folder from root directory.Sekhar Nori
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
2009-09-09U-Boot: cleanup white space issuesSekhar Nori
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
2009-09-09U-Boot: Fix compiler warningsSekhar Nori
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
2009-09-09U-Boot: cleanup clock handling codeSekhar Nori
A side-effect of this is that it allows geting PLLM and PLLC clocks for PLL1 Signed-off-by: Sekhar Nori <nsekhar@ti.com>
2009-09-09U-Boot: move code around in hardware.h to keep memory map defines at the ↵Sekhar Nori
same place Also make JTAG ID use BOOTCFG base Signed-off-by: Sekhar Nori <nsekhar@ti.com>
2009-09-09U-Boot: stop writing to reserved UART register bitsSekhar Nori
While attempting power-up of UART, the code writes 1 to bit 15 of powerdown register. The documentation clearly says the bit must be written with 0. Signed-off-by: Sekhar Nori <nsekhar@ti.com>
2009-09-09cleanup DA850 Pinmux settings.Sekhar Nori
Nothing major, just support MII (in case) and use only the required SPI pins Signed-off-by: Sekhar Nori <nsekhar@ti.com>
2009-09-09fix RMII support for DA850.Sekhar Nori
The EMAC driver currently hardcodes the RMII speed 100 bit. This will not work when there is a real phy connected. Tested on DA830. Signed-off-by: Sekhar Nori <nsekhar@ti.com>
2009-09-09correct the name for get_link_speed in phy_tSekhar Nori
the get_link_speed API actually returns the link status. So call it get_link_status instead. Signed-off-by: Sekhar Nori <nsekhar@ti.com>
2009-09-09clean up lowlevel init.Sekhar Nori
Removes unsued code. Based on latet LSP 2.20 release. Signed-off-by: Sekhar Nori <nsekhar@ti.com>