]> git.kernelconcepts.de Git - karo-tx-uboot.git/log
karo-tx-uboot.git
9 years agoMerge branch 'tx48-rel' KARO-TX-2014-07-18
Lothar Waßmann [Fri, 18 Jul 2014 12:48:59 +0000 (14:48 +0200)]
Merge branch 'tx48-rel'

9 years agofdt: karo: improve handling of usbotg phy
Lothar Waßmann [Fri, 18 Jul 2014 12:11:14 +0000 (14:11 +0200)]
fdt: karo: improve handling of usbotg phy

9 years agofdt: karo: make 'otg_mode' setting case insensitive
Lothar Waßmann [Fri, 18 Jul 2014 12:05:22 +0000 (14:05 +0200)]
fdt: karo: make 'otg_mode' setting case insensitive

9 years agokaro: tx53: remove a bogus wait for CON_ACK to clear
Lothar Waßmann [Thu, 17 Jul 2014 08:23:49 +0000 (10:23 +0200)]
karo: tx53: remove a bogus wait for CON_ACK to clear

9 years agomxs: change setup of exception vt KARO-TX-2014-07-10
Lothar Waßmann [Thu, 10 Jul 2014 09:09:20 +0000 (11:09 +0200)]
mxs: change setup of exception vt

9 years agoarm: use a different stack setup macro for swi (copied from armv7)
Lothar Waßmann [Wed, 2 Jul 2014 12:41:49 +0000 (14:41 +0200)]
arm: use a different stack setup macro for swi (copied from armv7)

9 years agokaro: set CONFIG_ARCH_MISC_INIT, so the exception VT will be properly updated after...
Lothar Waßmann [Wed, 2 Jul 2014 12:25:23 +0000 (14:25 +0200)]
karo: set CONFIG_ARCH_MISC_INIT, so the exception VT will be properly updated after relocation

9 years agoarm: adjust PC displayed in exception handlers to point to the failing instruction
Lothar Waßmann [Wed, 2 Jul 2014 12:23:56 +0000 (14:23 +0200)]
arm: adjust PC displayed in exception handlers to point to the failing instruction

9 years agoboard: karo: add 'ftd resize' to 'fdtsave' command
Lothar Waßmann [Mon, 30 Jun 2014 13:45:23 +0000 (15:45 +0200)]
board: karo: add 'ftd resize' to 'fdtsave' command

9 years agoboard: karo: enable CONFIG_FAT_WRITE for all modules
Lothar Waßmann [Mon, 30 Jun 2014 13:41:30 +0000 (15:41 +0200)]
board: karo: enable CONFIG_FAT_WRITE for all modules

9 years agoboard: karo: make vbus-supply property name depend on board type
Lothar Waßmann [Mon, 30 Jun 2014 13:22:41 +0000 (15:22 +0200)]
board: karo: make vbus-supply property name depend on board type

9 years agoMerge remote-tracking branch 'remotes/origin/tx48-mmc-bugfix'
Lothar Waßmann [Mon, 30 Jun 2014 13:18:34 +0000 (15:18 +0200)]
Merge remote-tracking branch 'remotes/origin/tx48-mmc-bugfix'

9 years agoMerge remote-tracking branch 'remotes/origin/tx28-bugfix'
Lothar Waßmann [Mon, 30 Jun 2014 13:17:22 +0000 (15:17 +0200)]
Merge remote-tracking branch 'remotes/origin/tx28-bugfix'

9 years agoMerge remote-tracking branch 'remotes/origin/tx6-bugfix'
Lothar Waßmann [Mon, 30 Jun 2014 13:17:13 +0000 (15:17 +0200)]
Merge remote-tracking branch 'remotes/origin/tx6-bugfix'

9 years agoboard: tx48: add MMC init code
Lothar Waßmann [Thu, 26 Jun 2014 10:13:20 +0000 (12:13 +0200)]
board: tx48: add MMC init code

Up to now we relied on cpu_mmc_init() to initialize the MMC unit for
us. This had some major drawbacks:
- the default implementation doesn't use CD gpios, so that the driver
  always assumes a card is present.
- the default implementation always initializes two MMC interfaces,
  though the TX48 supports only one.

Properly initialize the CD GPIO and implement our own version of
cpu_mmc_init().

9 years agoarm: am33xx: define cpu_mmc_init() as weak symbol
Lothar Waßmann [Thu, 26 Jun 2014 10:09:34 +0000 (12:09 +0200)]
arm: am33xx: define cpu_mmc_init() as weak symbol

define the 'am33xx' cpu_mmc_init() implementation as weak symbol, so
it can be overridden by platform specific code!

9 years agommc: omap_hsmmc: improve timeout checks in wait loops
Lothar Waßmann [Thu, 26 Jun 2014 10:01:00 +0000 (12:01 +0200)]
mmc: omap_hsmmc: improve timeout checks in wait loops

restructure the timeout loops, so that after timing out the loop
condition is checked again. U-Boot is not a multitasking OS where this
would be essential, but this is a good habit anyway.

9 years agommc: omap_hsmmc: cleanup code
Lothar Waßmann [Thu, 26 Jun 2014 09:02:58 +0000 (11:02 +0200)]
mmc: omap_hsmmc: cleanup code
- remove useless return value from mmc_board_init()
- make mmc_board_init() static
- check dev_index in omap_mmc_init() before using it as array index

9 years agoarm: am33xx: fix definition of MMC register addresses broken by merge
Lothar Waßmann [Thu, 26 Jun 2014 09:00:39 +0000 (11:00 +0200)]
arm: am33xx: fix definition of MMC register addresses broken by merge

9 years agoarm: am335x: fix bogus #ifndef CONFIG_OMAP_MMC_DEV_0
Lothar Waßmann [Thu, 26 Jun 2014 08:59:46 +0000 (10:59 +0200)]
arm: am335x: fix bogus #ifndef CONFIG_OMAP_MMC_DEV_0

9 years agoMerge branch 'tx6-bugfix'
Lothar Waßmann [Mon, 16 Jun 2014 16:09:05 +0000 (18:09 +0200)]
Merge branch 'tx6-bugfix'

9 years agokaro: tx6: actually use 'skip' parameter in tx6_prog_uboot() to determine start of...
Lothar Waßmann [Mon, 16 Jun 2014 16:08:45 +0000 (18:08 +0200)]
karo: tx6: actually use 'skip' parameter in tx6_prog_uboot() to determine start of image in flash

9 years agokaro: tx28: actually use 'skip' parameter in tx28_prog_uboot() to determine start...
Lothar Waßmann [Mon, 16 Jun 2014 16:08:03 +0000 (18:08 +0200)]
karo: tx28: actually use 'skip' parameter in tx28_prog_uboot() to determine start of image in flash

9 years agokaro: unify mtd partitioning across all TX modules and increase linux partition size... KARO-TX-2014-06-04
Lothar Waßmann [Wed, 4 Jun 2014 14:49:55 +0000 (16:49 +0200)]
karo: unify mtd partitioning across all TX modules and increase linux partition size to 6MiB and rootfs to 32MiB

9 years agokaro: tx6: eliminate multiple evaluation of artithmetic expressions
Lothar Waßmann [Wed, 4 Jun 2014 08:16:23 +0000 (10:16 +0200)]
karo: tx6: eliminate multiple evaluation of artithmetic expressions

9 years agopost: remove redundant include of autoconf.mk which is already included from $(TOPDIR...
Lothar Waßmann [Wed, 4 Jun 2014 08:11:46 +0000 (10:11 +0200)]
post: remove redundant include of autoconf.mk which is already included from $(TOPDIR)/config.mk

9 years agoMerge branch 'tx51-bugfix'
Lothar Waßmann [Tue, 3 Jun 2014 08:07:19 +0000 (10:07 +0200)]
Merge branch 'tx51-bugfix'

9 years agokaro: tx51: enable arm_bus clock
Lothar Waßmann [Mon, 2 Jun 2014 14:06:23 +0000 (16:06 +0200)]
karo: tx51: enable arm_bus clock

9 years agokaro: tx53: enable tmax2 clock to make ESDHC2 interface functional
Lothar Waßmann [Fri, 30 May 2014 13:01:06 +0000 (15:01 +0200)]
karo: tx53: enable tmax2 clock to make ESDHC2 interface functional

9 years agoadd support for TX6U-8012 KARO-TX-2014-05-29
Lothar Waßmann [Fri, 16 May 2014 10:02:12 +0000 (12:02 +0200)]
add support for TX6U-8012

9 years agodoc: karo: added description of boot_mode variable
Lothar Waßmann [Wed, 14 May 2014 09:08:07 +0000 (11:08 +0200)]
doc: karo: added description of boot_mode variable

9 years agodoc: karo: added description of boot_mode variable
Lothar Waßmann [Wed, 14 May 2014 08:39:28 +0000 (10:39 +0200)]
doc: karo: added description of boot_mode variable

9 years agodoc: karo: added description for TX6Q-1020
Lothar Waßmann [Wed, 14 May 2014 08:38:59 +0000 (10:38 +0200)]
doc: karo: added description for TX6Q-1020

9 years agoMerge branch 'tx6q-1020-devel'
Lothar Waßmann [Wed, 14 May 2014 07:29:24 +0000 (09:29 +0200)]
Merge branch 'tx6q-1020-devel'

9 years agoMerge branch 'tx28-bugfix'
Lothar Waßmann [Wed, 14 May 2014 07:25:17 +0000 (09:25 +0200)]
Merge branch 'tx28-bugfix'

9 years agoarm: karo: tx6: reference mmc root device by UUID
Lothar Waßmann [Tue, 13 May 2014 12:48:26 +0000 (14:48 +0200)]
arm: karo: tx6: reference mmc root device by UUID

9 years agokaro: tx6: increase dtb partition size to allow for bad blocks inside the partition KARO-TX6-2014-04-28
Lothar Waßmann [Mon, 28 Apr 2014 12:14:53 +0000 (14:14 +0200)]
karo: tx6: increase dtb partition size to allow for bad blocks inside the partition

9 years agokaro: tx6: remove bootcmd_nand and set boot_mode to 'mmc' for TX6Q-1020
Lothar Waßmann [Mon, 28 Apr 2014 11:56:04 +0000 (13:56 +0200)]
karo: tx6: remove bootcmd_nand and set boot_mode to 'mmc' for TX6Q-1020

9 years agokaro: tx6: remove obsolete write levelling code
Lothar Waßmann [Fri, 25 Apr 2014 12:04:20 +0000 (14:04 +0200)]
karo: tx6: remove obsolete write levelling code

9 years agokaro: tx6: Finalize support for TX6Q-1020
Lothar Waßmann [Fri, 25 Apr 2014 11:48:29 +0000 (13:48 +0200)]
karo: tx6: Finalize support for TX6Q-1020

- don't setup NAND related pads when CONFIG_NAND_MXS is not defined
- initialize USDHC4 interface (internal eMMC) as mmc0
- enable all LDOs
- calculate DTB partition size and number of blocks in config.mk
- enable 'fat write' command
- disable GPT and EFI partitions
- setup 'fdtsave' command to write the dtb inside the boot partition
- interpret 'splashimage' env variable as DOS filename rather than
  partition name

9 years agokaro: tx6: lowlevel_init: various fixes for DDR calibration
Lothar Waßmann [Fri, 25 Apr 2014 11:41:08 +0000 (13:41 +0200)]
karo: tx6: lowlevel_init: various fixes for DDR calibration

- remove useless comments
- issue manual refresh cycle after disabling automatic refresh
- don't enable periodic ZQ calibration until after calibration is done
- remove redundant writes to MDMISC
- issue MRS commands to select MPR for both banks in case of multiple
  SDRAM banks used
- combine check commands for completion and error bits

9 years agokaro: tx6-1020: set DDR voltage to 1.5V
Lothar Waßmann [Fri, 25 Apr 2014 11:27:32 +0000 (13:27 +0200)]
karo: tx6-1020: set DDR voltage to 1.5V

9 years agokaro: tx6: use _LP voltage settings for low power mode voltages
Lothar Waßmann [Fri, 25 Apr 2014 11:24:18 +0000 (13:24 +0200)]
karo: tx6: use _LP voltage settings for low power mode voltages

9 years agokaro: tx6: lowlevel_init: simplify MXC_DCD_CMD_*() macros, so that no explicit label...
Lothar Waßmann [Fri, 25 Apr 2014 08:37:20 +0000 (10:37 +0200)]
karo: tx6: lowlevel_init: simplify MXC_DCD_CMD_*() macros, so that no explicit label is necessary

define and use a numeric label inside the macros to calculate the
length of the cmd parameters

10 years agokaro: tx28: remove erroneous pad settings for LCD_HSYNC,VSYNC,DOTCLK pads
Lothar Waßmann [Tue, 15 Apr 2014 06:10:04 +0000 (08:10 +0200)]
karo: tx28: remove erroneous pad settings for LCD_HSYNC,VSYNC,DOTCLK pads

10 years agoMerge remote-tracking branch 'remotes/tx6-devel/tx6-devel' into karo-tx-uboot KARO-TX-2014-04-09
Lothar Waßmann [Wed, 9 Apr 2014 08:22:39 +0000 (10:22 +0200)]
Merge remote-tracking branch 'remotes/tx6-devel/tx6-devel' into karo-tx-uboot

10 years agoMerge remote-tracking branch 'remotes/tx53-devel/tx53-devel' into karo-tx-uboot
Lothar Waßmann [Wed, 9 Apr 2014 08:22:38 +0000 (10:22 +0200)]
Merge remote-tracking branch 'remotes/tx53-devel/tx53-devel' into karo-tx-uboot

10 years agoMerge remote-tracking branch 'remotes/tx28-romupdate/tx28-romupdate' into karo-tx...
Lothar Waßmann [Wed, 9 Apr 2014 08:22:38 +0000 (10:22 +0200)]
Merge remote-tracking branch 'remotes/tx28-romupdate/tx28-romupdate' into karo-tx-uboot

10 years agokaro: common: mmc: remove debug code
Lothar Waßmann [Wed, 9 Apr 2014 08:22:12 +0000 (10:22 +0200)]
karo: common: mmc: remove debug code

10 years agokaro: tx6: remove duplicate setup of LCD pads
Lothar Waßmann [Wed, 9 Apr 2014 08:20:57 +0000 (10:20 +0200)]
karo: tx6: remove duplicate setup of LCD pads

10 years agokaro: tx6: romupdate: rework, so u-boot can be stored in any partition
Lothar Waßmann [Wed, 9 Apr 2014 08:19:52 +0000 (10:19 +0200)]
karo: tx6: romupdate: rework, so u-boot can be stored in any partition

- arbitrary partition names can be given for primary and secondary
  partition

10 years agoarm: mx5: clock: add support for changing CPU clock via cmdline
Lothar Waßmann [Wed, 9 Apr 2014 08:18:42 +0000 (10:18 +0200)]
arm: mx5: clock: add support for changing CPU clock via cmdline

10 years agoarm: mx5: clock: fix PLL_FREQ_MIN() calculation
Lothar Waßmann [Wed, 9 Apr 2014 08:18:39 +0000 (10:18 +0200)]
arm: mx5: clock: fix PLL_FREQ_MIN() calculation

10 years agoarm: mx5: clock: improve accuracy of decode_pll()
Lothar Waßmann [Wed, 9 Apr 2014 08:18:35 +0000 (10:18 +0200)]
arm: mx5: clock: improve accuracy of decode_pll()

10 years agoarm: mx5: clock: adjust data types to avoid useless type casts
Lothar Waßmann [Wed, 9 Apr 2014 08:18:31 +0000 (10:18 +0200)]
arm: mx5: clock: adjust data types to avoid useless type casts

10 years agoarm: mx5: add support for core voltage change when switching clock frequency
Lothar Waßmann [Wed, 9 Apr 2014 08:18:28 +0000 (10:18 +0200)]
arm: mx5: add support for core voltage change when switching clock frequency

10 years agokaro: tx53: lowlevel_init: make sure ESDSCR[CON_REQ] remains asserted throughout...
Lothar Waßmann [Wed, 9 Apr 2014 08:18:24 +0000 (10:18 +0200)]
karo: tx53: lowlevel_init: make sure ESDSCR[CON_REQ] remains asserted throughout the whole calibration process

10 years agokaro: tx53: lowlevel_init: remove write calibration
Lothar Waßmann [Wed, 9 Apr 2014 08:18:20 +0000 (10:18 +0200)]
karo: tx53: lowlevel_init: remove write calibration

write calibration is not necessary due to the PCB layout and doesn't
work with the NT5CB128M16FP-DII chips that only use primary DQ lines
for signalling

10 years agokaro: tx53: lowlevel_init: simplify MXC_DCD_CMD_*() macros, so that no explicit label...
Lothar Waßmann [Wed, 9 Apr 2014 08:18:16 +0000 (10:18 +0200)]
karo: tx53: lowlevel_init: simplify MXC_DCD_CMD_*() macros, so that no explicit label is necessary

define and use a numeric label inside the macros to calculate the
length of the cmd parameters

10 years agokaro: tx28: romupdate: rework, so u-boot can be stored in any partition - find contig...
Lothar Waßmann [Wed, 9 Apr 2014 08:18:06 +0000 (10:18 +0200)]
karo: tx28: romupdate: rework, so u-boot can be stored in any partition - find contiguous space to fit the U-Boot image, so BB detection is   not necessary for ROM code. - arbitrary partition names can be given for primary and secondary   partition - remove optional number of FCB block copies, since FCB is stored in   first block, that is alway good

10 years agokaro: common: fdt: print correct name of backlight node when not found
Lothar Waßmann [Wed, 9 Apr 2014 08:17:56 +0000 (10:17 +0200)]
karo: common: fdt: print correct name of backlight node when not found

10 years agokaro: common: fix nand partition loading when bad blocks are encountered
Lothar Waßmann [Wed, 9 Apr 2014 08:16:54 +0000 (10:16 +0200)]
karo: common: fix nand partition loading when bad blocks are encountered

10 years agokaro: fdt: remove 'vbus-supply' from usbotg node when otg_mode=peripheral KARO-TX6-2014-03-07
Lothar Waßmann [Fri, 7 Mar 2014 08:00:51 +0000 (09:00 +0100)]
karo: fdt: remove 'vbus-supply' from usbotg node when otg_mode=peripheral

10 years agokaro: tx6: romupdate: remove debug messages
Lothar Waßmann [Fri, 7 Mar 2014 07:33:27 +0000 (08:33 +0100)]
karo: tx6: romupdate: remove debug messages

10 years agokaro: configs: increase MAXARGS to 256
Lothar Waßmann [Thu, 6 Mar 2014 11:19:08 +0000 (12:19 +0100)]
karo: configs: increase MAXARGS to 256

10 years agokaro: tx48: resize fdt in ft_board_setup()
Lothar Waßmann [Thu, 6 Mar 2014 11:15:54 +0000 (12:15 +0100)]
karo: tx48: resize fdt in ft_board_setup()

10 years agokaro: fdt: stub out DTB+LVDS related functions for nonDT resp. non-LVDS builds
Lothar Waßmann [Thu, 6 Mar 2014 11:14:01 +0000 (12:14 +0100)]
karo: fdt: stub out DTB+LVDS related functions for nonDT resp. non-LVDS builds

10 years agokaro: fdt: look for 'backlight' alias or '/backlight0' if no '/backlight' node exists
Lothar Waßmann [Thu, 6 Mar 2014 11:07:09 +0000 (12:07 +0100)]
karo: fdt: look for 'backlight' alias or '/backlight0' if no '/backlight' node exists

10 years agokaro: fdt: remove property 'xceiver-supply' if no can xcvr present
Lothar Waßmann [Thu, 6 Mar 2014 11:05:26 +0000 (12:05 +0100)]
karo: fdt: remove property 'xceiver-supply' if no can xcvr present

10 years agokaro: move 'is_lvds()' to common/karo.h
Lothar Waßmann [Thu, 6 Mar 2014 10:59:29 +0000 (11:59 +0100)]
karo: move 'is_lvds()' to common/karo.h

10 years agokaro: tx53: disable LED on stk5-v5
Lothar Waßmann [Thu, 6 Mar 2014 10:45:59 +0000 (11:45 +0100)]
karo: tx53: disable LED on stk5-v5

10 years agoMerge branch 'tx48-devel' into uboot-merge
Lothar Waßmann [Wed, 5 Mar 2014 14:37:19 +0000 (15:37 +0100)]
Merge branch 'tx48-devel' into uboot-merge

10 years agokaro: tx6: add support for TX6-V2 (eMMC)
Lothar Waßmann [Mon, 27 Jan 2014 12:53:19 +0000 (13:53 +0100)]
karo: tx6: add support for TX6-V2 (eMMC)

10 years agoMerge branch 'tx6-devel' into uboot-merge
Lothar Waßmann [Wed, 5 Mar 2014 14:34:49 +0000 (15:34 +0100)]
Merge branch 'tx6-devel' into uboot-merge

10 years agoMerge branch 'tx53-devel' into uboot-merge
Lothar Waßmann [Wed, 5 Mar 2014 14:34:47 +0000 (15:34 +0100)]
Merge branch 'tx53-devel' into uboot-merge

10 years agoMerge branch 'tx51-devel' into uboot-merge
Lothar Waßmann [Wed, 5 Mar 2014 14:34:45 +0000 (15:34 +0100)]
Merge branch 'tx51-devel' into uboot-merge

10 years agoMerge branch 'tx28-devel' into uboot-merge
Lothar Waßmann [Wed, 5 Mar 2014 14:34:43 +0000 (15:34 +0100)]
Merge branch 'tx28-devel' into uboot-merge

10 years agoMerge branch 'karo-devel' into uboot-merge
Lothar Waßmann [Wed, 5 Mar 2014 14:34:42 +0000 (15:34 +0100)]
Merge branch 'karo-devel' into uboot-merge

10 years agoMerge branch 'common-devel' into uboot-merge
Lothar Waßmann [Wed, 5 Mar 2014 14:34:40 +0000 (15:34 +0100)]
Merge branch 'common-devel' into uboot-merge

10 years agoMerge remote-tracking branch 'remotes/kc/wince-bugfix' into uboot-merge
Lothar Waßmann [Wed, 5 Mar 2014 14:34:38 +0000 (15:34 +0100)]
Merge remote-tracking branch 'remotes/kc/wince-bugfix' into uboot-merge

10 years agoMerge branch 'backlight-polarity' into uboot-merge
Lothar Waßmann [Wed, 5 Mar 2014 14:34:37 +0000 (15:34 +0100)]
Merge branch 'backlight-polarity' into uboot-merge

10 years agoMerge branch 'tx6-boot_mode' into uboot-merge
Lothar Waßmann [Wed, 5 Mar 2014 14:34:35 +0000 (15:34 +0100)]
Merge branch 'tx6-boot_mode' into uboot-merge

10 years agoMerge branch 'config-cleanup' into uboot-merge
Lothar Waßmann [Wed, 5 Mar 2014 14:34:31 +0000 (15:34 +0100)]
Merge branch 'config-cleanup' into uboot-merge

10 years agokaro: tx6: resize fdt in ft_board_setup()
Lothar Waßmann [Wed, 5 Mar 2014 14:34:01 +0000 (15:34 +0100)]
karo: tx6: resize fdt in ft_board_setup()

10 years agokaro: tx51: fix unused variable 'ret' build error
Lothar Waßmann [Tue, 18 Feb 2014 14:17:27 +0000 (15:17 +0100)]
karo: tx51: fix unused variable 'ret' build error

10 years agokaro: tx6: add support for TX6-V2 (eMMC)
Lothar Waßmann [Mon, 27 Jan 2014 12:53:19 +0000 (13:53 +0100)]
karo: tx6: add support for TX6-V2 (eMMC)

10 years agokaro: tx28: resize fdt in ft_board_setup()
Lothar Waßmann [Fri, 28 Feb 2014 11:21:28 +0000 (12:21 +0100)]
karo: tx28: resize fdt in ft_board_setup()

10 years agokaro: tx51: resize fdt in ft_board_setup()
Lothar Waßmann [Fri, 28 Feb 2014 11:37:58 +0000 (12:37 +0100)]
karo: tx51: resize fdt in ft_board_setup()

10 years agokaro: tx53: resize fdt in ft_board_setup()
Lothar Waßmann [Fri, 28 Feb 2014 11:39:56 +0000 (12:39 +0100)]
karo: tx53: resize fdt in ft_board_setup()

10 years agokaro: tx53: config cleanup
Lothar Waßmann [Tue, 18 Feb 2014 13:39:39 +0000 (14:39 +0100)]
karo: tx53: config cleanup

10 years agokaro: tx51: update name of usbotg node for karo_fdt_fixup_usb_otg()
Lothar Waßmann [Tue, 18 Feb 2014 13:35:45 +0000 (14:35 +0100)]
karo: tx51: update name of usbotg node for karo_fdt_fixup_usb_otg()

10 years agokaro: tx51: cleanup cpu_clk handling code
Lothar Waßmann [Tue, 18 Feb 2014 13:35:14 +0000 (14:35 +0100)]
karo: tx51: cleanup cpu_clk handling code

10 years agokaro: tx51: cleanup ethernet init code
Lothar Waßmann [Tue, 18 Feb 2014 13:34:26 +0000 (14:34 +0100)]
karo: tx51: cleanup ethernet init code

10 years agokaro: tx51: use had_ctrlc() instead of tstc() to decide whether to load init LCD...
Lothar Waßmann [Tue, 18 Feb 2014 13:33:53 +0000 (14:33 +0100)]
karo: tx51: use had_ctrlc() instead of tstc() to decide whether to load init LCD and set cpu clock

10 years agokaro: tx51: cleanup board_mmc_init()
Lothar Waßmann [Tue, 18 Feb 2014 13:33:01 +0000 (14:33 +0100)]
karo: tx51: cleanup board_mmc_init()

10 years agokaro: tx51: update video mode handling code
Lothar Waßmann [Tue, 18 Feb 2014 13:32:22 +0000 (14:32 +0100)]
karo: tx51: update video mode handling code

10 years agokaro: tx51: add support for 'boot_mode' variable
Lothar Waßmann [Tue, 18 Feb 2014 13:29:54 +0000 (14:29 +0100)]
karo: tx51: add support for 'boot_mode' variable

10 years agokaro: tx51: config cleanup
Lothar Waßmann [Tue, 18 Feb 2014 13:29:45 +0000 (14:29 +0100)]
karo: tx51: config cleanup

10 years agokaro: tx48: add support for 'boot_mode' variable
Lothar Waßmann [Tue, 18 Feb 2014 13:25:37 +0000 (14:25 +0100)]
karo: tx48: add support for 'boot_mode' variable

10 years agokaro: tx48: config cleanup
Lothar Waßmann [Tue, 18 Feb 2014 13:24:36 +0000 (14:24 +0100)]
karo: tx48: config cleanup