summaryrefslogtreecommitdiffstats
path: root/ports/beagleboneblack/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* FAT fs changes: FAT code and larger ROM sizeBen Gras2016-06-201-3/+3
| | | | | | | | | | | | | | . add fatfs umon cli to it. unmodified from the umon 1.19 distribution, apache-licensed. . also add dosfs from the umon 1.19 distribution, which is similarly liberally licensed. . increase available 'ROM' size to 128kB minus 1kB secure + 18kB reserved (numbers from uboot wiki). . no unaligned access - needed to access fields in on-disk structs without gcc generating unaligned access instructions (causes data abort exceptions) . turn on shellvars for BBB as they are needed to connect FATFS to the SD i/o functions
* some hooks to help building in RSBBen Gras2016-06-201-2/+15
|
* BBB: Makefile: Compile am335x_mmc.cJarielle Catbagan2015-08-041-1/+1
|
* BBB: Makefile: Compile am335x_sd.cJarielle Catbagan2015-08-031-1/+1
|
* BBB: Makefile: Map uMon RAM in DDR3Jarielle Catbagan2015-07-181-3/+3
|
* BBB: Build a uMon image with a Configuration header and a GP header prepended.Jarielle Catbagan2015-07-081-1/+8
|
* BBB: Build an MLO file when booting from non-XIP devices (e.g. SD)Jarielle Catbagan2015-07-041-0/+7
| | | | | | | | | | An MLO file will be created from the concatenation of a corresponding GP header and the uMon image. A GP header must be prepended to the uMon image when booting from non-XIP devices. Refer to the AM335x TRM, Section 26.1.9 for more information. These type of images have been tested when booting the MLO file from an SD card with a FAT32 primary partition marked as Active.
* BBB: Makefile: Remove irrelevant source files from CPUCSRC, IODEVSRC, and ↵Jarielle Catbagan2015-07-041-3/+3
| | | | FLASHSRC
* add support for RTEMS toolset, make this the defaultEd Sutter2015-06-291-1/+12
|
* Map base Umon image in internal SRAM of AM335x/BBBJarielle Catbagan2015-06-271-4/+4
| | | | | The internal SRAM of the AM335x/BBB is 109KB. First half is allocated to Umon code and nonvolatile data while the second half is allocated to volatile data.
* In BBB Makefile, the value of -mcpu in CUSTOM_CFLAGS has been changed from ↵Jarielle Catbagan2015-06-271-1/+1
| | | | arm1136j-s to cortex-a8
* Removed nand740.c from BBB portJarielle Catbagan2015-06-271-1/+1
| | | | | | nand740.c is for the NAND device found on the CSB740. Hence, the file is not relevant to the BBB. The file has also been removed from the compilation process in Makefile.
* Removed ad7843.* from BBB portJarielle Catbagan2015-06-271-1/+1
| | | | | The AD7843 Interface routines are not relevant to the BBB, therefore it is removed. ad7843.c has been removed from the compilation process in Makefile.
* Removed all omap3530_* peripheral source and header files from BBB portJarielle Catbagan2015-06-271-2/+1
| | | | Additionally, the compilation of these files were excluded in the Makefile
* Fixed 'boot' and 'ramtst' prerequisite makefile name in Makefile for BBB portJarielle Catbagan2015-06-271-2/+2
| | | | | 'boot' and 'ramtst' targets in Makefile need to have prerequisite makefile as "Makefile" instead of "makefile".
* Updated BBB port makefileJarielle Catbagan2015-06-271-6/+6
| | | | | * Changed PLATFORM and TGTDIR to match BBB target * Fixed inclusion of .make files
* Duplicated csb740 directory to beagleboneblack directory for BBB portJarielle Catbagan2015-06-271-0/+129