- Mar 04, 2013
-
-
-
Steven Miao authored
Add Bf60x resume from hibernate support Signed-off-by:
Steven Miao <realmz6@gmail.com> Signed-off-by:
Sonic Zhang <sonic.zhang@analog.com> Signed-off-by:
Bob Liu <lliubbo@gmail.com> Signed-off-by:
Sonic Zhang <sonic.adi@gmail.com>
-
Bob Liu authored
Signed-off-by:
Bob Liu <lliubbo@gmail.com> Signed-off-by:
Sonic Zhang <sonic.zhang@analog.com> Signed-off-by:
Sonic Zhang <sonic.adi@gmail.com>
-
Scott Jiang authored
Spi driver for bf60x is different from old one, so implement a new driver for it. Signed-off-by:
Scott Jiang <scott.jiang.linux@gmail.com> Signed-off-by:
Sonic Zhang <sonic.zhang@analog.com> Signed-off-by:
Bob Liu <lliubbo@gmail.com> Signed-off-by:
Sonic Zhang <sonic.adi@gmail.com>
-
Sonic Zhang authored
Add rsi/sdh support for bf60x. Signed-off-by:
Sonic Zhang <sonic.zhang@analog.com> Signed-off-by:
Bob Liu <lliubbo@gmail.com> Signed-off-by:
Sonic Zhang <sonic.adi@gmail.com>
-
Sonic Zhang authored
Board and config header files for bf609-ezkit support. Signed-off-by:
Bob Liu <lliubbo@gmail.com> Signed-off-by:
Sonic Zhang <sonic.zhang@analog.com> Signed-off-by:
Sonic Zhang <sonic.adi@gmail.com>
-
Bob Liu authored
Signed-off-by:
Bob Liu <lliubbo@gmail.com> Signed-off-by:
Sonic Zhang <sonic.zhang@analog.com> Signed-off-by:
Sonic Zhang <sonic.adi@gmail.com>
-
Bob Liu authored
BF60x support 16K, 64K, 16M and 64M cplb pages, this patch add support for them. So that bf609-ezkit can use it's 128M memory. Signed-off-by:
Bob Liu <lliubbo@gmail.com> Signed-off-by:
Sonic Zhang <sonic.zhang@analog.com> Signed-off-by:
Sonic Zhang <sonic.adi@gmail.com>
-
Bob Liu authored
Add dma support for bf60x. Signed-off-by:
Bob Liu <lliubbo@gmail.com> Signed-off-by:
Sonic Zhang <sonic.zhang@analog.com> Signed-off-by:
Sonic Zhang <sonic.adi@gmail.com>
-
Sonic Zhang authored
Add serial for bf60x. Signed-off-by:
Sonic Zhang <sonic.zhang@analog.com> Signed-off-by:
Bob Liu <lliubbo@gmail.com> Signed-off-by:
Sonic Zhang <sonic.adi@gmail.com>
-
Sonic Zhang authored
Set up clocks, DDR controller, Nor flash controller, reboot, serial port. Add new SPI boot modes. Signed-off-by:
Bob Liu <lliubbo@gmail.com> Signed-off-by:
Sonic Zhang <sonic.zhang@analog.com> Signed-off-by:
Sonic Zhang <sonic.adi@gmail.com>
-
Bob Liu authored
Add header files for blackfin new processor bf60x. Signed-off-by:
Bob Liu <lliubbo@gmail.com> Signed-off-by:
Sonic Zhang <sonic.zhang@analog.com> Signed-off-by:
Sonic Zhang <sonic.adi@gmail.com>
-
- Mar 01, 2013
-
-
Stefano Babic authored
Add a more descriptive text to the help of the spl command. Signed-off-by:
Stefano Babic <sbabic@denx.de> Reviewed-by:
Tom Rini <trini@ti.com>
-
Stefano Babic authored
CONFIG_SPL_OS_BOOT_KEY is used only in board files. It is not required to have a general CONFIG_ option. Rename it and define it in board directory. Signed-off-by:
Stefano Babic <sbabic@denx.de> Reviewed-by:
Tom Rini <trini@ti.com>
-
Stefano Babic authored
Simple howto to add support to a board for booting the kernel from SPL ("Falcon" mode). Signed-off-by:
Stefano Babic <sbabic@denx.de> Reviewed-by:
Tom Rini <trini@ti.com>
-
- Feb 23, 2013
-
-
Phil Sutter authored
Calculating the checksum of incompletely read data is useless. Signed-off-by:
Phil Sutter <phil.sutter@viprinet.com> [scottwood@freescale.com: minor formatting fix] Signed-off-by:
Scott Wood <scottwood@freescale.com>
-
Phil Sutter authored
The single message is misleading, since there is no equivalent success note when reading the other copy succeeds. Instead, warn if one of the redundant copies could not be loaded and emphasise on the error when reading both fails. Signed-off-by:
Phil Sutter <phil.sutter@viprinet.com>
-
Joe Hershberger authored
If the NAND is locked tight, commands such as lock and unlock will not work, but the NAND chip may not report an error. Check the lock tight status before attempting such operations so that an error status can be reported if we know the operation will not succeed. Signed-off-by:
Joe Hershberger <joe.hershberger@ni.com>
-
Harvey Chapman authored
"nand read.part addr off size" would be treated as "nand read.raw addr off 1" It now fails as intended stating "Unknown nand command suffix '.part'" Signed-off-by:
Harvey Chapman <hchapman@3gfp.com>
-
- Feb 22, 2013
-
-
Vipin Kumar authored
This patch adds support to list images in NAND flash through imls Signed-off-by:
Vipin Kumar <vipin.kumar@st.com>
-
- Feb 20, 2013
-
-
Allen Martin authored
Add support for per architecture CROSS_COMPILE toolchain definitions via CROSS_COMPILE_ARCH where "ARCH" is any of the supported u-boot architectures. This allows building every supported u-boot board in a single pass of MAKEALL. Signed-off-by:
Allen Martin <amartin@nvidia.com> Acked-by:
Simon Glass <sjg@chromium.org> Reviewed-by:
Stephen Warren <swarren@wwwdotorg.org>
-
Piotr Wilczek authored
Currently, in gpt command, partion size is converted from string to unsigned long type using 'ustrtol' function. That type limits the partition size to 4GB. This patch changes the conversion function to 'ustrtoll' to return unsigned long long type. Signed-off-by:
Piotr Wilczek <p.wilczek@samsung.com> Signed-off-by:
Kyungmin Park <kyungmin.park@samsung.com>
-
Holger Hans Peter Freyther authored
The issue got introduced in a cleanup by Manjunath Hadli in commit 826e9913. The eth_getenv_enetaddr_by_index method will validate the MAC addr and if none is set in the environment 0 will be returned. Set the MAC from the eeprom if no valid address is found in environment. Signed-off-by:
Holger Hans Peter Freyther <holger@freyther.de>
-
Holger Hans Peter Freyther authored
u-boot is not consistent if state should be 0|1 or of the enum, the GPIO driver expects this to be one of the enum values. Update the caller. Signed-off-by:
Holger Hans Peter Freyther <holger@freyther.de>
-
Holger Hans Peter Freyther authored
The differences include the number of GPIOs and that one is not required to set the pinmux on request. Signed-off-by:
Holger Hans Peter Freyther <holger@freyther.de>
-
Reinhard Arlt authored
Fix broken bootvx command. Signed-off-by:
Reinhard Arlt <reinhard.arlt@esd.eu>
-
- Feb 19, 2013
-
-
Robert P. J. Day authored
Signed-off-by:
Robert P. J. Day <rpjday@crashcourse.ca>
-
Robert P. J. Day authored
Signed-off-by:
Robert P. J. Day <rpjday@crashcourse.ca>
-
Robert P. J. Day authored
Fix a comment in the fw_env.config file, no functional change. Signed-off-by:
Robert P. J. Day <rpjday@crashcourse.ca>
-
Piotr Wilczek authored
Add 'ustrtoull' function to convert size from string (ex: 1GiB) to unsigned long long type Signed-off-by:
Piotr Wilczek <p.wilczek@samsung.com> Signed-off-by:
Kyungmin Park <kyungmin.park@samsung.com>
-
Gabor Juhos authored
On architectures where manual relocation is needed, the 'malloc_bin_reloc' function must be called after 'mem_malloc_init'. Make the 'malloc_bin_reloc' function static and call it directly from 'mem_malloc_init' instead of calling that from board_init_{r,f} functions of the affected architectures. Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> Cc: Wolfgang Denk <wd@denx.de> Cc: Andreas Bießmann <andreas.devel@gmail.com> Cc: Jason Jin <Jason.jin@freescale.com> Cc: Macpaul Lin <macpaul@andestech.com> Cc: Daniel Hellstrom <daniel@gaisler.com> Cc: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
-
Scott Wood authored
This saved 640 bytes on MPC8536DS (a board with two of the six ports defined). Signed-off-by:
Scott Wood <scottwood@freescale.com>
-
- Feb 18, 2013
-
-
git://git.denx.de/u-boot-mpc83xxTom Rini authored
-
Simon Glass authored
This is available on other architectures, and nds32 will start to break without it as code starts to use error numbers more. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
- Feb 15, 2013
-
-
Holger Brunck authored
There is no need for a environment variable to configure the dtt bus. Signed-off-by:
Holger Brunck <holger.brunck@keymile.com>
-
Holger Brunck authored
Remove it from the processor specific headers. This is already defined in the common header km83xx.h. Signed-off-by:
Holger Brunck <holger.brunck@keymile.com>
-
Holger Brunck authored
This board is similar to TUXX1 but it has a different sized second FPGA. Therefore the configuration for the third chipselect is different. Signed-off-by:
Holger Brunck <holger.brunck@keymile.com>
-
Holger Brunck authored
This is a preparation for the upcoming kmopti2 board. This board has also a second fpga on board which is different to the tuxx1 target. But we want to use the same header file. So remove the config option KM_DISABLE_APP2 and simply use the board names to distinguish the features. Signed-off-by:
Holger Brunck <holger.brunck@keymile.com>
-
Holger Brunck authored
If CONFIG_NAND_ECC_BCH is chosen from in the board configuration we add an ecc mode to the kernel commandline. Signed-off-by:
Holger Brunck <holger.brunck@keymile.com>
-
Holger Brunck authored
Switch from 1-bit ecc to 4-bit ecc. Signed-off-by:
Holger Brunck <holger.brunck@keymile.com>
-