- Dec 20, 2012
-
-
Yoshihiro Shimoda authored
The R0P7752C00000RZ board has SH7752, 512MB DDR3-SDRAM, SPI ROM, Gigabit Ethernet, and eMMC. This patch supports the following functions: - 512MB DDR3-SDRAM, SCIF4, SPI ROM, Gigabit Ethernet, eMMC Signed-off-by:
Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by:
Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
-
- Dec 15, 2012
-
-
trem authored
CONFIG_SYS_TFTP_LOADADDR is defined on severals boards, but it's never used. So we can safely removed it. Signed-off-by:
Philippe Reynes <tremyfr@yahoo.fr>
-
- Dec 14, 2012
-
-
Eric Benard authored
- since commit 418396e2 nand write.raw can take the number of page to be written as an argument. nand_update_full is passing the size (in bytes) to nand write.raw. This value was previously ignored but now breaks the write. - this patch updates the default environment of these boards to provide a pagecount instead of a size to nand write.raw. - tested on a mx28evk with a 4k page NAND and on a custom board with a 2k page NAND. Signed-off-by:
Eric Bénard <eric@eukrea.com> Cc: Marek Vasut <marex@denx.de> Cc: Fabio Estevam <fabio.estevam@freescale.com> Acked-by:
Marek Vasut <marex@denx.de>
-
- Dec 13, 2012
-
-
Tom Rini authored
The #ifdef here is not enough to stop part_efi.c from being built, only being unused. And with recent changes this now leads to warnings. The easiest solution here is to just let the garbage collection at link time do its job. Signed-off-by:
Tom Rini <trini@ti.com>
-
Łukasz Majewski authored
Enable support for GPT partition table restoration at Samsung's Trats development board. Signed-off-by:
Lukasz Majewski <l.majewski@samsung.com> Signed-off-by:
Kyungmin Park <kyungmin.park@samsung.com> CC: Minkyu Kang <mk7.kang@samsung.com>
-
- Dec 11, 2012
-
-
Simon Glass authored
Enable SHA1/SHA256 hashing and the hash command. Also enable EDID support for reading from an LCD. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
- Dec 07, 2012
-
-
Luka Perkov authored
Change e-mail address of Luka Perkov. Signed-off-by:
Luka Perkov <luka@openwrt.org> CC: Luka Perkov <uboot@lukaperkov.net>
-
- Dec 06, 2012
-
-
Simon Glass authored
The config is current broken. It compiles but does not boot because IDE is enabled. Remove all IDE options, and enable SCSI instead. Also add a working boot command and Linux bootargs, and enable command line editing to make it easier to work with. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Gabe Black authored
This allows u-boot to figure out the partitions of a chrome-os install. Signed-off-by:
Gabe Black <gabeblack@chromium.org> Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
Enable the display on coreboot, using CFB. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Stefan Reinauer authored
This helps us monitor boot progress and determine where U-Boot dies if there are any problems. Signed-off-by:
Stefan Reinauer <reinauer@google.com> Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
Enable this option to support booting a zImage. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
Coreboot uses this controller to implement GPIO access. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Matthias Fuchs authored
This patch fixes an issue with overlapping PCI regions on boards with more than 64MB RAM. Signed-off-by:
Matthias Fuchs <matthias.fuchs@esd.eu> Signed-off-by:
Stefan Roese <sr@denx.de>
-
- Dec 05, 2012
-
-
Stefan Roese authored
This patch adds support for the a3m071 board based on the MPC5200. Signed-off-by:
Stefan Roese <sr@denx.de>
-
- Nov 30, 2012
-
-
Simon Glass authored
This option protects the printf() functions from overflow. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
We want to support VGA, serial, USB keyboard and the Coreboot memory console buffer. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
- Nov 28, 2012
-
-
Simon Glass authored
Coreboot boards have an LPC TPM connected, so enable this. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
Now that coreboot doesn't need the start16 code, remove it. We need to remove the CONFIG_SYS_X86_RESET_VECTOR option from coreboot.h also. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Graeme Russ authored
Putting global data on the stack simplifies the init process (and makes it slightly quicker). During the 'flash' stage of the init sequence, global data is in the CAR stack. After SDRAM is initialised, global data is copied from CAR to the SDRAM stack Signed-off-by:
Graeme Russ <graeme.russ@gmail.com> Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Zang Roy-R61911 authored
board configuration file is included before asm/config_mpc85xx.h. however, CONFIG_FSL_SATA_V2 is defined in asm/config_mpc85xx.h. it will never take effective in the board configuration file for this kind of code : #ifdef CONFIG_FSL_SATA_V2 ... #endif To solve this problem, move CONFIG_FSL_SATA_V2 to board configuration header file. This patch reverts Timur's commit:3e0529f7 Signed-off-by:
Roy Zang <tie-fei.zang@freescale.com> Signed-off-by:
Andy Fleming <afleming@freescale.com>
-
York Sun authored
P2041RDB uses common corenet TLB and LAW. However it doesn't have promjet connector. It is necessary to use the same base address for correct LAW address. An offset is added for NOR flash. Signed-off-by:
York Sun <yorksun@freescale.com> Signed-off-by:
Andy Fleming <afleming@freescale.com>
-
Timur Tabi authored
The P5040DS reference board (a.k.a "Superhydra") is an enhanced version of P3041DS/P5020DS ("Hydra") reference board. Signed-off-by:
Timur Tabi <timur@freescale.com> Signed-off-by:
Shaohui Xie <Shaohui.Xie@freescale.com> Signed-off-by:
Andy Fleming <afleming@freescale.com>
-
York Sun authored
Move FMAN microcude from 0xEF000000 to 0xEFF40000 to free up the beginning of this virtual bank so that this bank can store RCW or be used together with other banks to store large images. Signed-off-by:
York Sun <yorksun@freescale.com> Signed-off-by:
Andy Fleming <afleming@freescale.com>
-
- Nov 27, 2012
-
-
Stephen Warren authored
Tegra's MMC driver does DMA, and hence needs cache-aligned buffers. In some cases (e.g. user load commands) this cannot be guaranteed by callers of the MMC APIs. To solve this, modify the Tegra MMC driver to use the new bounce_buffer_*() APIs. Note: Ideally, all U-Boot code will always provide address- and size- aligned buffers, so a bounce buffer will only ever be needed for user- supplied buffers (e.g. load commands). Ensuring this removes the need for performance-sucking bounce buffer cache management and memcpy()s. The one known exception at present is the SCR buffer in sd_change_freq(), which is only 8 bytes long. Solving this requires enhancing struct mmc_data to know the difference between buffer size and transferred data size, or forcing all callers of mmc_send_cmd() to have allocated buffers using ALLOC_CACHE_ALIGN_BUFFER(), which while true in this case, is not enforced in any way at present, and so cannot be assumed by the core MMC code. Signed-off-by:
Stephen Warren <swarren@nvidia.com> Acked-by:
Simon Glass <sjg@chromium.org> Tested-by:
Simon Glass <sjg@chromium.org> Signed-off-by:
Andy Fleming <afleming@freescale.com>
-
Stephen Warren authored
Commits 6dc71c8d "MMC: MXS: Toggle the generic bounce buffer on the boards" and 49a627f8 "MMC: Remove the MMC bounce buffer" replaced CONFIG_MMC_BOUNCE_BUFFER with CONFIG_BOUNCE_BUFFER, but missed converting a few boards over to the new option. Fix this. Signed-off-by:
Stephen Warren <swarren@nvidia.com> Acked-by:
Simon Glass <sjg@chromium.org> Tested-by:
Simon Glass <sjg@chromium.org> Signed-off-by:
Andy Fleming <afleming@freescale.com>
-
Wu, Josh authored
Signed-off-by:
Josh Wu <josh.wu@atmel.com> Acked-by:
Andreas Bießmann <andreas.devel@googlemail.com> Signed-off-by:
Andy Fleming <afleming@freescale.com>
-
- Nov 26, 2012
-
-
Scott Wood authored
This allows DDR configuration to be deferred to the final U-Boot image, which is able to make use of SPD data. The SPL itself cannot use SPD due to code size constraints. It previously used fixed register values for DDR configuration, and those values did not work on the p2020rdb-pca board I tested with. It's possible that different revisions of the board require different settings. Using SPD eliminates that problem. Signed-off-by:
Scott Wood <scottwood@freescale.com> Cc: Andy Fleming <afleming@freescale.com>
-
Scott Wood authored
- Sort by address, and fix column alignment - Don't label things as localbus that aren't. Instead, put chipselect info at the end of the description for localbus windows. Note that NAND/NOR have their chipselects swapped when booting from NAND, and CS2 can be either PMC or VSC7385 depending on hwconfig. - Shrink NAND to the 32K that's actually mapped in the localbus - Assign an address and size to L2 SRAM. Remove the similarly named but unintelligible "L2 SDRAM(REV.)". - Remove the untrue comment about L1 stack being mapped with TLB0. Signed-off-by:
Scott Wood <scottwood@freescale.com> Cc: Andy Fleming <afleming@freescale.com>
-
Scott Wood authored
Signed-off-by:
Scott Wood <scottwood@freescale.com> Cc: Andy Fleming <afleming@freescale.com>
-
Scott Wood authored
Some small SPLs do not use nand_base.c, and a subset of those also require a special driver. Some SPLs need software ECC but others can't fit it. All existing boards that specify CONFIG_SPL_NAND_SUPPORT have these symbols added to preserve existing behavior. Signed-off-by:
Scott Wood <scottwood@freescale.com> -- v2: use positive logic for including bits of NAND, rather than a MINIMAL symbol that excludes things.
-
- Nov 19, 2012
-
-
Ilya Yanok authored
Enable using of new MUSB framework on Beagle. NOTE! This is not just a change of backend code: top-level behavior is also changed, we now use USB device port for USB Ethernet instead of serial. Signed-off-by:
Ilya Yanok <ilya.yanok@cogentembedded.com>
-
Ilya Yanok authored
Add initialization for new MUSB framework. Signed-off-by:
Ilya Yanok <ilya.yanok@cogentembedded.com>
-
Ilya Yanok authored
Use new musb framework instead of the old one on AM3517_EVM. Signed-off-by:
Ilya Yanok <ilya.yanok@cogentembedded.com>
-
Ilya Yanok authored
Enable musb gadget in Ethernet mode on port 0 and musb host on port1. Signed-off-by:
Ilya Yanok <ilya.yanok@cogentembedded.com>
-
Allen Martin authored
Enable USB keyboard for seaboard and ventana Signed-off-by:
Allen Martin <amartin@nvidia.com> Acked-by:
Stephen Warren <swarren@nvidia.com> Tested-by:
Stephen Warren <swarren@nvidia.com>
-
Allen Martin authored
Move environment settings for stdin/stdout/stderr to tegra-common-post.h and generate them automaticaly based on input device selection. Signed-off-by:
Allen Martin <amartin@nvidia.com> Acked-by:
Stephen Warren <swarren@nvidia.com> Tested-by:
Stephen Warren <swarren@nvidia.com>
-
Jeroen Hofstee authored
CONFIG_EHCI_DCACHE was removed by commit b8adb120 "USB: Drop cache flush bloat in EHCI-HCD". Remove the defines from the boards configs as well. Signed-off-by:
Jeroen Hofstee <jeroen@myspectrum.nl> cc: Marek Vasut <marex@denx.de> cc: Stefan Roese <sr@denx.de> cc: Tom Rini <trini@ti.com> cc: Wolfgang Denk <wd@denx.de> cc: Thierry Reding <thierry.reding@avionic-design.de> cc: Tom Warren <twarren@nvidia.com> cc: Stephen Warren <swarren@nvidia.com> cc: Stefano Babic <sbabic@denx.de>
-
- Nov 14, 2012
-
-
Jens Scharsig (BuS Elektronik) authored
- update clock settings for higher perfomance - change standard baud rate to 115200 - fix flash base address - remove unused defines - add I2C support - switch form board dependent flash to cfi - remove board dependent flash code - use sdram bank 0 instead of bank 1 on boot - enable on board frame buffer instead external - remove fake mac address form config - add watchdog support - add status led support Signed-off-by:
Jens Scharsig (BuS Elektronik) <esw@bus-elektronik.de> [agust: fixed small style issues and build warning] Signed-off-by:
Anatolij Gustschin <agust@denx.de>
-
Łukasz Majewski authored
Rename CONFIG_DIALOG_PMIC to CONFIG_DIALOG_POWER Signed-off-by:
Lukasz Majewski <l.majewski@samsung.com> Signed-off-by:
Kyungmin Park <kyungmin.park@samsung.com> Cc: Stefano Babic <sbabic@denx.de>
-