| b80a6603 | 05-May-2014 |
pekon gupta <pekon@ti.com> |
mtd: nand: omap: add CONFIG_SYS_NAND_BUSWIDTH_16BIT to indicate NAND device bus-width
GPMC controller needs to be configured based on bus-width of the NAND device connected to it. Also, dynamic dete
mtd: nand: omap: add CONFIG_SYS_NAND_BUSWIDTH_16BIT to indicate NAND device bus-width
GPMC controller needs to be configured based on bus-width of the NAND device connected to it. Also, dynamic detection of NAND bus-width from on-chip ONFI parameters is not possible in following situations: SPL: SPL NAND drivers does not support ONFI parameter reading. U-boot: GPMC controller iniitalization is done in omap_gpmc.c:board_nand_init() which is called before probing for devices, hence any ONFI parameter information is not available during GPMC initialization.
Thus, OMAP NAND driver expected board developers to explicitely write GPMC configurations specific to NAND device attached on board in board files itself. But this was troublesome for board manufacturers as they need to dive into lengthy platform & SoC documents to find details of GPMC registers and appropriate configurations to get NAND device working.
This patch instead adds existing CONFIG_SYS_NAND_BUSWIDTH_16BIT to board config hich indicates that connected NAND device has x16 bus-width. And then based on this config GPMC driver itself initializes itself based on NAND bus-width. This keeps board developers free from knowing GPMC controller specific internals.
Signed-off-by: Pekon Gupta <pekon@ti.com>
show more ...
|
| 7445207f | 04-Jun-2014 |
Masahiro Yamada <yamada.m@jp.panasonic.com> |
nand_spl: remove simpc8313 support
Commit 3d5a335c announced that all the nand_spl boards would be removed before v2014.07 release.
Also update README.scrapyard.
Signed-off-by: Masahiro Yamada <ya
nand_spl: remove simpc8313 support
Commit 3d5a335c announced that all the nand_spl boards would be removed before v2014.07 release.
Also update README.scrapyard.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
show more ...
|
| 21d29f7f | 28-May-2014 |
Heiko Schocher <hs@denx.de> |
bootm: make use of legacy image format configurable
make the use of legacy image format configurable through the config define CONFIG_IMAGE_FORMAT_LEGACY.
When relying on signed FIT images with req
bootm: make use of legacy image format configurable
make the use of legacy image format configurable through the config define CONFIG_IMAGE_FORMAT_LEGACY.
When relying on signed FIT images with required signature check the legacy image format should be disabled. Therefore introduce this new define and enable legacy image format if CONFIG_FIT_SIGNATURE is not set. If CONFIG_FIT_SIGNATURE is set disable per default the legacy image format.
Signed-off-by: Heiko Schocher <hs@denx.de> Cc: Simon Glass <sjg@chromium.org> Cc: Lars Steubesand <lars.steubesand@philips.com> Cc: Mike Pearce <mike@kaew.be> Cc: Wolfgang Denk <wd@denx.de> Cc: Tom Rini <trini@ti.com> Cc: Michal Simek <monstr@monstr.eu> Acked-by: Simon Glass <sjg@chromium.org>
show more ...
|
| 5f65826b | 27-May-2014 |
Jon Loeliger <jon.loeliger@oracle.com> |
FDT: Fix DTC repository references
The Device Tree Compiler (DTC) used to have its master repository located on jdl.com. While it is still there, its official, new, shiny location is on kernel.org
FDT: Fix DTC repository references
The Device Tree Compiler (DTC) used to have its master repository located on jdl.com. While it is still there, its official, new, shiny location is on kernel.org here:
git://git.kernel.org/pub/scm/utils/dtc/dtc.git
Update a few references to point there instead.
Signed-off-by: Jon Loeliger <jdl@jdl.com> Acked-by: Simon Glass <sjg@chromium.org>
show more ...
|
| cc49da24 | 02-Jun-2014 |
Albert ARIBAUD <albert.u.boot@aribaud.net> |
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' |
| 3fe1a854 | 30-May-2014 |
Masahiro Yamada <yamada.m@jp.panasonic.com> |
powerpc: hiddendragon: remove orphan board
This board has been orphan for a while. (Emails to its maintainer have been bouncing.)
Because MPC82xx family is old enough, nobody would pick up the main
powerpc: hiddendragon: remove orphan board
This board has been orphan for a while. (Emails to its maintainer have been bouncing.)
Because MPC82xx family is old enough, nobody would pick up the maintainership on it.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Wolfgang Denx <wd@denx.de>
show more ...
|
| 7edb1f7b | 30-May-2014 |
Masahiro Yamada <yamada.m@jp.panasonic.com> |
powerpc: debris: remove orphan board
This board has been orphan for a while. (Emails to its maintainer have been bouncing.)
Because MPC82xx family is old enough, nobody would pick up the maintainer
powerpc: debris: remove orphan board
This board has been orphan for a while. (Emails to its maintainer have been bouncing.)
Because MPC82xx family is old enough, nobody would pick up the maintainership on it.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Wolfgang Denx <wd@denx.de>
show more ...
|
| 2868f862 | 30-May-2014 |
Masahiro Yamada <yamada.m@jp.panasonic.com> |
powerpc: kvme080: remove orphan board
This board has been orphan for a while. (Emails to its maintainer have been bouncing.)
Because MPC82xx family is old enough, nobody would pick up the maintaine
powerpc: kvme080: remove orphan board
This board has been orphan for a while. (Emails to its maintainer have been bouncing.)
Because MPC82xx family is old enough, nobody would pick up the maintainership on it.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Wolfgang Denx <wd@denx.de>
show more ...
|
| 49ad566d | 30-May-2014 |
Masahiro Yamada <yamada.m@jp.panasonic.com> |
powerpc: ep8248: remove orphan board
This board has been orphan for a while. (Emails to its maintainer have been bouncing.)
Because MPC82xx family is old enough, nobody would pick up the maintainer
powerpc: ep8248: remove orphan board
This board has been orphan for a while. (Emails to its maintainer have been bouncing.)
Because MPC82xx family is old enough, nobody would pick up the maintainership on it.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Wolfgang Denx <wd@denx.de>
show more ...
|
| 80bae39a | 30-May-2014 |
Masahiro Yamada <yamada.m@jp.panasonic.com> |
powerpc: ispan: remove orphan board
This board has been orphan for a while. (Emails to its maintainer have been bouncing.)
Because MPC82xx family is old enough, nobody would pick up the maintainers
powerpc: ispan: remove orphan board
This board has been orphan for a while. (Emails to its maintainer have been bouncing.)
Because MPC82xx family is old enough, nobody would pick up the maintainership on it.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Wolfgang Denx <wd@denx.de>
show more ...
|
| d0664db4 | 30-May-2014 |
Masahiro Yamada <yamada.m@jp.panasonic.com> |
powerpc: rattler: remove orphan board
This board has been orphan for a while. (Emails to its maintainer have been bouncing.)
Because MPC82xx family is old enough, nobody would pick up the maintaine
powerpc: rattler: remove orphan board
This board has been orphan for a while. (Emails to its maintainer have been bouncing.)
Because MPC82xx family is old enough, nobody would pick up the maintainership on it.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Wolfgang Denx <wd@denx.de>
show more ...
|
| 6f80bb48 | 30-May-2014 |
Masahiro Yamada <yamada.m@jp.panasonic.com> |
powerpc: zpc1900: remove orphan board
This board has been orphan for a while. (Emails to its maintainer have been bouncing.)
Because MPC82xx family is old enough, nobody would pick up the maintaine
powerpc: zpc1900: remove orphan board
This board has been orphan for a while. (Emails to its maintainer have been bouncing.)
Because MPC82xx family is old enough, nobody would pick up the maintainership on it.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Wolfgang Denx <wd@denx.de>
show more ...
|
| facb6725 | 30-May-2014 |
Masahiro Yamada <yamada.m@jp.panasonic.com> |
powerpc: mpc8260ads: remove orphan board
This board has been orphan for a while. (Emails to its maintainer have been bouncing.)
Because MPC82xx family is old enough, nobody would pick up the mainta
powerpc: mpc8260ads: remove orphan board
This board has been orphan for a while. (Emails to its maintainer have been bouncing.)
Because MPC82xx family is old enough, nobody would pick up the maintainership on it.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Wolfgang Denx <wd@denx.de>
show more ...
|
| 373a9788 | 30-May-2014 |
Masahiro Yamada <yamada.m@jp.panasonic.com> |
powerpc: adder: remove orphan board
This board has been orphan for a while. (Emails to its maintainer have been bouncing.)
Because MPC8xx family is old enough, nobody would pick up the maintainersh
powerpc: adder: remove orphan board
This board has been orphan for a while. (Emails to its maintainer have been bouncing.)
Because MPC8xx family is old enough, nobody would pick up the maintainership on it.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Wolfgang Denx <wd@denx.de>
show more ...
|
| 3569571d | 29-May-2014 |
Wolfgang Denk <wd@denx.de> |
PPC4xx: Remove quad100hd board
The quad100hd has been unmaintained and dead ever since it's been added some 6 years ago. Remove it.
Also update README.scrapyard and insert some commit IDs for remo
PPC4xx: Remove quad100hd board
The quad100hd has been unmaintained and dead ever since it's been added some 6 years ago. Remove it.
Also update README.scrapyard and insert some commit IDs for removed boards.
Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Stefan Roese <sr@denx.de> Cc: Gary Jennejohn <gljennjohn@googlemail.com>
show more ...
|
| 90b51c33 | 30-May-2014 |
Tom Rini <trini@ti.com> |
Merge branch 'master' of git://git.denx.de/u-boot-arm |
| ac1058fd | 20-May-2014 |
Tom Wai-Hong Tam <waihong@chromium.org> |
power: Add support for TPS65090 PMU chip.
This adds driver support for the TPS65090 PMU. Support includes hooking into the pmic infrastructure so that the pmic commands can be used on the console.
power: Add support for TPS65090 PMU chip.
This adds driver support for the TPS65090 PMU. Support includes hooking into the pmic infrastructure so that the pmic commands can be used on the console. The TPS65090 supports the following functionality:
- fet enable/disable/querying - getting and setting of charge state
Even though it is connected to the pmic infrastructure it does not hook into the pmic charging charging infrastructure.
The device tree binding is from Linux, but only a small subset of functionality is supported.
Signed-off-by: Tom Wai-Hong Tam <waihong@chromium.org> Signed-off-by: Hatim Ali <hatim.rv@samsung.com> Signed-off-by: Katie Roberts-Hoffman <katierh@chromium.org> Signed-off-by: Rong Chang <rongchang@chromium.org> Signed-off-by: Sean Paul <seanpaul@chromium.org> Signed-off-by: Vincent Palatin <vpalatin@chromium.org> Signed-off-by: Aaron Durbin <adurbin@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
show more ...
|
| 54c5d08a | 22-May-2014 |
Heiko Schocher <hs@denx.de> |
dm: rename device struct to udevice
using UBI and DM together leads in compiler error, as both define a "struct device", so rename "struct device" in include/dm/device.h to "struct udevice", as we u
dm: rename device struct to udevice
using UBI and DM together leads in compiler error, as both define a "struct device", so rename "struct device" in include/dm/device.h to "struct udevice", as we use linux code (MTD/UBI/UBIFS some USB code,...) and cannot change the linux "struct device"
Signed-off-by: Heiko Schocher <hs@denx.de> Cc: Simon Glass <sjg@chromium.org> Cc: Marek Vasut <marex@denx.de>
show more ...
|
| 5c390a5b | 19-May-2014 |
Andreas Bießmann <andreas.devel@googlemail.com> |
arm:at91: enable ROM loadable atmel image
For sama5d3xek we need to modify the SPL image for correct detection by ROM code.
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com> Tested-by:
arm:at91: enable ROM loadable atmel image
For sama5d3xek we need to modify the SPL image for correct detection by ROM code.
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com> Tested-by: Bo Shen <voice.shen@atmel.com>
show more ...
|
| 1dd6e3c2 | 22-May-2014 |
Łukasz Majewski <l.majewski@samsung.com> |
doc:git-mailrc: Add entry for dfu subsystem
Entry for dfu subsystem have been added to doc/git-mailrc file
Signed-off-by: Lukasz Majewski <l.majewski@samsung.com> |
| c9afa7ce | 22-May-2014 |
Tom Rini <trini@ti.com> |
Merge branch 'master' of git://git.denx.de/u-boot-usb |
| c6eb9458 | 14-May-2014 |
Masahiro Yamada <yamada.m@jp.panasonic.com> |
Revert "sandbox: move source files from board/ to arch/sandbox/"
This reverts commit 258060905e04fe2eb509756ef3b37e23e220a2d6.
Conflicts: boards.cfg
Wrong patch 25806090 was applied by accident.
Revert "sandbox: move source files from board/ to arch/sandbox/"
This reverts commit 258060905e04fe2eb509756ef3b37e23e220a2d6.
Conflicts: boards.cfg
Wrong patch 25806090 was applied by accident. Revert it.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Simon Glass <sjg@chromium.org> Acked-by: Simon Glass <sjg@chromium.org>
show more ...
|
| 7d3ca0f8 | 16-May-2014 |
Jaehoon Chung <jh80.chung@samsung.com> |
ARM: dts: exynos: rename from EXYNOS5_DWMMC to EXYNOS_DWMMC
Exynos serise can be supported the dw-mmc controller. So, it's good that used the general prefix as "_EXYNOS_DWMMC".
Signed-off-by: Jaeho
ARM: dts: exynos: rename from EXYNOS5_DWMMC to EXYNOS_DWMMC
Exynos serise can be supported the dw-mmc controller. So, it's good that used the general prefix as "_EXYNOS_DWMMC".
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
show more ...
|
| ae95fad5 | 05-May-2014 |
Steve Rae <srae@broadcom.com> |
disk: part_efi: add support for the Backup GPT
Check the Backup GPT table if the Primary GPT table is invalid. Renamed "Secondary GPT" to "Backup GPT" as per: UEFI Specification (Version 2.3.1, Er
disk: part_efi: add support for the Backup GPT
Check the Backup GPT table if the Primary GPT table is invalid. Renamed "Secondary GPT" to "Backup GPT" as per: UEFI Specification (Version 2.3.1, Errata A)
Signed-off-by: Steve Rae <srae@broadcom.com>
show more ...
|
| 96ee97a1 | 22-Apr-2014 |
Fabio Estevam <fabio.estevam@freescale.com> |
doc: README.generic-board: Fix typo
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Simon Glass <sjg@chromium.org> |