summaryrefslogtreecommitdiffstats
path: root/boot
Commit message (Collapse)AuthorAgeFilesLines
...
* u-boot: remove arch specific patches infrastructureThomas Petazzoni2010-06-101-2/+0
| | | | | | | | A very complicated infrastructure for just a special case, for an ancient version of U-Boot. Recent versions of U-Boot are reported to work just fine on Atmel ARM evaluation boards. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* u-boot: remove option to configure download siteThomas Petazzoni2010-06-102-5/+1
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* u-boot: rename Makefile.in to u-boot.mk for coherencyThomas Petazzoni2010-06-101-0/+0
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* u-boot: remove ancient versionsThomas Petazzoni2010-06-101-26/+0
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* u-boot: do not default to $(BOARD_NAME) for the board nameThomas Petazzoni2010-06-101-1/+0
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boot: remove references to COPYTOThomas Petazzoni2010-06-102-8/+1
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* yaboot: drop supportThomas Petazzoni2010-06-103-50/+0
| | | | | | | Yaboot does not build, hasn't been updated since a long time, and isn't very common these days on embedded PowerPC platforms. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* bootloaders: move bootloader build code to boot/Thomas Petazzoni2010-06-1025-0/+3036
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>