summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* git pull denx masterH. Nikolaus Schaller2011-02-24823-14397/+38150
|\
| * ARM: Update mach-typesSandeep Paulraj2011-02-211-15/+1276
| | | | | | | | | | | | | | This commit updates the mach-types based on the latest in linus's head Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
| * arm1136 relocation: Fix calculation of board_init_rFabio Estevam2011-02-211-1/+1
| | | | | | | | Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
| * arm1136: Fix NAND bootFabio Estevam2011-02-211-12/+4
| | | | | | | | | | | | Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com> Tested-by: Magnus Lilja <lilja.magnus@gmail.com>
| * arm: get_sp() should always be compiledPo-Yu Chuang2011-02-211-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | get_sp() was incorrectly excluded if none of CONFIG_SETUP_MEMORY_TAGS CONFIG_CMDLINE_TAG CONFIG_INITRD_TAG CONFIG_SERIAL_TAG CONFIG_REVISION_TAG were defined. Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
| * Pantheon: Add Board Support for Marvell dkb boardLei Wen2011-02-215-0/+175
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DKB is a Development Board for PANTHEON TD/TTC(pxa920/pxa910) with * Processor upto 806Mhz * LPDDR1/2 * x8/x16 SLC/MLC NAND * Footprints for eMMC & MMC x8 card With Peripherals: * Parallel LCD I/F * Audio codecs (88PM8607) * MIPI CSI-2 camera * Marvell 88W8787 802.11n/BT module * Marvell 2G/3G RF * Dual analog mics & speakers, headset jack, LED, ambient * USB2.0 HS host, OTG (mini AB) * GPIO, GPIO expander with DIP switches for easier selection * UART serial over USB, CIR This patch adds basic board support with DRAM and UART functionality Signed-off-by: Lei Wen <leiwen@marvell.com> Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
| * mvmfp: add MFP configuration support for PANTHEONLei Wen2011-02-212-0/+43
| | | | | | | | | | | | | | This patch adds the Multiple Function Pin configuration support for Marvell PANTHEON SoCs Signed-off-by: Lei Wen <leiwen@marvell.com>
| * serial: add pantheon soc supportLei Wen2011-02-211-0/+2
| | | | | | | | Signed-off-by: Lei Wen <leiwen@marvell.com>
| * ARM: Add Support for Marvell Pantheon Familiy SoCsLei Wen2011-02-217-0/+641
| | | | | | | | | | | | | | | | | | | | | | | | | | Pantheon Family processors are highly integrated SoCs based on Sheeva_88SV331x-v5 PJ1 cpu core. Ref: http://www.marvell.com/products/processors/communications/marvell_pantheon_910_920_pb.pdf SoC versions Supported: 1) PANTHEON920 (TD) 2) PANTHEON910 (TTC) Signed-off-by: Lei Wen <leiwen@marvell.com>
| * mv: seperate kirkwood and armada from common settingLei Wen2011-02-215-126/+223
| | | | | | | | | | | | | | | | | | | | | | | | | | Since there are lots of difference between kirkwood and armada series, it is better to seperate them but still keep the most common file shared by all marvell platform in the mv-common configure file. This patch move the kirkwood only driver definitoin in mv-common to the <soc_name>/config.h. This patch is tested with compilation for armada100 and guruplug. Signed-off-by: Lei Wen <leiwen@marvell.com>
| * ARM: fix write*() I/O accessorsWolfgang Denk2011-02-211-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 3c0659b "ARM: Avoid compiler optimization for readb, writeb and friends." introduced I/O accessors with memory barriers. Unfortunately the new write*() accessors introduced a bug: The problem is that the argument "v" gets evaluated twice. This breaks code like used here (from "drivers/net/dnet.c"): for (i = 0; i < wrsz; i++) writel(*bufp++, &dnet->regs->TX_DATA_FIFO); Use auxiliary variables to avoid such problems. Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Albert Aribaud <albert.aribaud@free.fr> Cc: Alexander Holler <holler@ahsoftware.de> Cc: Dirk Behme <dirk.behme@googlemail.com>
| * arm relocation: Fix calculation of board_init_rAlexander Stein2011-02-211-1/+1
| | | | | | | | Signed-off-by: Alexander Stein <alexander.stein@informatik.tu-chemnitz.de>
| * arm: Tegra2: Add support for NVIDIA Seaboard boardTom Warren2011-02-214-0/+95
| | | | | | | | Signed-off-by: Tom Warren <twarren@nvidia.com>
| * arm: Tegra2: Add support for NVIDIA Harmony boardTom Warren2011-02-215-0/+264
| | | | | | | | Signed-off-by: Tom Warren <twarren@nvidia.com>
| * serial: Add Tegra2 serial port supportTom Warren2011-02-215-2/+111
| | | | | | | | Signed-off-by: Tom Warren <twarren@nvidia.com>
| * arm: Tegra2: Add basic NVIDIA Tegra2 SoC supportTom Warren2011-02-2113-0/+1054
| | | | | | | | Signed-off-by: Tom Warren <twarren@nvidia.com>
| * mx31pdk: Make the full boot log visibleFabio Estevam2011-02-212-1/+7
| | | | | | | | | | | | Use board_early_init_f so that the full boot log output can be displayed. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
| * mx31pdk: Use the new relocation schemeFabio Estevam2011-02-213-9/+66
| | | | | | | | Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
| * EfikaMX: switch to MACH_TYPE_MX51_EFIKAMXLoïc Minier2011-02-211-1/+1
| | | | | | | | | | | | | | Upstream linux moved from MACH_TYPE_MX51_LANGE51 to MACH_TYPE_MX51_EFIKAMX. Signed-off-by: Loïc Minier <loic.minier@linaro.org>
| * Fix compile warning in net/eth.cRemy Bohmer2011-02-191-1/+1
| | | | | | | | Signed-off-by: Remy Bohmer <linux@bohmer.net>
| * Fix build warnings in cmd_flash.cRemy Bohmer2011-02-191-4/+4
| | | | | | | | | | | | | | | | | | These variables are only used in case CONFIG_SYS_NO_FLASH is NOT set: struct mtd_device *dev; struct part_info *part; u8 dev_type, dev_num, pnum; Signed-off-by: Remy Bohmer <linux@bohmer.net>
| * USB-RNDIS: Send RNDIS state on disconnectingVitaly Kuzmichev2011-02-193-0/+36
| | | | | | | | | | | | | | Add waiting for receiving Ethernet gadget state on the Windows host side before dropping pullup, but keep it for debug. Signed-off-by: Vitaly Kuzmichev <vkuzmichev@mvista.com>
| * USB: Add USB RNDIS gadget protocolVitaly Kuzmichev2011-02-196-61/+2367
| | | | | | | | | | | | | | Port USB gadget RNDIS protocol support from linux-2.6.26 (.27 gadget stack actually has composite drivers). Signed-off-by: Vitaly Kuzmichev <vkuzmichev@mvista.com>
| * USB-CDC: Move struct declaration before its useVitaly Kuzmichev2011-02-191-34/+36
| | | | | | | | Signed-off-by: Vitaly Kuzmichev <vkuzmichev@mvista.com>
| * USB-CDC: Port struct net_device_statsVitaly Kuzmichev2011-02-192-0/+104
| | | | | | | | | | | | | | Port struct net_device_stats and statistics collecting needed for RNDIS protocol. Signed-off-by: Vitaly Kuzmichev <vkuzmichev@mvista.com>
| * USB-CDC: handle interrupt after dropped pullupVitaly Kuzmichev2011-02-191-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | Disconnecting USB gadget with pending interrupt may cause its wrong handling in the next time when interface will be started again (especially actual for RNDIS). This interrupt may force the gadget to queue unexpected response before setup stage. Despite the fact that such interrupt handled after dropped pullup also may add pending response, this will not bring to any issues due to usb_ep_disable (which clears the queue) called on gadget unregistering. Signed-off-by: Vitaly Kuzmichev <vkuzmichev@mvista.com>
| * Add support for ASIX AX88772 USB 2.0 10/100Mbit Ethernet AdaptorSimon Glass2011-02-194-0/+652
| | | | | | | | | | | | | | Driver originally written by NVIDIA Corporation, modified to handle odd-length packets. Signed-off-by: Simon Glass <sjg@chromium.org>
| * Add USB host ethernet adapter supportSimon Glass2011-02-199-24/+298
| | | | | | | | | | | | | | | | | | | | | | | | This adds support for using USB Ethernet dongles in host mode. This is just the framework - drivers will come later. A new config option called CONFIG_USB_HOST_ETHER can be defined in board config files to switch this on. The was originally written by NVIDIA and was cleaned up for release by the Chromium authors. Signed-off-by: Simon Glass <sjg@chromium.org>
| * Fix EHCI usb submit timeout and unify with OHCISimon Glass2011-02-193-7/+16
| | | | | | | | | | | | | | | | | | | | | | | | Changed both to use a common timeout for URB submission, since they were using different values and EHCI's was too short. Also fixed EHCI to actually check if urb submission succeeded, rather than silently continuing into the weeds. Change-Id: I7f71499ffaa05187d8e5618db2419e1606007b82 Signed-off-by: Simon Glass <sjg@chromium.org>
| * add checking the CONFIG_ENV_IS_IN_SPI_FLASH in Enbedded envYoshihiro Shimoda2011-02-151-1/+2
| | | | | | | | | | | | | | | | Fix the problem which cannot build the U-boot, if we only set the CONFIG_ENV_IS_IN_SPI_FLASH. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
| * net: ne2000: Add spport RTL-8019ASNobuhiro Iwamatsu2011-02-151-1/+2
| | | | | | | | | | | | | | Add infomation of RTL-8016AS to hw_info. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> CC: Ben Warren <biggerbadderben@gmail.com>
| * unzip: return uncompressed size in `filesize', and print it.Wolfgang Denk2011-02-151-1/+9
| | | | | | | | | | | | | | | | | | | | | | The unzip command did not provide a way for the caller to get any information about the uncompressed size. To make it better usable in scripts, we now store the uncompressed size in the `filesize' variable, like we do when for example loading a file over the network or when reading it from a file system. Following that analogy, it is only consequent to also print the size. Signed-off-by: Wolfgang Denk <wd@denx.de>
| * itest: fix result of string comparesWolfgang Denk2011-02-151-5/+2
| | | | | | | | | | | | | | | | | | | | The implementation of the string compare function of the "itest" command was weird, as only the length of the shortest argument was included in the compare, with the result that something like "itest.s abd == abddef" would return TRUE. Fix this. Signed-off-by: Wolfgang Denk <wd@denx.de> Acked-by: Detlev Zundel <dzu@denx.de>
| * microblaze: Fix msr handling in interrupt_handlerMichal Simek2011-02-151-18/+1
| | | | | | | | | | | | | | Fix ancient code which worked with MSR in a bad way. Use rtid instruction which enable IRQs and jump. Signed-off-by: Michal Simek <monstr@monstr.eu>
| * microblaze: Fix systems with MSR=0Michal Simek2011-02-151-1/+1
| | | | | | | | | | | | | | | | u-boot BSP generates XILINX_USE_MSR_INSTR macro even for system with MSR=0. That's why explicitly check that MSR=1. Signed-off-by: Michal Simek <monstr@monstr.eu>
| * Merge branch 'master' of git://git.denx.de/u-boot-mipsWolfgang Denk2011-02-129-145/+39
| |\
| | * MIPS: Move VCT boards to boards.cfgShinya Kuribayashi2011-02-072-32/+12
| | | | | | | | | | | | | | | Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com> Acked-by: Stefan Roese <sr@denx.de>
| | * MIPS: Move Inca-IP targets to boards.cfgShinya Kuribayashi2011-02-054-17/+11
| | | | | | | | | | | | | | | | | | At the same time, fix up CPU_CLOCK_RATE to have the CONFIG_ prefix to work with boards.cfg. Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
| | * MIPS: Move Qemu MIPS target to boards.cfgShinya Kuribayashi2011-02-052-5/+1
| | | | | | | | | | | | | | | | | | CONFIG_QEMU_MIPS is already provided by <configs/qemu-mips.h>, so we don't generate it using the options fields in boards.cfg. Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
| | * MIPS: Move Alchemy Au1x00 based boards to boards.cfgShinya Kuribayashi2011-02-052-39/+7
| | | | | | | | | | | | | | | | | | CONFIG_GTH2 is already provided by <configs/gth2.h>, so we don't generate it using the options fields in boards.cfg. Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
| | * cmd_ide: Fix an unused CONFIG_AU1X00 symbol to work as intendedShinya Kuribayashi2011-02-051-1/+2
| | | | | | | | | | | | | | | | | | commit 8bde63eb3f79d68f693201528dafc8ae7aa087de ([MIPS] Rename Alchemy processor configs into CONFIG_SOC_*) forgot to pick up this one. Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
| | * MIPS: dbau1x00: Remove unused flash driver stubDaniel Schwierzeck2011-02-052-44/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All dbau1x00 boards use the CFI driver so this stub driver is useless and should not be compiled. This patch fixes the error: u-boot-git/board/dbau1x00/flash.c:34: multiple definition of `flash_init' drivers/mtd/libmtd.o:u-boot-git/drivers/mtd/cfi_flash.c:2084: first defined here board/dbau1x00/libdbau1x00.o: In function `write_buff': u-boot-git/board/dbau1x00/flash.c:40: multiple definition of `write_buff' drivers/mtd/libmtd.o:u-boot-git/drivers/mtd/cfi_flash.c:1265: first defined here Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com> Cc: Wolfgang Denk <wd@denx.de> Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
| | * MIPS: Purple: Fix multiple definition error on final linking of u-boot binaryDaniel Schwierzeck2011-02-051-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The linker of recent toolchains complains about multiple definitions on final linking of u-boot binary. This patch removes all redundant object files from u-boot.lds those are already added to .text section by the linker. That patch could not be tested but the resulting u-boot.map still looks good. The start symbol is at 0xB0000000, the environment at 0xB0008000 so u-boot should boot. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com> Cc: Wolfgang Denk <wd@denx.de> Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
| | * MIPS: VCT: Fix enabling of unwanted options if networking or USB support are ↵Daniel Schwierzeck2011-02-051-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | disabled Some VCT boards lacks the support of networking or USB. Additionally that support is disabled in small image configurations. If CONFIG_CMD_NET should not used the CONFIG_CMD_NFS option have to be disabled too. Otherwise the linker fails with unresolved symbols. If CONFIG_VCT_SMALL_IMAGE is set than CONFIG_CMD_NET and CONFIG_CMD_USB are disabled at the end of vct.h. This is not adequate because CONFIG_CMD_USB enables additional options and the linker fails again with unresolved symbols. This patch adds an early check against CONFIG_VCT_SMALL_IMAGE so the additional options are only enabled if they are really needed. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com> Acked-by: Stefan Roese <sr@denx.de> Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
| * | eNET: Move initial Global Data into CARGraeme Russ2011-02-121-1/+1
| | |
| * | sc520: Release CAR and enable cachingGraeme Russ2011-02-121-5/+11
| | |
| * | x86: Convert board_init_f to use an init_sequenceGraeme Russ2011-02-121-41/+29
| | |
| * | x86: Rearrange function calls in board_init_fGraeme Russ2011-02-121-8/+8
| | |
| * | x86: Split board_init_f() into init_fnc_t compatible functionsGraeme Russ2011-02-122-49/+74
| | |
| * | x86: Fix incorrect usage of relocation offsetGraeme Russ2011-02-122-6/+6
| | | | | | | | | | | | | | | x86 has always used relocation offset in the opposite sense to the ELF standard - Fix this