summaryrefslogtreecommitdiff
path: root/package/u-boot/Makefile
AgeCommit message (Collapse)Author
2015-04-02HOSTLDFLAGS are required for mkimageWaldemar Brodkorb
2015-02-18add fw_printenv/fw_setenvWaldemar Brodkorb
2015-02-09add basic support for raspberry pi2Waldemar Brodkorb
Introduce new board symbols for embedded systems, which use the similar board as basis. As for example raspberry pi and raspberry pi2. And some more updates: Update binutils to 2.25, set gcc 4.9.2 as default. Update glibc to 2.21, set as default. Update gdb to 7.8.2. Update kodi to latest release.
2015-02-04fix mkimage linkingWaldemar Brodkorb
2015-01-15openssl host required for u-boot mkimageWaldemar Brodkorb
2015-01-13update to latest stable releaseWaldemar Brodkorb
2015-01-10add basic support for atmel ngw100. no runtime testing yetWaldemar Brodkorb
2015-01-05the resulting tar ball differs in size every time. disable checksum for git ↵Waldemar Brodkorb
checkouts
2015-01-02unbreak xtensa build, depend on u-boot host tool mkimage. ssl requirement ↵Waldemar Brodkorb
must be checked.
2014-12-27update u-boot to latest git. make it compilable for raspberry-pi targetWaldemar Brodkorb
2014-12-27convert checksum check to sha256Waldemar Brodkorb
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages.
2014-08-12add u-boot hosttools support, remove mkimage packageWaldemar Brodkorb
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-18remove -lgcc stuff, we use static-libgccWaldemar Brodkorb
2014-05-06disable for cubox-iWaldemar Brodkorb
2014-02-18add initial stuff for cubox-i, still waiting for the hardware, so fully untestedWaldemar Brodkorb