- Jul 09, 2014
-
-
git://www.denx.de/git/u-boot-imxTom Rini authored
-
Fabio Estevam authored
Commit 3d622b78 (mx6: soc: Introduce set_ldo_voltage()) introduces set_ldo_voltage() function that can be used to set the voltages of any of the three LDO regulators controlled by the PMU_REG_CORE register. Prior to this commit there was a single set_vddsoc() which only configured the VDDSOC regulator. Update the comments to align with the new set_ldo_voltage() implementation. Signed-off-by:
Fabio Estevam <fabio.estevam@freescale.com>
-
Andre Renaud authored
DIV_SELECT is used as Fout = Fin * div_select / 2.0, so we should do the shift after the multiply to avoid rounding errors Signed-off-by:
Andre Renaud <andre@bluewatersys.com>
-
Lothar Rubusch authored
Signed-off-by:
Marek Vasut <marex@denx.de> Signed-off-by:
Lothar Rubusch <lothar@denx.de> Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Marek Vasut authored
Adjust the mtdparts settings to allow for alternative boot images and for using UBI. Signed-off-by:
Marek Vasut <marex@denx.de> Signed-off-by:
Wolfgang Denk <wd@denx.de> Cc: Stefano Babic <sbabic@denx.de>
-
Marek Vasut authored
- "env ask", "env grep" and "setexpr" are needed for commissioning - add support for ext4 file systems - adjust default environment to use ext4 commands - add write support for (V)FAT and EXT4 - add bitmap and splashscreen support - print timestamp information for images Signed-off-by:
Marek Vasut <marex@denx.de> Signed-off-by:
Wolfgang Denk <wd@denx.de> Cc: Stefano Babic <sbabic@denx.de>
-
Lothar Rubusch authored
Signed-off-by:
Marek Vasut <marex@denx.de> Signed-off-by:
Lothar Rubusch <lothar@denx.de>
-
Marek Vasut authored
Adjust the mtdparts to also consider factory-programmed config block. Signed-off-by:
Marek Vasut <marex@denx.de>
-
Marek Vasut authored
- "env ask", "env grep" and "setexpr" are needed for commissioning - add support for ext4 file systems - adjust default environment to use ext4 commands - add write support for (V)FAT and EXT4 - add bitmap and splashscreen support - print timestamp information for images Signed-off-by:
Marek Vasut <marex@denx.de> Cc: Stefano Babic <sbabic@denx.de>
-
- Jul 08, 2014
-
-
git://git.denx.de/u-boot-x86Tom Rini authored
-
Tyler Baker authored
The following patch re-enables the dhcp functionality on omap3_beagle. It was removed with df4dbb5d when omap3_beagle was converted to use ti_omap3_common.h. I have tested beagleboard and beagleboard-xm with this patch and confirmed dhcp is working. Signed-off-by:
Tyler Baker <tyler.baker@linaro.org>
-
- Jul 07, 2014
-
-
Alexey Ignatov authored
Fixes a bug when objcopy doesn't put .dtb.init.rodata section to resulting u-boot.bin, so u-boot was unable to find embedded DTB.
-
Ian Campbell authored
Signed-off-by:
Ian Campbell <ijc@hellion.org.uk> Acked-by:
Hans de Goede <hdegoede@redhat.com>
-
Dirk Eibach authored
sha256 has some beefy memory footprint. Make it optional for constrained systems. Signed-off-by:
Dirk Eibach <dirk.eibach@gdsys.cc>
-
Dirk Eibach authored
Commit "2842c1c2 fit: add sha256 support" badly increased memory footprint, so some of our boards did not build anymore. Since monitor base must not be changed I removed some commands to save memory. Maybe making sha256 optional for fit would be an option for the future since it really has some beefy footprint. Signed-off-by:
Dirk Eibach <dirk.eibach@gdsys.cc>
-
Dirk Eibach authored
To avoid peer "ChReceivePathStatus"-messages on iocon startup, initialize PHYs as soon as possible. Signed-off-by:
Dirk Eibach <dirk.eibach@gdsys.cc>
-
Dirk Eibach authored
For proper displayport performance, scrambling has to be enabled, but is turned off on DP501 by default. Signed-off-by:
Dirk Eibach <dirk.eibach@gdsys.cc>
-
Dirk Eibach authored
Signed-off-by:
Dirk Eibach <dirk.eibach@gdsys.cc>
-
Dirk Eibach authored
The I2C bridge on DP501 supports EDID, MCCS and HDCP by default. Allow EDID only to avoid I2C address conflicts. Signed-off-by:
Dirk Eibach <dirk.eibach@gdsys.cc>
-
Dirk Eibach authored
Signed-off-by:
Dirk Eibach <dirk.eibach@gdsys.cc>
-
Dirk Eibach authored
PPC4xx config options were not complete. ICS8N3QV01 and SIL1178 needed some more configuration. Signed-off-by:
Dirk Eibach <dirk.eibach@gdsys.cc>
-
Dirk Eibach authored
IHS I2C master support was merely a hack in the osd driver. Now it is a proper u-boot I2C framework driver, supporting the v2.00 master features. Signed-off-by:
Dirk Eibach <dirk.eibach@gdsys.cc>
-
Dirk Eibach authored
There is a new iocon hardware flavor, supporting DisplayPort finally. Signed-off-by:
Dirk Eibach <dirk.eibach@gdsys.cc>
-
Dirk Eibach authored
Signed-off-by:
Dirk Eibach <dirk.eibach@gdsys.cc>
-
Dirk Eibach authored
Signed-off-by:
Dirk Eibach <dirk.eibach@gdsys.cc>
-
Dirk Eibach authored
readl was called with values instead of pointers to these values. Why this ever did work is a mystery... Signed-off-by:
Dirk Eibach <dirk.eibach@gdsys.cc>
-
Masahiro Yamada authored
Since ARRAY_SIZE macro is defined in include/common.h, re-defining it in arch-specific files is redundant. Signed-off-by:
Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by:
Stefan Roese <sr@denx.de> Acked-by:
Sonic Zhang <sonic.zhang@analog.com>
-
Vasili Galka authored
Add invalidate_dcache_range() and flush_dcache_range() for the blackfin architecture. Such functions already exist on this arch with different names, so just forward the call. This fixes the build of bf609-ezkit board as it uses drivers/net/designware.c which requires the above functions. Cc: Sonic Zhang <sonic.adi@gmail.com>, Alexey Brodkin <abrodkin@synopsys.com> Signed-off-by:
Vasili Galka <vvv444@gmail.com>
-
Vasili Galka authored
get_sclk() was not defined in bfin_wdt.c, include the corresponding header. Cc: Sonic Zhang <sonic.adi@gmail.com> Signed-off-by:
Vasili Galka <vvv444@gmail.com>
-
Vasili Galka authored
The csarX and cscrX registers in the fbcs_t struct are 16-bit for CONFIG_M5235 and 32-bit wide otherwise. The code in cpu_init.c accessed them always as 32-bit, effectively creating a wrong memory access on M5235. Fixed that by choosing out_be16/out_be32 depending on whether CONFIG_M5235 is defined or not. Cc: Jason Jin <Jason.jin@freescale.com> Signed-off-by:
Vasili Galka <vvv444@gmail.com>
-
Vasili Galka authored
in_be16() shall be passed a pointer to register and not its value. This is clearly a typo resulting in a wrong memory access, so fix it. Cc: Alison Wang <b18965@freescale.com>, Jason Jin <Jason.jin@freescale.com> Signed-off-by:
Vasili Galka <vvv444@gmail.com>
-
Masahiro Yamada authored
This board is old enough and has no maintainer. Signed-off-by:
Masahiro Yamada <yamada.m@jp.panasonic.com>
-
Masahiro Yamada authored
This board is old enough and has no maintainer. Signed-off-by:
Masahiro Yamada <yamada.m@jp.panasonic.com>
-
Masahiro Yamada authored
These boards are old enough and have no maintainers. Signed-off-by:
Masahiro Yamada <yamada.m@jp.panasonic.com>
-
Masahiro Yamada authored
These boards are old enough and have no maintainers. Signed-off-by:
Masahiro Yamada <yamada.m@jp.panasonic.com>
-
Masahiro Yamada authored
This board is old enough and has no maintainer. Signed-off-by:
Masahiro Yamada <yamada.m@jp.panasonic.com>
-
Masahiro Yamada authored
These boards are old enough and have no maintainers. Signed-off-by:
Masahiro Yamada <yamada.m@jp.panasonic.com>
-
Masahiro Yamada authored
These boards are old enough and have no maintainers. Signed-off-by:
Masahiro Yamada <yamada.m@jp.panasonic.com>
-
Jeroen Hofstee authored
clang is tempted to inteprete such a condition as a assignment as well. Since it isn't don't use double brackets. cc: Tom Wai-Hong Tam <waihong@chromium.org> Signed-off-by:
Jeroen Hofstee <jeroen@myspectrum.nl>
-
Jeroen Hofstee authored
Signed-off-by:
Jeroen Hofstee <jeroen@myspectrum.nl>
-