| #
e89516f0 |
| 08-Apr-2011 |
Mike Frysinger <vapier@gentoo.org> |
zlib: split up to match original source tree
While looking to upgrade to zlib-1.2.5, the current mondo merge of multiple files into a single was making things way more difficult than it should have
zlib: split up to match original source tree
While looking to upgrade to zlib-1.2.5, the current mondo merge of multiple files into a single was making things way more difficult than it should have been. Hard to pick out what has been changed to port it to U-Boot, been removed as useless, and bug fixes added after the fact.
So split the single file up into the original file names, and merge non-essential changes back from the original tree (for some reason, style in code in a bunch of places was changed to U-Boot style even though this isn't "U-Boot" code).
The original build style is retained -- we have a single zlib.c that includes all the other files, and that is the only file we compile.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
show more ...
|
| #
f38536f9 |
| 27-Apr-2011 |
Wolfgang Denk <wd@denx.de> |
Merge branch 'master' of git://git.denx.de/u-boot-arm
|
| #
aeb630d2 |
| 16-Apr-2011 |
Alessandro Rubini <rubini@unipv.it> |
nhk8815: move config targets from Makefile to boards.cfg
Signed-off-by: Alessandro Rubini <rubini@unipv.it> Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
|
| #
632f8fdf |
| 03-Apr-2011 |
Eric Benard <eric@eukrea.com> |
cpuat91: fix board support
- fix board support following relocation changes - switch to boards.cfg - disable i2c to keep size under 128kiB (1 sector)
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
| #
45d7d72b |
| 24-Jan-2011 |
Stefano Babic <sbabic@denx.de> |
Makefile: change rule to build IMX image
config.mk in board directory is obsolete and should be removed. The patch allows to get rid of own config.mk adding the imximage.cfg file to the options in t
Makefile: change rule to build IMX image
config.mk in board directory is obsolete and should be removed. The patch allows to get rid of own config.mk adding the imximage.cfg file to the options in the boards.cfg
Signed-off-by: Stefano Babic <sbabic@denx.de>
show more ...
|
| #
107b56bd |
| 13-Apr-2011 |
Wolfgang Denk <wd@denx.de> |
Merge branch 'master' of git://git.denx.de/u-boot-x86
|
| #
fea25720 |
| 13-Apr-2011 |
Graeme Russ <graeme.russ@gmail.com> |
x86: Rename i386 to x86
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
|
| #
976b38c0 |
| 12-Feb-2011 |
Wolfgang Denk <wd@denx.de> |
mkimage: add "-V" option to print version information
Signed-off-by: Wolfgang Denk <wd@denx.de>
|
| #
e935a374 |
| 27-Jan-2011 |
Haiying Wang <Haiying.Wang@freescale.com> |
Fix NAND_SPL and ONENAND_IPL in Makefile
Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> Signed-off-by: Scott Wood <scottwood@freescale.com>
|
| #
19b54a70 |
| 31-Mar-2011 |
Wolfgang Denk <wd@denx.de> |
Prepare v2011.03
Signed-off-by: Wolfgang Denk <wd@denx.de>
|
| #
cb815e5f |
| 27-Mar-2011 |
Wolfgang Denk <wd@denx.de> |
Prepare v
Signed-off-by: Wolfgang Denk <wd@denx.de>
|
| #
89d48367 |
| 16-Feb-2011 |
Simon Glass <sjg@chromium.org> |
Add USB host ethernet adapter support
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_
Add USB host ethernet adapter support
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>
show more ...
|
| #
c65715de |
| 12-Feb-2011 |
Wolfgang Denk <wd@denx.de> |
Merge branch 'master' of git://git.denx.de/u-boot-mips
|
| #
9d3f9118 |
| 05-Feb-2011 |
Shinya Kuribayashi <skuribay@pobox.com> |
MIPS: Move VCT boards to boards.cfg
Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com> Acked-by: Stefan Roese <sr@denx.de>
|
| #
536884f9 |
| 05-Feb-2011 |
Shinya Kuribayashi <skuribay@pobox.com> |
MIPS: Move Inca-IP targets to boards.cfg
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>
|
| #
8d573fdc |
| 05-Feb-2011 |
Shinya Kuribayashi <skuribay@pobox.com> |
MIPS: Move Qemu MIPS target to boards.cfg
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 Kuriba
MIPS: Move Qemu MIPS target to boards.cfg
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>
show more ...
|
| #
5efd0da9 |
| 05-Feb-2011 |
Shinya Kuribayashi <skuribay@pobox.com> |
MIPS: Move Alchemy Au1x00 based boards to boards.cfg
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 Kurib
MIPS: Move Alchemy Au1x00 based boards to boards.cfg
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>
show more ...
|
| #
42d44f63 |
| 02-Feb-2011 |
Wolfgang Denk <wd@denx.de> |
Prepare v2011.03-rc1
Signed-off-by: Wolfgang Denk <wd@denx.de>
|
| #
89ffa8db |
| 18-Jan-2011 |
Alexander Holler <holler@ahsoftware.de> |
Print compiler and linker version with the version command
After years of unsuccessful research I've finally shamelessly stolen other peoples intellectual properties to present the all-new and world
Print compiler and linker version with the version command
After years of unsuccessful research I've finally shamelessly stolen other peoples intellectual properties to present the all-new and world-changing updated version command: - U-Boot>> version
U-Boot 2010.12-00014-g7435056-dirty (Jan 18 2011 - 23:19:38) MyBoard gcc (GCC) 0.42 (Distro foobar) GNU ld (GNU Binutils) 0.314159265 - May the toolchain bugs rest in peace.
Signed-off-by: Alexander Holler <holler@ahsoftware.de>
show more ...
|
| #
8aba9dce |
| 06-Jan-2011 |
Nobuhiro Iwamatsu <iwamatsu@nigauri.org> |
Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS
Linker needs to use the proper endian/bfd flags even when doing partial linking. LDFLAGS_u-boot sets linker option which is called it w
Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS
Linker needs to use the proper endian/bfd flags even when doing partial linking. LDFLAGS_u-boot sets linker option which is called it when U-boot is built (u-boot final). LDFLAGS sets necessary option by partial linking (use in cmd_link_o_target).
CC: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
show more ...
|
| #
d6a5e6d5 |
| 19-Jan-2011 |
Loïc Minier <loic.minier@linaro.org> |
Cleanup .boards.depend when using an objtree
.boards.depend was created in the source tree even when calling make with O=objtree, and distclean O=objtree wouldn't clean it. Create .boards.depend in
Cleanup .boards.depend when using an objtree
.boards.depend was created in the source tree even when calling make with O=objtree, and distclean O=objtree wouldn't clean it. Create .boards.depend in objtree instead as to clean it up properly.
Reported-by: Loïc Minier <loic.minier@linaro.org> Signed-off-by: Wolfgang Denk <wd@denx.de>
show more ...
|
| #
a9d8bc98 |
| 19-Jan-2011 |
Loïc Minier <loic.minier@linaro.org> |
Don't add symlink in srctree when using an objtree
When building with srctree != objtree, the build creates arch/soc/cpu specific symlinks in the source tree. This means that the same source tree c
Don't add symlink in srctree when using an objtree
When building with srctree != objtree, the build creates arch/soc/cpu specific symlinks in the source tree. This means that the same source tree can't be used for multiple builds at the same time. Also, these symlinks in the source tree are only cleaned up if one passes the same O= to distclean.
When srctree != objtree, mkconfig creates an $objtree/include2 directory in the objtree to host the asm -> arch/$arch/include/asm symlink so that "#include <asm>" can be used. But it also creates another identical symlink in $objtree/include.
Then, mkconfig creates two symlinks: $objtree/include/asm/arch -> arch/$arch/include/asm/arch-$cpu (or $soc) $objtree/include/asm/proc -> arch/$arch/include/asm/proc-armv (on arm) but because $objtree/include/asm points at $srctree already, the two symlinks are created under $srctree.
To fix this, create a real $objtree/include/asm directory, instead of a symlink. Update cleanup code accordingly.
Signed-off-by: Loïc Minier <loic.minier@linaro.org>
show more ...
|
| #
250ef029 |
| 22-Dec-2010 |
Wolfgang Denk <wd@denx.de> |
Prepare v2010.12
Signed-off-by: Wolfgang Denk <wd@denx.de>
|
| #
3ac45988 |
| 17-Dec-2010 |
Wolfgang Denk <wd@denx.de> |
Prepare v2010.12-rc3
Signed-off-by: Wolfgang Denk <wd@denx.de>
|
| #
006915fb |
| 16-Dec-2010 |
Wolfgang Denk <wd@denx.de> |
Merge branch 'master' of ../master into next
|