- Apr 09, 2015
-
-
Add support for Inverse Path USB armory board, an open source flash-drive sized computer based on Freescale i.MX53 SoC. http://inversepath.com/usbarmory Signed-off-by:
Andrej Rosano <andrej@inversepath.com> Cc: Stefano Babic <sbabic@denx.de> Cc: Chris Kuethe <chris.kuethe@gmail.com> Cc: Fabio Estevam <festevam@gmail.com> Cc: Vagrant Cascadian <vagrant@debian.org> Tested-By:
Vagrant Cascadian <vagrant@debian.org> Tested-by:
Chris Kuethe <chris.kuethe@gmail.com>
-
Move the MX5 based boards to arch/arm/cpu/armv7/mx5, following the commit: 89ebc821 Signed-off-by:
Andrej Rosano <andrej@inversepath.com> Cc: Stefano Babic <sbabic@denx.de> Cc: Vagrant Cascadian <vagrant@debian.org> Tested-by:
Chris Kuethe <chris.kuethe@gmail.com>
-
- Apr 08, 2015
-
-
Include/fsl_sec.h defines sec_in and sec_out, according to the platform's endianess. Therefore, CONFIG_SYS_FSL_LE needs to be declared in the configuration file of the target, in order to use enable the DEK blob generation command. This requirement is not explicit in the README.mxc_hab. Signed-off-by:
Ulises Cardenas <Ulises.Cardenas@freescale.com>
-
Since commit 32df39c7 ("mx5: fix get_reset_cause") we have the following boot messages on a mx53qsb: U-Boot 2015.04-rc5-00029-gd68df02 (Apr 06 2015 - 11:15:39) CPU: Freescale i.MX53 rev2.1 at 800 MHz Reset cause: POR Board: MX53 LOCO I2C: ready DRAM: 1 GiB MMC: FSL_SDHC: 0, FSL_SDHC: 1 In: serial Out: serial Err: serial CPU: Freescale i.MX53 rev2.1 at 1000 MHz Reset cause: unknown reset Net: FEC [PRIME] The CPU and Reset cause lines appear twice. Initially mx53 boots at 800MHz, then at a later point the PMIC is configured via I2C to raise the CPU voltage so that it can run at 1GHz. To avoid such misleading double printings, disable printing cpu info for now. Signed-off-by:
Fabio Estevam <fabio.estevam@freescale.com> Acked-by:
Jason Liu <r64343@freescale.com>
-
- Mar 25, 2015
-
-
with WCR_WDW set, the watchdog won't trigger if we bootet linux and idle around while the watchdog is not triggered. It seems the timer makes progress very slowly if at all. I managed to remain 20minutes alive while the timeout was set to 60secs. It reboots within 60secs if I start a busyloop in userland (something like "while (1) { }"). While I don't see a reason why the WDT should not be running while the CPU is in idle, I'm dropping this bit. Signed-off-by:
Sebastian Andrzej Siewior <bigeasy@linutronix.de> Acked-by:
Stefano Babic <sbabic@denx.de>
-
- Mar 23, 2015
-
-
This patch is to support reading temperature for mx6slevk board. Signed-off-by:
Peng Fan <Peng.Fan@freescale.com>
-
Before add CONFIG_SYS_MALLOC_F and CONFIG_SYS_MALLOC_F_LEN, uboot will complains "CPU: Temperature: Can't find sensor device". This is because DM and DM_THERMAL are enabled, but SYS_MALLOC_F is not configured. After applying this patch, uboot can correctly detect the temperature. " U-Boot 2015.04-rc2-00146-g48b6e30-dirty (Mar 09 2015 - 13:04:36) CPU: Freescale i.MX6DL rev1.1 at 792 MHz CPU: Temperature 44 C " Signed-off-by:
Peng Fan <Peng.Fan@freescale.com>
-
Add basic SECO MX6Q/uQ7 board support (Ethernet, UART, SD are supported). It also adds a Kconfig skeleton to later add more SECO board (supporting SoC and board variants). Signed-off-by:
Boris Brezillon <boris.brezillon@free-electrons.com>
-
IMX_CONFIG is currently passed via the SYS_EXTRA_OPTIONS which is marked as deprecated. Add a new Kconfig file under arch/arm/imx-common and define the IMX_CONFIG Kconfig in there. Each board is supposed to provide a default value pointing to the appropriate imximage.cfg file. Signed-off-by:
Boris Brezillon <boris.brezillon@free-electrons.com>
-
Freescale boards are currently all defined in arch/arm/Kconfig, which makes them hard to detect. Moreover the MX6 SoC variant (Q, D, DL, S, SL) selection is currently done via the SYS_EXTRA_OPTIONS option which marked as deprecated. Move to a more standard way to select sub-architecture and board by creating a Kconfig under arch/arm/cpu/armv7/mx6 and a new ARCH_MX6 option. Existing MX6 board definitions should be moved in this new Kconfig in choice menu, and new boards should be directly declared in this menu. Signed-off-by:
Boris Brezillon <boris.brezillon@free-electrons.com>
-
- Mar 20, 2015
-
-
Tom Rini authored
This flag was missing and thus the board was totally being configured wrong. Signed-off-by:
Tom Rini <trini@konsulko.com>
-
git://git.denx.de/u-boot-atmelTom Rini authored
-
- Mar 18, 2015
-
-
Bo Shen authored
When access the programmable secure peripherals address space, it needs set them to non-secured. Signed-off-by:
Bo Shen <voice.shen@atmel.com>
-
Bo Shen authored
If the GBE bit is set, when do next time autonegotiation, if the result is not 1000Mbps, it will fallback to 100Mbps checking. So, we need to clear the GBE bit. Signed-off-by:
Bo Shen <voice.shen@atmel.com>
-
Bo Shen authored
As the u-boot-spl.lds is used only for armv7 SoCs (includes sama5d3 and sama5d4), so move it to armv7 directory. Signed-off-by:
Bo Shen <voice.shen@atmel.com>
-
Bo Shen authored
As the u-boot-spl.lds is moved to <arch/arm/mach-at91> directory. So, correct the path for sama5d4 related boards. Signed-off-by:
Bo Shen <voice.shen@atmel.com>
-
Bo Shen authored
Enable the power for MMC/SD port. Signed-off-by:
Bo Shen <voice.shen@atmel.com>
-
Wu, Josh authored
HUSH parser will handle the variable easier. That will be helpful for write a complicated U-Boot commands or varaibles. Signed-off-by:
Josh Wu <josh.wu@atmel.com> Acked-by:
Bo Shen <voice.shen@atmel.com>
-
Wu, Josh authored
Add a mmc default config, which will save the environment in a FAT file (uboot.env) of MMC. Signed-off-by:
Josh Wu <josh.wu@atmel.com>
-
Wu, Josh authored
This patch enable the MCI support for at91sam9rlek board. Signed-off-by:
Josh Wu <josh.wu@atmel.com> [rebase on ToT] Signed-off-by:
Andreas Bießmann <andreas.devel@googlemail.com>
-
Wu, Josh authored
Update the nand flash offset mapping, default nand bootcmand and bootargs to align with linux4sam.org. Signed-off-by:
Josh Wu <josh.wu@atmel.com> Acked-by:
Bo Shen <voice.shen@atmel.com>
-
git://www.denx.de/git/u-boot-imxTom Rini authored
-
git://git.denx.de/u-boot-i2cTom Rini authored
-
git://git.denx.de/u-boot-mmcTom Rini authored
-
The current implementation for baudrate calculation is incorrect. This part from the formula: "2 ^ (n + 1)" is not equivalent to (1 << n) but to (2 << n)! This patch fixes this and moves this calculation to a function instead of using a macro. This new function is taken from the Linux kernel. This was detected and tested on the Marvell Armada A38x DB-88F6820-GP eval board. Signed-off-by:
Stefan Roese <sr@denx.de> Cc: Prafulla Wadaskar <prafulla@marvell.com> Cc: Luka Perkov <luka.perkov@sartura.hr> Cc: Hans de Goede <hdegoede@redhat.com> Cc: Ian Campbell <ijc@hellion.org.uk> Cc: Heiko Schocher <hs@denx.de> Acked-by:
Hans de Goede <hdegoede@redhat.com>
-
Change addresses to unsigned long to be compatible with 64-bit builds. Signed-off-by:
Rob Herring <robh@kernel.org> Cc: Heiko Schocher <hs@denx.de>
-
Rob Herring authored
Change addresses to unsigned long to be compatible with 64-bit builds. Regardless of fixing warnings, the device is still only 32-bit capable. Signed-off-by:
Rob Herring <robh@kernel.org> Cc: Pantelis Antoniou <panto@antoniou-consulting.com>
-
Rob Herring authored
Change addresses to unsigned long to be compatible with 64-bit builds. Regardless of fixing warnings, the device is still only 32-bit capable. Signed-off-by:
Rob Herring <robh@kernel.org> Cc: Pantelis Antoniou <panto@antoniou-consulting.com>
-
Matt Reimer authored
SDHCI_HOST_CONTROL is a byte-sized register, so don't write to it as if it were a long, as that would result in clobbering the three registers following. Signed-off-by:
Matt Reimer <mreimer@sdgsystems.com>
-
Matt Reimer authored
Properly mask SELBASECLK by using an actual mask rather than the number of bits to shift in order to create the mask. Signed-off-by:
Matt Reimer <mreimer@sdgsystems.com> Acked-by:
Jaehoon Chung <jh80.chung@samsung.com>
-
- Mar 17, 2015
-
-
Tom Rini authored
Signed-off-by:
Tom Rini <trini@konsulko.com>
-
Kim Phillips authored
Boards that haven't been converted to GENERIC_BOARD does *not* mean they should be removed. Signed-off-by:
Kim Phillips <kim.phillips@freescale.com>
-
Heiko Schocher authored
- add more targets for building with buildman: - avr32 - m68k and while at it, sort the list alphabetical Reviewed-by:
Roger Meier <r.meier@siemens.com> Signed-off-by:
Heiko Schocher <hs@denx.de>
-
Masahiro Yamada authored
This has not been converted to Generic Board, so should be removed. (See doc/README.generic-board for details.) Signed-off-by:
Masahiro Yamada <yamada.masahiro@socionext.com> Cc: Larry Johnson <lrj@acm.org>
-
Masahiro Yamada authored
This has not been converted to Generic Board, so should be removed. (See doc/README.generic-board for details.) Signed-off-by:
Masahiro Yamada <yamada.masahiro@socionext.com> Cc: Eric Millbrandt <emillbrandt@dekaresearch.com>
-
Masahiro Yamada authored
They have not been converted to Generic Board, so should be removed. (See doc/README.generic-board for details.) Signed-off-by:
Masahiro Yamada <yamada.masahiro@socionext.com> Cc: Erik Theisen <etheisen@mindspring.com>
-
Masahiro Yamada authored
They have not been converted to Generic Board, so should be removed. (See doc/README.generic-board for details.) Signed-off-by:
Masahiro Yamada <yamada.masahiro@socionext.com>
-
Masahiro Yamada authored
This has not been converted to Generic Board, so should be removed. (See doc/README.generic-board for details.) Signed-off-by:
Masahiro Yamada <yamada.masahiro@socionext.com> Cc: Stephen Williams <steve@icarus.com>
-
Masahiro Yamada authored
This has not been converted to Generic Board, so should be removed. (See doc/README.generic-board for details.) Signed-off-by:
Masahiro Yamada <yamada.masahiro@socionext.com>
-
Hannes Petermaier authored
We don't want that CONSOLE is redirected to LCD upon init, we rather prefer that console is still on the serial line. Signed-off-by:
Hannes Petermaier <oe5hpm@oevsv.at>
-