summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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>
2009-09-09fix i2c crash when input frequency is less than 1MHzSekhar Nori
discovered during QT tests 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-09fix working with windows based tftpd32Sekhar Nori
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
2009-09-09da8xx/ether.c white space cleanupSekhar Nori
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
2009-09-09merge davinci and da8xx emac driversSekhar Nori
This patch does not merge the files, but just the code. tested on DA830. Signed-off-by: Sekhar Nori <nsekhar@ti.com>
2009-09-09ARM DaVinci: Changing function names for EMAC driverSandeep Paulraj
DM644x is just one of a series of DaVinci chips that use the EMAC driver. By replacing all the function names that start with dm644x_* to davinci_* we make these function more portable. I have tested this change on my EVM. DM6467 is another DaVinci SOC which uses the EMAC driver and i will be sending patches that add DaVinci DM6467 support to the list soon. Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
2009-09-09remove dead code in da830.c/da850.cSekhar Nori
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
2009-09-09cleanup white space in da830.c/da850.cSekhar Nori
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-09add da830.c and da850.c board specific filesSoma Sekhar Gopala Nori
Signed-off-by: Soma Sekhar Gopala Nori <a0875516@psplinux051.india.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-21Prepare v2009.01v2009.01Wolfgang Denk
Signed-off-by: Wolfgang Denk <wd@denx.de>
2009-01-18Prepare 2009.01-rc3v2009.01-rc3Wolfgang Denk
Update CHANGELOG Signed-off-by: Wolfgang Denk <wd@denx.de>
2009-01-18Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk
2009-01-18build system: treat all Darwin's alikeMike Frysinger
The x86 based version of Darwin behaves the same quirky way as the powerpc Darwin, so only check HOSTOS when setting up Darwin workarounds. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-01-17fdt_resize(): fix actualsize calculations with unaligned blobsPeter Korsgaard
The code in fdt_resize() to extend the fdt size to end on a page boundary is wrong for fdt's not located at an address aligned on a page boundary. What's even worse, the code would make actualsize shrink rather than grow if (blob & 0xfff) was bigger than the amount of padding added by ALIGN(), causing fdt_add_mem_rsv to fail. Fix it by aligning end address (blob + size) to a page boundary instead. For aligned fdt's this is equivalent to what we had before. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-01-16ncb: use socklen_tMike Frysinger
The recvfrom() function takes a socklen_t, not an int. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-01-16Merge branch 'master' of git://git.denx.de/u-boot-shWolfgang Denk
2009-01-16Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk