public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] OMAP5: Improve uEVM support
@ 2013-04-05 16:21 Tom Rini
  2013-04-05 16:21 ` [U-Boot] [PATCH 1/3] OMAP3/4/5/AM33xx: Correct logic for checking FAT or RAW MMC Tom Rini
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Tom Rini @ 2013-04-05 16:21 UTC (permalink / raw)
  To: u-boot

Today, the eMMC on the omap5_uevm cannot be booted from, due to a bug in
the save_boot_params function that tests for a range of XIP to MMC2.
But in the case of OMAP5, MMC2 is eMMC boot partition and MMC2_2 is eMMC
(main), and uEVM can only boot from MMC2_2.  We cannot just update the
test as-is because other platforms define away MMC2_2 to 0xFF as they
cannot be passed that value.  I've fixed this by making it clearer in
the comments what we do, and use a platform definable variable to say
where we must check the range for.  This part has been tested on some
relevant platforms for each case.  While doing this, the question arose
of how to partition eMMC (since u-boot must be written RAW and not put
on FAT), so I've added GPT support for this.  Finally, while in here I
see we weren't using the fallbacks baud rate table, so I changed to
that.  This series will mildly conflict (mainly over the rename) with
Sricharan's current series of fixes, so I shall resolve that.

-- 
Tom

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-04-09 15:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-05 16:21 [U-Boot] [PATCH 0/3] OMAP5: Improve uEVM support Tom Rini
2013-04-05 16:21 ` [U-Boot] [PATCH 1/3] OMAP3/4/5/AM33xx: Correct logic for checking FAT or RAW MMC Tom Rini
2013-04-08 10:44   ` Sricharan R
2013-04-09 14:52   ` Peter Korsgaard
2013-04-09 15:39     ` Tom Rini
2013-04-05 16:21 ` [U-Boot] [PATCH 2/3] omap5_evm.h: Move uEVM-specific choices to omap5_evm.h Tom Rini
2013-04-08 16:34   ` Tom Rini
2013-04-05 16:21 ` [U-Boot] [PATCH 3/3] omap5_common.h: Use fallback CONFIG_SYS_BAUDRATE_TABLE Tom Rini
2013-04-08 16:35 ` [U-Boot] [PATCH 0/3] OMAP5: Improve uEVM support Tom Rini
2013-04-08 16:55 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox