30 Oct, 2014
5 commits
-
Signed-off-by: Markus Niebel
-
Commit 155fa9af95ac5be857a7327e7a968a296e60d4c8 changed the way
to define a GPIO line, which can be used to force CS high
across multiple transactions. In order to fix sf detection
change board code to make use of board_spi_cs_gpio(..).Signed-off-by: Markus Niebel
-
Add support for the 4.3'' Seiko WVGA parallel display.
In order to direct the splash screen to the Seiko display:
=> setenv panel SEIKO-WVGA
=> save
=> resetSigned-off-by: Fabio Estevam
Acked-by: Stefano Babic -
Add support for the Kosagi Novena board. Currently supported are:
- I2C busses
- FEC Ethernet
- MMC0, MMC1, Booting from MMC
- SATA
- USB ports
- USB EthernetSigned-off-by: Marek Vasut
Cc: Stefano Babic
Cc: Sean Cross
Cc: Nikolay Dimitrov
Reviewed-by: Nikolay Dimitrov -
Cc: Fabio Estevam
Signed-off-by: Jeroen Hofstee
Acked-by: Fabio Estevam
23 Oct, 2014
2 commits
-
One of the possible boot devices can be sata.
Signed-off-by: Christian Gmeiner
-
Commit 155fa9af95ac5be857a7327e7a968a296e60d4c8 changed the way
to define a GPIO line, which can be used to force CS high
across multiple transactions. In order to fix sf detection
change board code to make use of board_spi_cs_gpio(..).Signed-off-by: Christian Gmeiner
Acked-by: Stefano Babic
Acked-by: Nikita Kiryanov
21 Oct, 2014
7 commits
-
HDMI config options can be placed into the common mx6sabre_common.h file to
avoid duplication.Signed-off-by: Fabio Estevam
-
Let HDMI splash screen support work by default.
Signed-off-by: Fabio Estevam
-
Signed-off-by: Christian Gmeiner
Reviewed-by: Masahiro Yamada -
Declare displays[] and display_count in imx-common/video.h to
prevent "Should it be static?" messages when compiling board
files with "make C=1".Signed-off-by: Eric Nelson
-
Provide a public declaration of the board_spi_cs_gpio()
callback for i.MX SPI chip selects to prevent the warning
"Should it be static?" when compiling with "make C=1".Signed-off-by: Eric Nelson
-
Include to see the prototype for get_board_rev()
and prevent warning "Should it be static?" with "make C=1".Signed-off-by: Eric Nelson
-
Without preceding declarations, "make C=1" generates
"Should it be static?" warnings for symbols
do_bootm_linux,
boot_prep_vxworks, and
boot_jump_vxworksInclude of bootm.h also identified a signature mismatch
(const on argv[]).Signed-off-by: Eric Nelson
Acked-by: Albert ARIBAUD
14 Oct, 2014
1 commit
-
Signed-off-by: Tom Rini
13 Oct, 2014
2 commits
-
Currently uboot wrongly uses 25mV / step for dcdc3, this is a copy and paste
error introduced when adding the axp152_mvolt_to_target during review of the
axp152.c driver. This results in u-boot setting Vddr to 2.3V instead of 1.5V.This commit fixes this.
Signed-off-by: Hans de Goede
-
With the introduction of CONFIG_LOCALVERSION support we cannot build
tools without having a config file (as we won't know our PLAIN_VERSION
until then).Reported-by: Otavio Salvador
Signed-off-by: Tom Rini
11 Oct, 2014
13 commits
-
The SoCDK uses EMAC1, not EMAC0. This patch fixes the issue.
Signed-off-by: Marek Vasut
Cc: Chin Liang See
Cc: Dinh Nguyen
Cc: Albert Aribaud
Cc: Tom Rini
Cc: Wolfgang Denk
Cc: Pavel Machek -
Add MAINTAINERS entry.
Signed-off-by: Pavel Machek
Cc: Chin Liang See
Cc: Dinh Nguyen
Cc: Albert Aribaud
Cc: Tom Rini
Cc: Wolfgang Denk
Cc: Pavel Machek -
Commit 832472 "tools: socfpga: Add socfpga preloader signing
to mkimage" added tools/socfpga.c which relies on htole32,
le32toh and friends. While compiler.h includes these protypes
for linux from endian.h, it doesn't do so for FreeBSD. Hence
include for FreeBSD.Cc: Marek Vasut
CC: Tom Rini
Signed-off-by: Jeroen Hofstee -
Signed-off-by: Heiko Schocher
Cc: Andreas Bießmann
Cc: Bo Shen
Signed-off-by: Andreas Bießmann -
Signed-off-by: Bo Shen
Signed-off-by: Andreas Bießmann -
Signed-off-by: Andreas Bießmann
Cc: Bo Shen -
Signed-off-by: Andreas Bießmann
Cc: Joe Hershberger
Cc: Bo Shen -
Signed-off-by: Hans de Goede
-
Update readme file for Keystone II EVM boards to actual sources.
Also correct some typos. For now the Edison evaluation board is
added, README for K2E is mostly the same, so update README to
contain information also for K2E evm. Rename file to README as
it contains information for all keystone evm boards.Signed-off-by: Ivan Khoronzhuk
-
The K2HK and K2E boards support SPL by default, so add
CONFIG_SPL option. Also export CONFIG_ARM, CONFIG_ARCH_KEYSTONE
and TARGET_K2*_EVM options to spl/.config as they are the same.
So now it's convinient to build gph images using only two commands:make k2hk_evm_defconfig
make u-boot-spi.gphAcked-By: Murali Karicheri
Signed-off-by: Murali Karicheri
Signed-off-by: Ivan Khoronzhuk
10 Oct, 2014
10 commits
-
We need to set the 'BE' flag here for things to work right.
Signed-off-by: Tom Rini
-
Since on powerpc phys_size_t can be unsigned long long, this printout
line can result in a not nice compile warning.Signed-off-by: Valentin Longchamp
Acked-by: Simon Glass -
The lines COL (collision detect) and CRS (carrier sense) needs to be connected
and muxed to the CPSW MAC for a proper function in half-duplex Mode of the
interface.Signed-off-by: Hannes Petermaier
Cc: Tom Rini -
Fix the spelling of "configs".
Signed-off-by: York Sun
CC: Masahiro Yamada
Acked-by: Masahiro Yamada -
A SPL/TPL enabled target would was not recognized as
such by BSD sed, since it relies on a GNU extension.
Instead of or-ing just spell out both matches.Cc: Masahiro Yamada
Signed-off-by: Jeroen Hofstee
Acked-by: Masahiro Yamada -
remove the seldomly used EXT2 support because the U-Boot binary will
not fit into the 512KiB flash otherwise.Signed-off-by: David Müller
-
fix broken SPI access by adding/activating BOARD_EARLY_INIT_F
functionality and calling spi_init_f() from there.Signed-off-by: David Müller
-
Signed-off-by: David Müller
-
Signed-off-by: David Müller