| Age | Commit message (Collapse) | Author |
|
Add i2c support to aspenite board with Armada100 soc.
Acked-by: Heiko Schocher <[email protected]>
Acked-by: Prafulla Wadaskar <[email protected]>
Signed-off-by: Lei Wen <[email protected]>
|
|
Add i2c support to dkb board with pantheon soc.
Acked-by: Heiko Schocher <[email protected]>
Acked-by: Prafulla Wadaskar <[email protected]>
Signed-off-by: Lei Wen <[email protected]>
|
|
Add i2c_clk_enable in the cpu specific code, since previous platform it,
while new platform don't need. In the pantheon and armada100 platform,
this function is defined as NULL one.
Acked-by: Heiko Schocher <[email protected]>
Acked-by: Prafulla Wadaskar <[email protected]>
Signed-off-by: Lei Wen <[email protected]>
|
|
For better sharing with other platform other than pxa's,
it is more convenient to put the driver to the common place.
Acked-by: Heiko Schocher <[email protected]>
Acked-by: Prafulla Wadaskar <[email protected]>
Signed-off-by: Lei Wen <[email protected]>
|
|
Remove obsolete board config.mk.
Signed-off-by: Matt Waddel <[email protected]>
|
|
ftpmu010 related code has been moved to drivers/power/.
Signed-off-by: Po-Yu Chuang <[email protected]>
Signed-off-by: Albert Aribaud <[email protected]>
|
|
CM-T3730 is exactly the same board as CM-T35, but it has
TI DM3730 SoC onboard and therefore some changes have to take place
Signed-off-by: Igor Grinberg <[email protected]>
Signed-off-by: Sandeep Paulraj <[email protected]>
|
|
Signed-off-by: Igor Grinberg <[email protected]>
Signed-off-by: Sandeep Paulraj <[email protected]>
|
|
Use CONFIG_OMAP3_MMC in cm-t35 configuration file.
Signed-off-by: Igor Grinberg <[email protected]>
Signed-off-by: Sandeep Paulraj <[email protected]>
|
|
Signed-off-by: Igor Grinberg <[email protected]>
Signed-off-by: Sandeep Paulraj <[email protected]>
|
|
update config for OMAP3 CM-T35
Signed-off-by: Igor Grinberg <[email protected]>
Signed-off-by: Sandeep Paulraj <[email protected]>
|
|
It is a low cost reference design based on Sitara AM3517 SoC from Texas Instruments
Please refer to <www.craneboard.org> for more details.
Signed-off-by: Srinath <[email protected]>
Signed-off-by: Sandeep Paulraj <[email protected]>
|
|
Patch was updated by Jason Kridner <[email protected]>:
* Use tabs to match style of other board revisions
* Only include board revisions that exist
* Default to the same configuration as the latest revision, but
without setting 'beaglerev'
Signed-off-by: Koen Kooi <[email protected]>
Signed-off-by: Jason Kridner <[email protected]>
Signed-off-by: Sandeep Paulraj <[email protected]>
|
|
Using the new env import command it is possible to use plain text files instead
of script-images. Plain text files are much easier to handle.
E.g. If your boot.scr contains the following:
-----------------------------------
setenv dvimode 1024x768-16@60
run loaduimage
run mmcboot
-----------------------------------
you could create a file named uEnv.txt and use that instead of boot.scr:
-----------------------------------
dvimode=1024x768-16@60
uenvcmd=run loaduimage; run mmcboot
-----------------------------------
The variable uenvcmd (if existent) will be executed (using run) after uEnv.txt
was loaded. If uenvcmd doesn't exist the default boot sequence will be started,
therefore you could just use
-----------------------------------
dvimode=1024x768-16@60
-----------------------------------
as uEnv.txt because loaduimage and mmcboot is part of the default boot sequence
Signed-off-by: Jason Kridner <[email protected]>
Signed-off-by: Sandeep Paulraj <[email protected]>
|
|
Added LED driver using status_led. USR0 is set to monitor the boot
status. USR1 is set to be the green LED.
Included adding configuration and command to the default configuration.
Signed-off-by: Jason Kridner <[email protected]>
Signed-off-by: Sandeep Paulraj <[email protected]>
|
|
As exception among the i.MX processors, the i.MX31 has headers
without general names (mx31-regs.h, mx31.h instead of imx-regs.h and
clock.h). This requires several nasty #ifdef in the drivers to
include the correct header. The patch cleans up the driver and
renames the header files as for the other i.MX processors.
Signed-off-by: Stefano Babic <[email protected]>
|
|
device tree for uboot arm support has already been enabled
in the master branch. This patch enable device tree support
for mx51/53 evk board for DT test.
Signed-off-by: Jason Liu <[email protected]>
|
|
Signed-off-by: Stefano Babic <[email protected]>
|
|
The config.mk file in board directory is now obsolete and
should be removed. Add option for the IMX image into
boards.cfg
Signed-off-by: Stefano Babic <[email protected]>
|
|
The previous patch makes u-boot use the full accessible size of ram as
the default boot mapped size if CONFIG_SYS_BOOTMAPSZ is not defined,
which means boot_relocate_fdt() can be changed to depend solely on
CONFIG_OF_LIBFDT.
Signed-off-by: Grant Likely <[email protected]>
|
|
Signed-off-by: Heiko Schocher <[email protected]>
Acked-by: Detlev Zundel <[email protected]>
|
|
Signed-off-by: Mike Frysinger <[email protected]>
|
|
Space is very tight on this board, so remove more extraneous commands.
Signed-off-by: Mike Frysinger <[email protected]>
|
|
Switch to the new common mmc_spi driver.
Signed-off-by: Mike Frysinger <[email protected]>
|
|
Use CONFIG_AUTOBOOT_KEYED on dlvision-10g so that booting can only be
stopped with well defined keypresses.
Signed-off-by: Dirk Eibach <[email protected]>
Signed-off-by: Stefan Roese <[email protected]>
|
|
Signed-off-by: Dirk Eibach <[email protected]>
Signed-off-by: Stefan Roese <[email protected]>
|
|
Signed-off-by: Dirk Eibach <[email protected]>
Signed-off-by: Stefan Roese <[email protected]>
|
|
Signed-off-by: Dirk Eibach <[email protected]>
Signed-off-by: Stefan Roese <[email protected]>
|
|
Signed-off-by: Dirk Eibach <[email protected]>
Signed-off-by: Stefan Roese <[email protected]>
|
|
The fsl_phy_enet_if enum was, essentially, the phy_interface_t enum.
This meant that drivers which used fsl_phy_enet_if to deal with
PHY interfaces would have to convert between the two (or we would have
to have them mirror each other, and deal with the ensuing maintenance
headache). Instead, we switch all clients of fsl_phy_enet_if over to
phy_interface_t, which should become the standard, anyway.
Signed-off-by: Andy Fleming <[email protected]>
Acked-by: Detlev Zundel <[email protected]>
|
|
Signed-off-by: Graeme Russ <[email protected]>
|
|
CONFIG_ENV_SIZE = CONFIG_ENV_SECT_SIZE = 128kB but CONFIG_SYS_STACK_SIZE
is only 32kB resulting in saveenv causing a stack overflow and crashing
U-Boot. Resolve by reducing CONFIG_ENV_SIZE to 4kB
Also fix up CONFIG_SYS_MALLOC_LEN to correctly use environment sector
size and add some comments to the memory organisation configuration
Signed-off-by: Graeme Russ <[email protected]>
|
|
Rename STANDALONE_LOAD_ADDR into CONFIG_STANDALONE_LOAD_ADDR
and allow that the architecture-specific default value gets
overwritten by defining the value in the board header file.
Signed-off-by: Wolfgang Denk <[email protected]>
Cc: Mike Frysinger <[email protected]>
Cc: Shinya Kuribayashi <[email protected]>
Cc: Daniel Hellstrom <[email protected]>
Cc: Tsi Chung Liew <[email protected]>
Cc: Nobuhiro Iwamatsu <[email protected]>
|
|
this board was cancelled long time ago so remove it as it won't
be maintained anymore
Signed-off-by: Eric B�nard <[email protected]>
|
|
This reads the DIP switch on mgcoge. The DIP switch is connected to
the BFTICU (0x40000089) FPGA. If the DIP switch is set the environment
variable 'actual_bank' is set to 0 and starts the SW in bank0.
Signed-off-by: Andreas Huber <[email protected]>
Signed-off-by: Holger Brunck <[email protected]>
|
|
|
|
PBL(pre-boot loader): SPI flash used as RCW(Reset Configuration Word) and
PBI(pre-boot initialization) source, CPC(CoreNet Platform Cache) used as
1M SRAM where PBL will copy whole U-BOOT image to, U-boot can boot from
CPC after PBL completes RCW and PBI phases.
Signed-off-by: Chunhe Lan <[email protected]>
Signed-off-by: Mingkai Hu <[email protected]>
Signed-off-by: Shaohui Xie <[email protected]>
Signed-off-by: Roy Zang <[email protected]>
Signed-off-by: Kumar Gala <[email protected]>
|
|
Set default configuration to have SDHC controller enabled,
AUDIO enabled(codec clock sources is 12MHz) and disable TDM.
Signed-off-by: Jiang Yutang <[email protected]>
Signed-off-by: Kumar Gala <[email protected]>
|
|
Make the support for ATI graphics cards mutually exclusive with DIU.
Signed-off-by: Jiang Yutang <[email protected]>
Signed-off-by: Kumar Gala <[email protected]>
|
|
We don't really ever use Video cards on corenet_ds style boards and its
bloating our image which is close the its max size. Drop support and
also kill some defines for non-PNP PCI which we never use.
Signed-off-by: Kumar Gala <[email protected]>
|
|
renaming 85xx define CONFIG_NAND_OR_PRELIM to CONFIG_SYS_NAND_OR_PRELIM
and CONFIG_NAND_BR_PRELIM to CONFIG_SYS_NAND_BR_PRELIM to use the more
appropriate CONFIG_SYS prefix as well as be consistent with 83xx.
Signed-off-by: Matthew McClintock <[email protected]>
cc: Scott Wood <[email protected]>
Signed-off-by: Kumar Gala <[email protected]>
|
|
U-Boot itself takes up more than 0x40000 bytes, so we can't use that
sector for the environment. Move it down a page.
Signed-off-by: Mike Frysinger <[email protected]>
|
|
Our monitor is always in RAM, so enable this define for the CFI layer.
Signed-off-by: Mike Frysinger <[email protected]>
|
|
Signed-off-by: Mike Frysinger <[email protected]>
|
|
This define isn't used anywhere anymore, so punt it.
Signed-off-by: Mike Frysinger <[email protected]>
|
|
Signed-off-by: Mike Frysinger <[email protected]>
|
|
Have CONFIG_ENV_ADDR be based on CONFIG_ENV_OFFSET rather than the other
way around so that we can use CONFIG_ENV_OFFSET during build. It also
avoids a little address duplication.
Signed-off-by: Mike Frysinger <[email protected]>
|
|
Fixes a build error due to new partial linking logic.
Signed-off-by: Mike Frysinger <[email protected]>
|
|
Signed-off-by: Chong Huang <[email protected]>
Signed-off-by: Haitao Zhang <[email protected]>
Signed-off-by: Mike Frysinger <[email protected]>
|
|
Info about the hardware can be found here:
http://www.dilnetpc.com/dnp0086.htm
Signed-off-by: Andreas Schallenberg <[email protected]>
Signed-off-by: Mike Frysinger <[email protected]>
|