- 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>
-
Holger Brunck authored
If CONFIG_NAND_ECC_BCH is set we use 4-bit error corretion code instead of the 1-bit error correction code on the NAND device within this driver. Signed-off-by:
Holger Brunck <holger.brunck@keymile.com> Acked-by:
Scott Wood <scottwood@freescale.com>
-
Andreas Huber authored
Replace uImage with ${uimage}. If uimage is not set, default it to uImage. Signed-off-by:
Andreas Huber <andreas.huber@keymile.com> Signed-off-by:
Holger Brunck <holger.brunck@keymile.com>
-
Andreas Huber authored
Replace the hardcoded string with a variable. If CONFIG_NAND_ECC_BCH is set we use a specific name for the uImage (ecc_bch_uImage). Signed-off-by:
Andreas Huber <andreas.huber@keymile.com> Signed-off-by:
Holger Brunck <holger.brunck@keymile.com>
-
Holger Brunck authored
On this board we are using hard floating point, so select the correct toolchain. Signed-off-by:
Holger Brunck <holger.brunck@keymile.com>
-
Karlheinz Jerg authored
kmvect1 has a UEC2 connection to the piggy board and a UEC0 connection to the switch MV88E6122. This switch has a connection to a frontport ethernet interface. The ethernet port used for network booting is automatically selected by u-boot. If a Piggy is plugged, the Piggy port is selected (UEC2, eth1). If the Piggy isn't present, the Frontport is selected (UEC0, eth0). The switch reset is connected to a GPIO on the PRIO3 board FPGA (GPIO28) and released at startup. Signed-off-by:
Karlheinz Jerg <karlheinz.jerg@keymile.com> Signed-off-by:
Holger Brunck <holger.brunck@keymile.com>
-
Holger Brunck authored
For the the kmvect1 board we will also need a functionality to add an offset to the IVMs MAC address, because these board will have two valid ethernet ports for debugging purpose. So move the code to an own function. Signed-off-by:
Holger Brunck <holger.brunck@keymile.com>
-
Karlheinz Jerg authored
For kmvect1 we need a special solution and for km_arm boards we already have. So move the common code to the architectur specific file. Signed-off-by:
Karlheinz Jerg <karlheinz.jerg@keymile.com> Signed-off-by:
Holger Brunck <holger.brunck@keymile.com>
-
Holger Brunck authored
This define isn't set within our setup files. So we can safely remove the affected code. Signed-off-by:
Holger Brunck <holger.brunck@keymile.com>
-
Holger Brunck authored
EEprom_ivm_addr isn't set in our environment, so remove the usage of this. Signed-off-by:
Holger Brunck <holger.brunck@keymile.com>
-
Holger Brunck authored
All boards from this serie use i2c. There is no need to #ifdef the header. Signed-off-by:
Holger Brunck <holger.brunck@keymile.com>
-
git://git.denx.de/u-bootKim Phillips authored
-
git://git.denx.de/u-boot-mipsTom Rini authored
-
Daniel Schwierzeck authored
Remove the manual relocation of env_name_spec. This has been missed in the previous patch series for introducing dynamic relocation on MIPS. Signed-off-by:
Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
-
Simon Glass authored
This code is pretty old and we want to support only 32-bit systems now. Signed-off-by:
Simon Glass <sjg@chromium.org> Acked-by:
Graeme Russ <graeme.russ@gmail.com>
-
Simon Glass authored
Invert the polarity of this option to simplify the Makefile logic. Signed-off-by:
Simon Glass <sjg@chromium.org> Acked-by:
Gabe Black <gabeblack@chromium.org>
-
Simon Glass authored
These lines are dealt with in the x86 Makefile and link script, so punt them. Signed-off-by:
Simon Glass <sjg@chromium.org> Acked-by:
Gabe Black <gabeblack@chromium.org>
-
Simon Glass authored
This x86 CPU variant is no longer required as the boards that use it have been removed. Signed-off-by:
Simon Glass <sjg@chromium.org> Acked-by:
Graeme Russ <graeme.russ@gmail.com>
-
Simon Glass authored
These are no longer used and should be removed. Signed-off-by:
Simon Glass <sjg@chromium.org> Acked-by:
Graeme Russ <graeme.russ@gmail.com>
-
- Feb 13, 2013
-
-
git://git.denx.de/u-boot-mipsTom Rini authored
-
- Feb 12, 2013
-
-
Gabor Juhos authored
The code handles relocation entries with the following relocation types only: mips32: R_MIPS_REL32 mips64: R_MIPS_REL+R_MIPS_64 xburst: R_MIPS_REL32 Other relocation entries are skipped without processing. The code must be extended if other relocation types must be supported. Add -pie to LDFLAGS_FINAL to generate the .rel.dyn fixup table, which will be applied to the relocated image before transferring control to it. The CONFIG_NEEDS_MANUAL_RELOC is not needed after the patch, so remove that as well. Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> Signed-off-by:
Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
-