source: umon/ports

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @c900821   08/21/15 17:06:00 jcatbagan93 BBB: README: Add section on installing uMon into the eMMC from an SD card
(edit) @63834b9   08/21/15 17:05:59 jcatbagan93 BBB: Add proper attributions to the files modified
(edit) @976c170   08/07/15 18:04:18 jcatbagan93 BBB: Clean up *.c and *.h files using 'astyle --unpad-paren …
(edit) @d355df2   08/06/15 00:50:11 edsutterjr target version should be zero until port is completed
(edit) @ad25184   08/04/15 23:08:33 edsutterjr enable XMODEM so we don't have to manually write to uSD for updates
(edit) @426fc71   08/04/15 18:03:28 jcatbagan93 BBB: Migrate MMC1 clock enable from am335x_mmc.c:mmcInit() to …
(edit) @0511e58   08/04/15 18:03:27 jcatbagan93 BBB: Makefile: Compile am335x_mmc.c
(edit) @ae6395f   08/04/15 18:03:26 jcatbagan93 BBB: am335x_mmc.c: Integrate reading and writing functionality in …
(edit) @d8325a1   08/04/15 18:03:25 jcatbagan93 BBB: Add am335x_mmc.c and am335x_mmc.h that implement "mmc" command …
(edit) @de41b13   08/04/15 18:03:24 jcatbagan93 BBB: xcmddcl.h/xcmdtbl.h: Add "mmc" command
(edit) @04903c8   08/04/15 18:03:23 jcatbagan93 BBB: cpuio.c: Configure pins used by MMC1
(edit) @0e24873   08/04/15 18:03:22 jcatbagan93 BBB: Migrate MMC0 clock enable from am335x_sd.c:sdInit() to …
(edit) @7e4e58e   08/04/15 18:03:21 jcatbagan93 BBB: am335x.h: Add defines for register and pins used by MMC1
(edit) @a4b4f2e   08/03/15 04:16:43 jcatbagan93 BBB: Makefile: Compile am335x_sd.c
(edit) @9df0e66   08/03/15 04:16:42 jcatbagan93 BBB: config.h: Enable the "sd" command via INCLUDE_SD
(edit) @6e0ae1b   08/03/15 04:16:41 jcatbagan93 BBB: am335x_sd.c: Integrate reading and writing functionality in "sd" …
(edit) @0cd5b7d   08/03/15 04:16:40 jcatbagan93 BBB: Add am335x_sd.c that implements the "sd" command initialization …
(edit) @5a75bc2   08/03/15 04:16:39 jcatbagan93 BBB: cpuio.c: Configure pins used for MMC0 interface
(edit) @ddf6706   08/03/15 04:16:38 jcatbagan93 BBB: am335x.h: Add defines for MMC0 interface, AM335x MMC/SD …
(edit) @723a2e2   07/18/15 15:28:03 edsutterjr fix uninitialized variable issue in mpu_pll_init()
(edit) @01aa78a   07/18/15 15:27:12 edsutterjr INCLUDE_MEMCMDS eliminates the need for INCLUDE_DM/PM
(edit) @d55aa7c   07/16/15 11:26:45 jcatbagan93 BBB: Makefile: Map uMon RAM in DDR3
(edit) @8a80d54   07/16/15 11:26:44 jcatbagan93 BBB: rom_reset.S: Initialize the SP at the top of SRAM prior to …
(edit) @273af8f   07/16/15 11:26:43 jcatbagan93 BBB: cpuio.c/rom_reset.S: Configure the MPU, Core, DDR, and Per PLLs …
(edit) @b9f0b9e   07/16/15 11:26:42 jcatbagan93 BBB: am335x.h/cpuio.c: Add CM_PER_GPIO1_CLKCTRL in am335x.h and change …
(edit) @9f5d36e   07/16/15 11:26:41 jcatbagan93 BBB: config.h: Enable INCLUDE_MEMCMDS
(edit) @90c2701   07/16/15 11:26:40 jcatbagan93 BBB: am335x.h: Fix invalid macro names and add …
(edit) @82f6941   07/16/15 11:26:39 jcatbagan93 BBB: cpuio.c: Fixed indentation
(edit) @b8ffb40   07/14/15 02:11:27 edsutterjr BBB: Changes to support runtime blinking LED.
(edit) @8107331   07/14/15 00:35:44 edsutterjr replace bashrc with envsetup to eliminate implication that it is bash …
(edit) @5bed147   07/14/15 00:31:45 edsutterjr remove files leftover from csb740 port
(edit) @b919871   07/13/15 23:25:20 jcatbagan93 BBB: sd_setup.sh: Change /bin/bash -> /bin/sh to solely adhere to …
(edit) @812918d   07/08/15 23:27:04 edsutterjr add sync to script to guarantee sd write completes, also missing '1' …
(edit) @2945559   07/08/15 21:28:42 jcatbagan93 BBB: Add sd_setup.sh to create a bootable SD and README to document SD …
(edit) @220ee4b   07/08/15 21:28:41 jcatbagan93 BBB: Build a uMon image with a Configuration header and a GP header …
(edit) @f344230   07/03/15 17:54:55 jcatbagan93 BBB: Build an MLO file when booting from non-XIP devices (e.g. SD) An …
(edit) @f94045f   07/03/15 17:54:54 jcatbagan93 BBB: xcmddcl.h/xcmdtbl.h: Remove irrelevant commands
(edit) @dd9f290   07/03/15 17:54:53 jcatbagan93 BBB: Makefile: Remove irrelevant source files from CPUCSRC, IODEVSRC, …
(edit) @40b5966   07/03/15 17:54:52 jcatbagan93 BBB: cpuio.c: Set devInit() to return 0 by default devInit() is not …
(edit) @27db08e   07/03/15 17:54:51 jcatbagan93 BBB: cpuio.h: Remove MONARGV0
(edit) @d77ed25   07/03/15 17:54:50 jcatbagan93 BBB: cpuio.*: Add UART0 initialization and set DEFAULT_BAUD_RATE to 115200
(edit) @a5f94c8   07/03/15 17:54:49 jcatbagan93 BBB: Migrate custom exception handler mapping from rom_reset.S to …
(edit) @37e453e   07/03/15 17:54:48 jcatbagan93 BBB: am335x.h: Fix/update * Fixed file header * Formatted code to be …
(edit) @08a34d8   06/29/15 22:23:41 edsutterjr add support for RTEMS toolset, make this the default
(edit) @2236db2   06/29/15 22:22:03 edsutterjr remove APPRAMBASE_OVERRIDE and include DM/PM commands
(edit) @d6c7226   06/29/15 22:21:19 edsutterjr cleanup uninitialized variable warning
(edit) @d468669   06/20/15 14:52:45 jcatbagan93 BBB/AM335x: Store addresses of custom exception handlers in the Public …
(edit) @d47f458   06/20/15 05:32:16 jcatbagan93 Map base Umon image in internal SRAM of AM335x/BBB The internal SRAM …
(edit) @dfb586e   06/20/15 05:31:47 jcatbagan93 Updated BBB CONSOLE_UART_BASE in config.h CONSOLE_UART_BASE in …
(edit) @9318819   06/20/15 05:30:54 jcatbagan93 In BBB Makefile, the value of -mcpu in CUSTOM_CFLAGS has been changed …
(edit) @4d79fb9   06/20/15 02:58:03 jcatbagan93 Removed bdi2000.cfg in BBB port as it does not target the AM335x
(edit) @5a9a72f   06/20/15 02:58:02 jcatbagan93 Removed cpu_gpio.h, cpu_i2c.c, and cpu_i2c.h
(edit) @35608bb   06/20/15 02:58:01 jcatbagan93 Replaced omap3530.h with am335x.h in BBB port am335x.h contains …
(edit) @4df7813   06/20/15 02:58:00 jcatbagan93 Removed ads7846.* from BBB port The ADS7846 Interface routines are …
(edit) @470b252   06/20/15 02:57:59 jcatbagan93 Replaced cpu.h with the template cpu.h
(edit) @ce2a00f   06/20/15 02:57:58 jcatbagan93 Removed nand740.c from BBB port nand740.c is for the NAND device …
(edit) @c0d0e6a   06/20/15 02:57:57 jcatbagan93 Removed "ads" command from being included in the common cmdtbl.c from …
(edit) @d9ca895   06/20/15 02:57:56 jcatbagan93 Updated BBB config.h to target BBB * Updated header comment to …
(edit) @6504fc5   06/20/15 02:57:55 jcatbagan93 Removed ad7843.* from BBB port The AD7843 Interface routines are not …
(edit) @cf419d2   06/20/15 02:57:54 jcatbagan93 Removed all omap3530_* peripheral source and header files from BBB …
(edit) @11c6677   06/20/15 02:57:53 jcatbagan93 Replaced cpuio.c and cpuio.h in BBB port The former cpuio.* files …
(edit) @3f3cc2b   06/20/15 02:57:52 jcatbagan93 Updated header comment in BEAGLEBONEBLACK_boot.ldt
(edit) @09fa828   06/20/15 02:57:51 jcatbagan93 Removed csb740 OMAP3530 setup in rom_reset.S in BBB port
(edit) @38e5eef   06/19/15 21:32:49 jcatbagan93 Fixed 'boot' and 'ramtst' prerequisite makefile name in Makefile for …
(edit) @9049385   06/19/15 21:32:48 jcatbagan93 Renamed linker script templates in BBB port to match BBB target * …
(edit) @8b46c00   06/19/15 21:32:46 jcatbagan93 Updated BBB port makefile * Changed PLATFORM and TGTDIR to match BBB …
(edit) @d734d80   06/19/15 21:32:45 jcatbagan93 Updated bashrc in BBB port to target BBB
(edit) @dee5246   06/19/15 18:53:54 jcatbagan93 Duplicated csb740 directory to beagleboneblack directory for BBB port
(edit) @b987a75   06/19/15 21:32:43 jcatbagan93 Removed execution mode file attribute from all ASCII text files
(edit) @24d5973   04/16/15 19:29:24 Amar Takhar Rename makefile -> Makefile.
(add) @87db514   04/16/15 19:26:21 Amar Takhar Initial commit of the umon repository. Prior to this three changes …
Note: See TracRevisionLog for help on using the revision log.