You cannot post messages because only members can post, and you are not currently a member.
Description:
X-loader is a small first stage boot loader derived from the u-boot base code to be loaded into the internal static ram by the OMAP ROM code. Home page: http://gitorious.org/x-loader
|
|
|
[PATCH v2] OMAP4: Select DPLL PER Clock as source for SGX FCLK
|
| |
...The correct frequency for SGX is 307.2 Mhz. If DPLL_PER is set 1536 Mhz, There is no need to change dividers, just parent clock need to change. And DPLL PER is set at 1536. Signed-off-by: Rajeev Kulkarni <raje...@ti.com> Signed-off-by: Ricardo Salveti de Araujo <ricardo.salv...@canonical.com > Signed-off-by: Sebastien Jan <s-...@ti.com>... more »
|
|
[PATCH] OMAP4: Select DPLL PER Clock as source for SGX FCLK
|
| |
This is a port of original patch from Rajeev Kulkarni <raje...@ti.com>: The correct frequency for SGX is 307.2 Mhz. If DPLL_PER is set 1536 Mhz, There is no need to change dividers, just parent clock need to change. And DPLL PER is set at 1536. Signed-off-by: Rajeev Kulkarni <raje...@ti.com> Signed-off-by: Ricardo Salveti de Araujo <ricardo.salv...@canonical.com >... more »
|
|
panda: fix ES2.2+ support
|
| |
Fix support for ES2.2, and offer a chance to next ES revisions to be supported without a code change. Signed-off-by: Sebastien Jan <s-...@ti.com> --- board/omap4430panda/clock.c | 9 +++------ board/omap4430panda/omap4430pa nda.c | 1 + 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/board/omap4430panda/clock.c b/board/omap4430panda/clock.c... more »
|
|
bump up revision to 1.5.0
|
| |
We've committed several patches since we branched off from Steve's tree. But we're still carrying around the 1.4.4ss revision tag. Bump up the revision to 1.5.0 and drop the ss tag. Signed-off-by: Anand Gadiyar <gadi...@ti.com> --- I'd like to tag 1.5.0 as a release. I thought I'd ask on the list first if there are any objections.... more »
|
|
Subject: [PATCH] build break in lib/board.c
|
| |
Commit 85c0898d4e removed the variable i. This is needed
for certain board configurations. I hit it using overo_config.
Signed-off-by: Andy Doan <andy.d...@linaro.org>
---
lib/board.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/lib/board.c b/lib/board.c
index e3d1334..d9b6cf7 100644... more »
|
|
BeagleBoard: Add a configuration header to MLO
|
| |
A configuration header enables you to write the MLO onto the MBR (first sector) of an SD card, making it bootable no matter how it is formatted. A typical MLO would be less than 0x7e00 in size, such that most DOS partitioned SD cards won't have the BR before the end of MLO. I tested writing this to an SD card and avoiding overwriting the partition... more »
|
|
Add a configuration header to MLO
|
| |
I'd like to start getting configuration headers on builds of MLO. What is the right way to do this? Signed-off-by: Jason Kridner <jkrid...@beagleboard.org> --- Makefile | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index fd85142..7ac2a88 100644 --- a/Makefile... more »
|
|
BeagleBoard: Forced newer revisions to default to xM.
|
| |
Even if we don't know what revision of the board it is, the default should be to use the latest known revision, not to simply fail or default to an older revision that could be detected anyway. Signed-off-by: Jason Kridner <jkrid...@beagleboard.org> --- board/omap3530beagle/omap3530b eagle.c | 15 ++++++++++++++-... more »
|
|
omap4: calculate EMIF register values
|
| |
Calculate EMIF register values based on AC timing parameters from the SDRAM datasheet and the DDR frequency rather than using the hard-coded values. For a new board the user doen't have to go through the tedious process of calculating the register values. Instead, just provide the AC timings from the device data sheet as input... more »
|
|
Unifying the x-loader forks
|
| |
Hi - I noticed the gitorious tree seems to be a bit stuck while the omapzoom tree is continuing to be fed and increasingly diverging. I spent thismorning merging omapzoom's panda_dev branch on to the gitorious master branch. It yielded a working Panda MLO which was much faster than the gitorious master version, I guess the new MMC code from... more »
|
|
|