summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-30Changelog for -7iglooKalle Vahlman
2012-03-26Changelog for -6 releaseKalle Vahlman
2012-03-26Packaging changes for LaunchpadKalle Vahlman
2012-03-26Changelog for -5 releaseKalle Vahlman
2012-03-26Changelog for -4 releaseKalle Vahlman
2012-03-26Filter out -Bsymbolic-functions from LDFLAGSKalle Vahlman
U-Boot seems not to like it
2012-03-26Updated changelogMats Bergstrom
2012-03-26working installMats Bergstrom
2012-03-26Working rulesMats Bergstrom
2012-03-26Added debian directoryMats Bergstrom
2012-03-23snowball: fix incorrect root= parameter for eMMC bootHEADmasterLee Jones
Erronrous root= parameter causes "Kernel panic - not syncing: No init found" After applying this patch Snowball boots successfully to a shell again. Signed-off-by: Lee Jones <lee.jones@linaro.org>
2012-03-06snowball: pushing vmalloc to 300MMathieu J. Poirier
This is to address the following bug: https://bugs.launchpad.net/igloocommunity/+bug/934034 Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2012-02-16snowball: android: moved from optimizing for size to optimizing for speedMathieu J. Poirier
Optimizing for size with gcc 4.6.x prevents uboot from reaching the cmd line. Removing this optimization solves the problem. Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2012-02-08snowball: android: increasing mali memory regionMathieu J. Poirier
This is fixing bug: https://bugs.launchpad.net/igloocommunity/+bug/925913 Signed-off-by: Benn Porscke <benn.porscke@stericsson.com> Committer: Mathieu Poirier <mathieu.poirier@linaro.org>
2012-02-02Add support for boot.scr filer on emmc.Benn Pörscke
If a boot.scr file exist in a fat partition on the emmc it will be used.
2011-11-25Remove automatic IP acquiring from kernel commandlineKalle Vahlman
It delays the boot for all, although useful only for those using network based filesystems as rootfs.
2011-11-17Increase FSMC data-phase timing for ethernet controller SRAM transfersGregory Hermant
The ethernet controller reportedly suffers data corruption of transfers from SRAM through the Flexible Smart Memory Controller on some PDK boards. Increasing the data-phase timing for the transfers fixes these problems.
2011-11-178500B2 cutid added in the cuttable (see in ↵Gregory Hermant
cpu/arm_cortex_a9/db8500/sec_bridge.c file)
2011-11-17Corrected bad memargs1024Mats Bergstrom
2011-11-09Adding absolute path convention to boot.scrMathieu J. Poirier
Files fetched by 'fat load' must use absolute path, otherwize the command fails. Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2011-06-17Fixing backslash zero '\0' in 'commonargs' variable.2011.08.252011.08.23Mathieu Poirier
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2011-06-01Added vmalloc parameter to default environment.Tony Månsson
2011-05-31Silencing TOC and itp error messages not applicable to snowball.Mathieu J. Poirier
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2011-05-30Allowing snowball to work without an environment block in emmc.Mathieu J. Poirier
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2011-05-30The code should not hard-code memargs, environment variables are meant to be ↵Mathieu J. Poirier
flexible. Confining the change to snowball. Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2011-05-27Tailoring boot algorithm for snowballMathieu J. Poirier
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2011-05-19Fix for SnowballTony Månsson
2011-05-16Enabling 3V6 for BGF combo chip.Mathieu J. Poirier
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Conflicts: board/st/u8500/u8500.c
2011-03-23Explicitely turning FSMC so that kernel doesn't have to worry about it.Mathieu J. Poirier
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
2011-02-17Adding official machine ID.Mathieu J. Poirier
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2011-02-15Fixing default pin initialisation.Mathieu J. Poirier
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2011-02-15u8500 snowball: make ether faster (squash in d5f1508)Alessandro Rubini
2011-02-15Fixing bug in gpio pin initializationMathieu J. Poirier
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2011-02-15HACK: smc911x.h register access change for minikitAlessandro Rubini
Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
2011-02-14Adding ethernet initializationAlessandro Rubini
2011-02-14Adding GPIO config for LAN controller along with FSMC init.Alessandro Rubini
2011-02-14Splitting pin configuration for snowball and hrefs.Mathieu J. Poirier
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2011-02-14Cleaning up GPIO26 init and adding board conditional init.Mathieu J. Poirier
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2011-02-14u8500.c: set GPIO26 in power managerAlessandro Rubini
Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
2011-02-14Fixing base address for emmc.Mathieu J. Poirier
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2011-02-14Adding base support for snowball.Mathieu J. Poirier
- Initial pin configuration. - Introduction of u8500_is_snowball. - Introduction of new machine type. Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2011-02-14Adding compilation support for snowball.Mathieu J. Poirier
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
2011-02-11U8500: Display driver: Fix for HDMI not workingJimmy Rubin
This patch will enable MCDECLK but not change the clocksource. ST-Ericsson ID: ER 323824 ST-Ericsson FOSS-OUT ID: Trivial Change-Id: I2d67a80ee24513251f6456cc7586530fb9a11b6e Signed-off-by: Jimmy Rubin <jimmy.rubin@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/15040 Reviewed-by: Michael BRANDT <michael.brandt@stericsson.com> Reviewed-by: Marcel TUNNISSEN <marcel.tuennissen@stericsson.com>
2011-02-10Fix confusing "Sub TOC entry not found" messagesMichael Brandt
MCDE: Sub TOC entry not found toc_load_toc_entry: get_entry_info_toc failed mcde_display_image: no splash image found. ready The splash code searches for the SPLASH entry. If it is not found in the normal TOC, the TOC code in disk/part_toc.c tries the sub TOC entries. The sub TOC code then issues the "Sub TOC entry not found" message. It should be up to the caller to interpret it as error and to print an appropriate error message. Therefore this patch change it into a debug() message. Change-Id: Ie2f566b0f7b8f4ff6a950ec05743b573c58626e7 Signed-off-by: Michael Brandt <michael.brandt@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/14828 Reviewed-by: QATOOLS Reviewed-by: Joakim AXELSSON <joakim.axelsson@stericsson.com> Reviewed-by: Markus HELGESSON <markus.helgesson@stericsson.com>
2011-02-09[MEEGO] Adapt .git2obs to new setlocalversionRobert Rosengren
.git2obs passes version to setlocalversion to get correct git version, i.e. from latest real u-boot tag and not the in-house repo tags. ST-Ericsson ID: None ST-Ericsson FOSS-OUT ID: Trivial Change-Id: I1ea64bbd70cb929fc5ddccf2ddff3161d370094a Signed-off-by: Robert Rosengren <robert.rosengren@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/14579 Reviewed-by: QATOOLS Reviewed-by: Michael BRANDT <michael.brandt@stericsson.com>
2011-02-09setlocalversion: Add support for getting info from correct tagRobert Rosengren
Previously the setlocalversion script checked if the git had untagged commits since the latest tag. If one wants to set extra tags as checkpoints, other than the official releases, then this will give incorrect version. This patch introduce a second optional parameter to setlocalversion, for specifying a git tag to look for. The Makefile specifies the u-boot version and passes it to the script. The script will then look for untagged commits since the "u-boot version"-tag. ST-Ericsson ID: None ST-Ericsson FOSS-OUT ID: Trivial Change-Id: I7315f4d38d6b74b78e118b36aac271859658ff67 Signed-off-by: Robert Rosengren <robert.rosengren@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/14578 Reviewed-by: Michael BRANDT <michael.brandt@stericsson.com>
2011-02-08SPI: Fix of warnings and cleanup.Markus Helgesson
Fixed coverity and compiler warning in drivers/spi/u8500_spi.c. Also removed a variable which is no longer needed after the GPIO-handling was removed from the driver. ST-Ericsson ID: None ST-Ericsson FOSS-OUT ID: Trivial Change-Id: Iea067014c2c2ea4bd4367eccbe1cde36c69e01da Signed-off-by: Markus Helgesson <markus.helgesson@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/13763 Reviewed-by: Michael BRANDT <michael.brandt@stericsson.com> Reviewed-by: QATOOLS Reviewed-by: Joakim AXELSSON <joakim.axelsson@stericsson.com>
2011-02-08U8500: Display driver: Only activate required clocks for displayTorbjorn Svensson
This patch changes the display initialization to only activate the display related clocks that are actually needed for the selected display mode, DSI or DPI. It also removes two compile time warnings. ST-Ericsson ID: CR 321311 ST-Ericsson FOSS-OUT ID: Trivial Change-Id: I5ae07bd06ae02c2e7c1a0f7860b251f35a953e99 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/13587 Reviewed-by: Michael BRANDT <michael.brandt@stericsson.com> Tested-by: Torbjorn SVENSSON <torbjorn.x.svensson@stericsson.com> Reviewed-by: Jimmy RUBIN <jimmy.rubin@stericsson.com> Reviewed-by: Dan JOHANSSON <dan.johansson@stericsson.com>
2011-02-07db8500: Add db8500 v2.1 ASIC to ROM function tableMichael Brandt
db8500 v2.1 has a new ASIC ID. Add it to the function table. Without this patch and with CONFIG_ITP_LOAD, U-Boot will hang on a db8500 v2.1 Change-Id: I819663e698aa6667f5831575db87ded2c9f0c5c2 Signed-off-by: Michael Brandt <michael.brandt@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/14476 Reviewed-by: QATOOLS Reviewed-by: Jens WIKLANDER <jens.wiklander@stericsson.com> Reviewed-by: Par-Olof HAKANSSON <par-olof.hakansson@stericsson.com> Reviewed-by: Martin HOVANG <martin.xm.hovang@stericsson.com>
2011-02-04db8500: Fix PRCMU mailbox acknowledgeMichael Brandt
With newer PRCMU FW (2.0.6), clearing of the Ack mailbox interrupt is enforced. This patch clears the Ack mailbox interrupt. ST-Ericsson ID: ER 322248 Change-Id: I38c7af5a375230c22b61db6cc46283c01ff39727 Signed-off-by: Michael Brandt <michael.brandt@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/14201 Reviewed-by: Par-Olof HAKANSSON <par-olof.hakansson@stericsson.com> Reviewed-by: QATOOLS Reviewed-by: Ulf MORLAND <ulf.morland@stericsson.com> Reviewed-by: Mattias NILSSON <mattias.i.nilsson@stericsson.com> Tested-by: Jonas SKARSTAM <jonas.skarstam@stericsson.com>