summaryrefslogtreecommitdiffstats
path: root/ports (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-20FAT fs changes: FAT code and larger ROM sizeBen Gras2-4/+5
2016-06-20some hooks to help building in RSBBen Gras2-2/+21
2015-08-22BBB: README: Add section on installing uMon into the eMMC from an SD cardJarielle Catbagan1-0/+34
2015-08-22BBB: Add proper attributions to the files modifiedJarielle Catbagan8-34/+120
2015-08-07BBB: Clean up *.c and *.h files using 'astyle --unpad-paren --align-pointer=n...Jarielle Catbagan8-1317/+1381
2015-08-05target version should be zero until port is completedEd Sutter1-12/+2
2015-08-04enable XMODEM so we don't have to manually write to uSD for updatesEd Sutter1-1/+1
2015-08-04BBB: Migrate MMC1 clock enable from am335x_mmc.c:mmcInit() to cpuio.c:initCPU...Jarielle Catbagan2-4/+4
2015-08-04BBB: Makefile: Compile am335x_mmc.cJarielle Catbagan1-1/+1
2015-08-04BBB: am335x_mmc.c: Integrate reading and writing functionality in "mmc" commandJarielle Catbagan1-2/+146
2015-08-04BBB: Add am335x_mmc.c and am335x_mmc.h that implement "mmc" command with init...Jarielle Catbagan2-0/+360
2015-08-04BBB: xcmddcl.h/xcmdtbl.h: Add "mmc" commandJarielle Catbagan2-0/+5
2015-08-04BBB: cpuio.c: Configure pins used by MMC1Jarielle Catbagan1-0/+32
2015-08-04BBB: Migrate MMC0 clock enable from am335x_sd.c:sdInit() to cpuio.c:initCPUio()Jarielle Catbagan2-4/+4
2015-08-04BBB: am335x.h: Add defines for register and pins used by MMC1Jarielle Catbagan1-5/+19
2015-08-03BBB: Makefile: Compile am335x_sd.cJarielle Catbagan1-1/+1
2015-08-03BBB: config.h: Enable the "sd" command via INCLUDE_SDJarielle Catbagan1-1/+1
2015-08-03BBB: am335x_sd.c: Integrate reading and writing functionality in "sd" commandJarielle Catbagan1-3/+156
2015-08-03BBB: Add am335x_sd.c that implements the "sd" command initialization function...Jarielle Catbagan1-0/+270
2015-08-03BBB: cpuio.c: Configure pins used for MMC0 interfaceJarielle Catbagan1-0/+16
2015-08-03BBB: am335x.h: Add defines for MMC0 interface, AM335x MMC/SD registers, and C...Jarielle Catbagan1-4/+252
2015-07-18fix uninitialized variable issue in mpu_pll_init()Ed Sutter1-1/+1
2015-07-18INCLUDE_MEMCMDS eliminates the need for INCLUDE_DM/PMEd Sutter1-2/+0
2015-07-18BBB: Makefile: Map uMon RAM in DDR3Jarielle Catbagan1-3/+3
2015-07-18BBB: rom_reset.S: Initialize the SP at the top of SRAM prior to invoking pll_...Jarielle Catbagan1-2/+10
2015-07-18BBB: cpuio.c/rom_reset.S: Configure the MPU, Core, DDR, and Per PLLs and init...Jarielle Catbagan2-0/+257
2015-07-18BBB: am335x.h/cpuio.c: Add CM_PER_GPIO1_CLKCTRL in am335x.h and change CM_DIV...Jarielle Catbagan2-1/+2
2015-07-18BBB: config.h: Enable INCLUDE_MEMCMDSJarielle Catbagan1-1/+1
2015-07-18BBB: am335x.h: Fix invalid macro names and add definitions/redefinitions for ...Jarielle Catbagan1-6/+141
2015-07-18BBB: cpuio.c: Fixed indentationJarielle Catbagan1-32/+32
2015-07-13BBB: Changes to support runtime blinking LED.Ed Sutter5-17/+141
2015-07-13replace bashrc with envsetup to eliminate implication that it is bash specificEd Sutter1-2/+1
2015-07-13remove files leftover from csb740 portEd Sutter3-4131/+0
2015-07-13BBB: sd_setup.sh: Change /bin/bash -> /bin/sh to solely adhere to POSIX shell...Jarielle Catbagan1-10/+10
2015-07-08add sync to script to guarantee sd write completes, also missing '1' in fdiskEd Sutter1-2/+4
2015-07-08BBB: Add sd_setup.sh to create a bootable SD and README to document SD and UA...Jarielle Catbagan2-0/+280
2015-07-08BBB: Build a uMon image with a Configuration header and a GP header prepended.Jarielle Catbagan2-1/+54
2015-07-04BBB: Build an MLO file when booting from non-XIP devices (e.g. SD)Jarielle Catbagan2-0/+14
2015-07-04BBB: xcmddcl.h/xcmdtbl.h: Remove irrelevant commandsJarielle Catbagan2-28/+2
2015-07-04BBB: Makefile: Remove irrelevant source files from CPUCSRC, IODEVSRC, and FLA...Jarielle Catbagan1-3/+3
2015-07-04BBB: cpuio.c: Set devInit() to return 0 by defaultJarielle Catbagan1-2/+2
2015-07-04BBB: cpuio.h: Remove MONARGV0Jarielle Catbagan1-2/+0
2015-07-04BBB: cpuio.*: Add UART0 initialization and set DEFAULT_BAUD_RATE to 115200Jarielle Catbagan2-1/+26
2015-07-04BBB: Migrate custom exception handler mapping from rom_reset.S to ram_vector_...Jarielle Catbagan2-38/+24
2015-07-04BBB: am335x.h: Fix/updateJarielle Catbagan1-241/+486
2015-06-29add support for RTEMS toolset, make this the defaultEd Sutter1-1/+12
2015-06-29remove APPRAMBASE_OVERRIDE and include DM/PM commandsEd Sutter1-4/+2
2015-06-29cleanup uninitialized variable warningEd Sutter1-1/+1
2015-06-27BBB/AM335x: Store addresses of custom exception handlers in the Public RAM re...Jarielle Catbagan1-0/+37
2015-06-27Map base Umon image in internal SRAM of AM335x/BBBJarielle Catbagan1-4/+4