summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: save and print exception contextHEADmasterBen Gras2016-06-203-23/+201
* FAT fs changes: FAT code and larger ROM sizeBen Gras2016-06-205-4/+2420
* some hooks to help building in RSBBen Gras2016-06-202-2/+21
* BBB: README: Add section on installing uMon into the eMMC from an SD cardJarielle Catbagan2015-08-221-0/+34
* BBB: Add proper attributions to the files modifiedJarielle Catbagan2015-08-228-34/+120
* README: Fix directory name references and remove reference to nonexistent mai...Jarielle Catbagan2015-08-221-7/+4
* BBB: Clean up *.c and *.h files using 'astyle --unpad-paren --align-pointer=n...Jarielle Catbagan2015-08-078-1317/+1381
* target version should be zero until port is completedEd Sutter2015-08-051-12/+2
* update to glib with clean indication of where the files (that I didn't create...Ed Sutter2015-08-0517-246/+435
* enable XMODEM so we don't have to manually write to uSD for updatesEd Sutter2015-08-041-1/+1
* BBB: Migrate MMC1 clock enable from am335x_mmc.c:mmcInit() to cpuio.c:initCPU...Jarielle Catbagan2015-08-042-4/+4
* BBB: Makefile: Compile am335x_mmc.cJarielle Catbagan2015-08-041-1/+1
* BBB: am335x_mmc.c: Integrate reading and writing functionality in "mmc" commandJarielle Catbagan2015-08-041-2/+146
* BBB: Add am335x_mmc.c and am335x_mmc.h that implement "mmc" command with init...Jarielle Catbagan2015-08-042-0/+360
* BBB: xcmddcl.h/xcmdtbl.h: Add "mmc" commandJarielle Catbagan2015-08-042-0/+5
* BBB: cpuio.c: Configure pins used by MMC1Jarielle Catbagan2015-08-041-0/+32
* BBB: Migrate MMC0 clock enable from am335x_sd.c:sdInit() to cpuio.c:initCPUio()Jarielle Catbagan2015-08-042-4/+4
* BBB: am335x.h: Add defines for register and pins used by MMC1Jarielle Catbagan2015-08-041-5/+19
* reset major/minor version number to 3.0Ed Sutter2015-08-041-118/+10
* tree cleanup using 'astyle --unpad-paren --align-pointer=name --lineend=linux...Ed Sutter2015-08-03204-45324/+46856
* fix incorred verbose help textEd Sutter2015-08-031-1/+1
* fix warning caused by INCLUDE_TFS being unsetEd Sutter2015-08-031-3/+2
* BBB: Makefile: Compile am335x_sd.cJarielle Catbagan2015-08-031-1/+1
* BBB: config.h: Enable the "sd" command via INCLUDE_SDJarielle Catbagan2015-08-031-1/+1
* BBB: am335x_sd.c: Integrate reading and writing functionality in "sd" commandJarielle Catbagan2015-08-031-3/+156
* BBB: Add am335x_sd.c that implements the "sd" command initialization function...Jarielle Catbagan2015-08-031-0/+270
* BBB: cpuio.c: Configure pins used for MMC0 interfaceJarielle Catbagan2015-08-031-0/+16
* BBB: am335x.h: Add defines for MMC0 interface, AM335x MMC/SD registers, and C...Jarielle Catbagan2015-08-031-4/+252
* fix uninitialized variable issue in mpu_pll_init()Ed Sutter2015-07-181-1/+1
* INCLUDE_MEMCMDS eliminates the need for INCLUDE_DM/PMEd Sutter2015-07-181-2/+0
* BBB: Makefile: Map uMon RAM in DDR3Jarielle Catbagan2015-07-181-3/+3
* BBB: rom_reset.S: Initialize the SP at the top of SRAM prior to invoking pll_...Jarielle Catbagan2015-07-181-2/+10
* BBB: cpuio.c/rom_reset.S: Configure the MPU, Core, DDR, and Per PLLs and init...Jarielle Catbagan2015-07-182-0/+257
* BBB: am335x.h/cpuio.c: Add CM_PER_GPIO1_CLKCTRL in am335x.h and change CM_DIV...Jarielle Catbagan2015-07-182-1/+2
* BBB: config.h: Enable INCLUDE_MEMCMDSJarielle Catbagan2015-07-181-1/+1
* BBB: am335x.h: Fix invalid macro names and add definitions/redefinitions for ...Jarielle Catbagan2015-07-181-6/+141
* BBB: cpuio.c: Fixed indentationJarielle Catbagan2015-07-181-32/+32
* BBB: Changes to support runtime blinking LED.Ed Sutter2015-07-136-17/+146
* replace bashrc with envsetup to eliminate implication that it is bash specificEd Sutter2015-07-131-2/+1
* remove files leftover from csb740 portEd Sutter2015-07-133-4131/+0
* BBB: sd_setup.sh: Change /bin/bash -> /bin/sh to solely adhere to POSIX shell...Jarielle Catbagan2015-07-131-10/+10
* add sync to script to guarantee sd write completes, also missing '1' in fdiskEd Sutter2015-07-081-2/+4
* BBB: Add sd_setup.sh to create a bootable SD and README to document SD and UA...Jarielle Catbagan2015-07-082-0/+280
* BBB: Build a uMon image with a Configuration header and a GP header prepended.Jarielle Catbagan2015-07-082-1/+54
* BBB: Build an MLO file when booting from non-XIP devices (e.g. SD)Jarielle Catbagan2015-07-042-0/+14
* BBB: xcmddcl.h/xcmdtbl.h: Remove irrelevant commandsJarielle Catbagan2015-07-042-28/+2
* BBB: Makefile: Remove irrelevant source files from CPUCSRC, IODEVSRC, and FLA...Jarielle Catbagan2015-07-041-3/+3
* BBB: cpuio.c: Set devInit() to return 0 by defaultJarielle Catbagan2015-07-041-2/+2
* BBB: cpuio.h: Remove MONARGV0Jarielle Catbagan2015-07-041-2/+0
* BBB: cpuio.*: Add UART0 initialization and set DEFAULT_BAUD_RATE to 115200Jarielle Catbagan2015-07-042-1/+26