pandora-x-loader.git
14 years agoOMAP3: lib/board.c: bump revision, tweak serial boot logic
Steve Sakoman [Thu, 18 Mar 2010 04:25:40 +0000 (21:25 -0700)]
OMAP3: lib/board.c: bump revision, tweak serial boot logic

14 years agoOMAP3: cpu.h: add SDRC register definitions for second RAM bank
Steve Sakoman [Thu, 18 Mar 2010 04:22:36 +0000 (21:22 -0700)]
OMAP3: cpu.h: add SDRC register definitions for second RAM bank

14 years agoOMAP3: add GPMC_NONE definition for systems with no nand
Steve Sakoman [Thu, 18 Mar 2010 04:20:02 +0000 (21:20 -0700)]
OMAP3: add GPMC_NONE definition for systems with no nand

14 years agoomap3: add gpio API's
Steve Sakoman [Thu, 18 Mar 2010 04:05:17 +0000 (21:05 -0700)]
omap3: add gpio API's

14 years agodrivers/k9f1g08r0a.c: additional nand vendor/device id's
Steve Sakoman [Fri, 5 Mar 2010 04:34:31 +0000 (20:34 -0800)]
drivers/k9f1g08r0a.c: additional nand vendor/device id's

14 years agoboard.c: attempt serial boot if not possible to boot from mmc, nand, or onenand
Steve Sakoman [Mon, 8 Feb 2010 22:15:44 +0000 (14:15 -0800)]
board.c: attempt serial boot if not possible to boot from mmc, nand, or onenand

15 years agocpu/omap3/config.mk: Set march to armv7-a
Steve Sakoman [Fri, 6 Mar 2009 16:01:31 +0000 (08:01 -0800)]
cpu/omap3/config.mk: Set march to armv7-a

15 years agoOMAP3: X-Loader: Make MMC register macros volatile
Dirk Behme [Sat, 20 Dec 2008 19:35:12 +0000 (11:35 -0800)]
OMAP3: X-Loader: Make MMC register macros volatile

As discussed in

http://groups.google.com/group/beagleboard/browse_thread/thread/14988091de9c80cf

make register macros volatile to avoid reordering by compiler.

Remove macro defined twice.

Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
15 years agolib/board.c: Specify where u-boot is being loaded from
Steve Sakoman [Tue, 9 Sep 2008 04:42:28 +0000 (21:42 -0700)]
lib/board.c: Specify where u-boot is being loaded from

15 years agoovero: changes required to make x-load USB downloadable
Steve Sakoman [Sat, 6 Sep 2008 14:17:22 +0000 (07:17 -0700)]
overo: changes required to make x-load USB downloadable

Note: use *unsigned* version for USB or serial download!

15 years agoomap3evm: provide missing udelay function
Steve Sakoman [Mon, 18 Aug 2008 18:11:57 +0000 (11:11 -0700)]
omap3evm: provide missing udelay function

15 years agoomap3evm: fix broken build due to missing raise and abort functions
Steve Sakoman [Sun, 17 Aug 2008 23:36:10 +0000 (16:36 -0700)]
omap3evm: fix broken build due to missing raise and abort functions

15 years agoomap3evm: modify config to unbreak mmcboot
Steve Sakoman [Sat, 16 Aug 2008 13:22:57 +0000 (06:22 -0700)]
omap3evm:  modify config to unbreak mmcboot

15 years agoovero: use the same platform.S as beagle
Steve Sakoman [Fri, 15 Aug 2008 04:23:11 +0000 (21:23 -0700)]
overo: use the same platform.S as beagle

15 years agoFix build breakage when CONFIG_MMC is disabled
Steve Sakoman [Fri, 15 Aug 2008 04:21:03 +0000 (21:21 -0700)]
Fix build breakage when CONFIG_MMC is disabled

15 years agolib/board.c: add missing call to misc_init_r
Steve Sakoman [Fri, 8 Aug 2008 00:38:42 +0000 (17:38 -0700)]
lib/board.c:  add missing call to misc_init_r

15 years agoovero: add delay to allow vaux2 power supply time to settle
Steve Sakoman [Thu, 7 Aug 2008 22:13:58 +0000 (15:13 -0700)]
overo:  add delay to allow vaux2 power supply time to settle

15 years agoEnable i2c support, update mmc driver for beagle and overo, bump version
Steve Sakoman [Thu, 7 Aug 2008 21:00:58 +0000 (14:00 -0700)]
Enable i2c support, update mmc driver for beagle and overo, bump version
to 1.42 and add time stamp to boot banner

TODO: omap3evm

15 years agoboard.c: implement generalized mmc boot for all boards, clean up boot messages
Steve Sakoman [Sat, 2 Aug 2008 03:32:13 +0000 (20:32 -0700)]
board.c:  implement generalized mmc boot for all boards, clean up boot messages

TODO: remove individual mmc_boot routines from board files

15 years agommc: fix infinite loop in mmc_init_stream
Steve Sakoman [Fri, 1 Aug 2008 19:55:44 +0000 (12:55 -0700)]
mmc:  fix infinite loop in mmc_init_stream

15 years agoboard.c: check for u-boot on mmc on all configurations, not just those with managed...
Steve Sakoman [Fri, 1 Aug 2008 15:03:41 +0000 (08:03 -0700)]
board.c:  check for u-boot on mmc on all configurations, not just those with managed nand

15 years agoboard.c: print boot method (mmc, onenand, nand)
Steve Sakoman [Thu, 31 Jul 2008 23:34:54 +0000 (16:34 -0700)]
board.c:  print boot method (mmc, onenand, nand)

15 years agobeagle: fix missing parentheses in while statement (cleanup error)
Steve Sakoman [Thu, 31 Jul 2008 20:37:13 +0000 (13:37 -0700)]
beagle:  fix missing parentheses in while statement (cleanup error)

15 years agoTI tarball had execute permissions set on a number of source files -- change these...
Steve Sakoman [Thu, 31 Jul 2008 06:53:44 +0000 (23:53 -0700)]
TI tarball had execute permissions set on a number of source files -- change these files to 0644

15 years agoAdd support for beagle and overo
Steve Sakoman [Thu, 31 Jul 2008 06:22:24 +0000 (23:22 -0700)]
Add support for beagle and overo

Signed-off-by: Steve Sakoman <steve@sakoman.com>
15 years agoclocks343x.h: fix type that resulted in duplicate definitiion of M_12_ES1 with PRCM_...
Steve Sakoman [Wed, 30 Jul 2008 16:43:53 +0000 (09:43 -0700)]
clocks343x.h:  fix type that resulted in duplicate definitiion of M_12_ES1 with PRCM_CLK_CFG2_332MHZ

15 years agoInitial checkin
Steve Sakoman [Sun, 20 Jul 2008 06:07:37 +0000 (23:07 -0700)]
Initial checkin