summaryrefslogtreecommitdiff
path: root/include
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-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: Fix default bootargs for Linux.Sekhar Nori
1) Change ttyS0 to ttyS2 2) Use ramdisk as the default filesystem
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: 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-09Correct NOR flash related info in DA850 config file.Sudhakar Rajashekhara
Signed-off-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
2009-09-09U-Boot: Clean up config filesSekhar 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-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: 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-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-09remove kick register usage from U-Boot.Sekhar Nori
The kick registers need to be unlocked once in ARM UBL after DSP is put to sleep and should never be locked again - either in kernel or U-Boot Signed-off-by: Sekhar Nori <nsekhar@ti.com>
2009-09-09Support for multiple instance of PLL and reading from PLL1.Sudhakar Rajashekara
Signed-off-by: Sudhakar Rajashekara <sudhakar.raj@ti.com>
2009-09-09Removed da850_evm.h file.Sudhakar Rajashekara
Signed-off-by: Sudhakar Rajashekara <sudhakar.raj@ti.com>
2009-09-09merge da850/da830 config filesSekhar Nori
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
2009-09-09U-Boot: da850 build cleanup.Sekhar Nori
cleanup da850 build to not create seperate directory for DA850. DA850/DA830 specific code can use CONFIF_{DA830|DA850}_SOC - the preferred way would be to use runtime check - but that facility is not present currently. Signed-off-by: Sekhar Nori <nsekhar@ti.com>
2009-09-09Freon Baseport for u-boot.Sudhakar Rajashekhara
This code has been only compile tested for SPI and NAND boot modes. Signed-off-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
2009-09-09Primus port of u-boot.Sudhakar Rajashekhara
Tested for SPI and NAND boot mode on Primus EVM. Signed-off-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
2009-01-16Merge branch 'master' of git://git.denx.de/u-boot-shWolfgang Denk
2009-01-16sh: use write{8,16,32} in all lowlevel_initJean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2009-01-14ppc4xx: Add loadpci command to esd's CPCI4052 and CPCI405AB boardsMatthias Fuchs
This patch adds esd's loadpci BSP command to CPCI4052 and CPCI405AB board. This requires CONFIG_CMD_BSP and CONFIG_PRAM. Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> Signed-off-by: Stefan Roese <sr@denx.de>
2009-01-14Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk
2009-01-13Some changes of TLB entry setting for MPC8572DSHaiying Wang
- Move the TLB entry of PIXIS_BASE from TLB0 to TLB1[8], because in CAMP mode, all the TLB0 entries will be invalidated after cpu1 brings up kernel, thus cpu0 can not access PIXIS_BASE anymore (any access will cause DataTLBError exception) - Set CONFIG_SYS_DDR_TLB_START to 9 for MPC8572DS board. Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
2009-01-13mpc8610hpcd: Fix PCI mapping conceptsBecky Bruce
Rename _BASE to _BUS, as it's actually a PCI bus address, separate virtual and physical addresses into _VIRT and _PHYS, and use each appopriately. This makes the code easier to read and understand, and facilitates mapping changes going forward. Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
2009-01-13sbc8641d: Fix PCI mapping conceptsBecky Bruce
Rename _BASE to _BUS, as it's actually a PCI bus address, separate virtual and physical addresses into _VIRT and _PHYS, and use each appopriately. This makes the code easier to read and understand, and facilitates mapping changes going forward. Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
2009-01-06at91rm9200: move define from lowlevel_init to headerJean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2009-01-06m501sk: move to the common memory setupJean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2009-01-06at91rm9200: rename lowlevel init value to CONFIG_SYS_Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2008-12-30Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk
2008-12-30Merge branch 'master' of git://git.denx.de/u-boot-mipsWolfgang Denk