kernel/u-boot.git
13 years agombr: if extend partition, show ebr
Minkyu Kang [Fri, 26 Nov 2010 06:40:07 +0000 (15:40 +0900)]
mbr: if extend partition, show ebr

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agos5pc210: universal: Master Boot Record (MBR) command support
Kyungmin Park [Fri, 26 Nov 2010 05:52:55 +0000 (14:52 +0900)]
s5pc210: universal: Master Boot Record (MBR) command support

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13 years agos5pc210: universal: Add mmcoops display parameter
Kyungmin Park [Thu, 25 Nov 2010 05:52:30 +0000 (14:52 +0900)]
s5pc210: universal: Add mmcoops display parameter

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13 years agos5pc210: universal: Add crashkernel parameter for kexec/kdump
Kyungmin Park [Thu, 25 Nov 2010 04:58:27 +0000 (13:58 +0900)]
s5pc210: universal: Add crashkernel parameter for kexec/kdump

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13 years agos5pc210: universal: set CONFIG_SYS_CONSOLE_INFO_QUIET
Minkyu Kang [Thu, 25 Nov 2010 03:04:46 +0000 (12:04 +0900)]
s5pc210: universal: set CONFIG_SYS_CONSOLE_INFO_QUIET

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agoupdate build scripts
Marek Szyprowski [Wed, 24 Nov 2010 12:03:05 +0000 (13:03 +0100)]
update build scripts

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
13 years agoramoops: Add comments for LCD display
Kyungmin Park [Tue, 23 Nov 2010 06:08:21 +0000 (15:08 +0900)]
ramoops: Add comments for LCD display

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13 years agousbd: update the version (v1.6.0)
Minkyu Kang [Tue, 23 Nov 2010 02:16:57 +0000 (11:16 +0900)]
usbd: update the version (v1.6.0)

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agos5p: mmc: support async write
Minkyu Kang [Mon, 22 Nov 2010 10:34:35 +0000 (19:34 +0900)]
s5p: mmc: support async write

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agofbutil: incerease number of characters
Minkyu Kang [Mon, 22 Nov 2010 07:11:44 +0000 (16:11 +0900)]
fbutil: incerease number of characters

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agoramoops: parse the message
Minkyu Kang [Mon, 22 Nov 2010 07:10:57 +0000 (16:10 +0900)]
ramoops: parse the message

remove printk time

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agousbd: fix bug in mmc sub partition writing
Sanghee Kim [Thu, 18 Nov 2010 12:57:30 +0000 (21:57 +0900)]
usbd: fix bug in mmc sub partition writing

partition size had been calculated incorrectly

13 years agousbd: fix bug in calculating 'LBA Begin' field and partition size
Sanghee Kim [Thu, 18 Nov 2010 16:40:52 +0000 (01:40 +0900)]
usbd: fix bug in calculating 'LBA Begin' field and partition size

'res' of part_info has only data without MBR

13 years agoS5PC210: UNIVERSAL: fixed fimd clock setting.
Inki Dae [Wed, 17 Nov 2010 05:14:05 +0000 (14:14 +0900)]
S5PC210: UNIVERSAL: fixed fimd clock setting.

Signed-off-by: daeinki <inki.dae@samsung.com>
13 years agos5pc210: universal: Add eMMC bootloader update macro
Kyungmin Park [Tue, 16 Nov 2010 06:24:41 +0000 (15:24 +0900)]
s5pc210: universal: Add eMMC bootloader update macro

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13 years agoubifs: Don't compress when a compression is failed
Donggeun Kim [Tue, 16 Nov 2010 05:36:54 +0000 (14:36 +0900)]
ubifs: Don't compress when a compression is failed

Signed-off-by: Donggeun Kim <dg77.kim@samsung.com>
13 years agommc: Add multi-block read support to the generic mmc driver
Alagu Sankar [Thu, 28 Oct 2010 17:17:51 +0000 (02:17 +0900)]
mmc: Add multi-block read support to the generic mmc driver

This patch adds multi-block read support for the generic MMC
driver. Large reads are broken into chunks of 65535 blocks to
ensure that the code works with controllers having a 16 bit block counter.

This patch results in a significant performance improvement.

Time to read a 45 MB file went from 36 seconds to 9 seconds on Overo

Signed-off-by: Steve Sakoman <steve.sakoman@linaro.org>
Tested-by: Steve Sakoman <steve.sakoman@linaro.org>
13 years agommc: seperate block number into small parts for multi-write cmd
Lei Wen [Thu, 14 Oct 2010 05:38:11 +0000 (14:38 +0900)]
mmc: seperate block number into small parts for multi-write cmd

Constraint the mmc framework to only send no more than 65535
blocks in one go during the multi-write command. This constraint
comes due to the limitation of 16bit width block counter register
at some hardware.

Signed-off-by: Lei Wen <leiwen@marvell.com>
Cc: Reinhard Meyer <u-boot@emk-elektronik.de>
13 years agoubifs: fix a bug when size of data is bigger than BLOCK_SIZE
Donggeun Kim [Mon, 15 Nov 2010 12:15:12 +0000 (21:15 +0900)]
ubifs: fix a bug when size of data is bigger than BLOCK_SIZE

Signed-off-by: Donggeun Kim <dg77.kim@samsung.com>
13 years agos5p: support cancel the download mode
Minkyu Kang [Mon, 15 Nov 2010 08:35:53 +0000 (17:35 +0900)]
s5p: support cancel the download mode

s5pc110 didn't work.

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agofbutil: set the range when clear the fb
Minkyu Kang [Mon, 15 Nov 2010 08:09:51 +0000 (17:09 +0900)]
fbutil: set the range when clear the fb

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agos5p: usb: don't wait for cable connect
Minkyu Kang [Mon, 15 Nov 2010 08:07:49 +0000 (17:07 +0900)]
s5p: usb: don't wait for cable connect

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agousbd: Fix erase modem partition
Joonyoung Shim [Fri, 12 Nov 2010 12:27:55 +0000 (21:27 +0900)]
usbd: Fix erase modem partition

Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
13 years agos5pc210: universal: Add NEON enable codes
Kyungmin Park [Fri, 12 Nov 2010 09:57:22 +0000 (18:57 +0900)]
s5pc210: universal: Add NEON enable codes

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13 years agos5pc210: universal: Add eMMC boot test configuration
Kyungmin Park [Fri, 12 Nov 2010 08:28:23 +0000 (17:28 +0900)]
s5pc210: universal: Add eMMC boot test configuration

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13 years agos5pc210: universal: move setting lcdinfo
Minkyu Kang [Fri, 12 Nov 2010 08:02:15 +0000 (17:02 +0900)]
s5pc210: universal: move setting lcdinfo

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agos5p: fix the position for progress bar
Minkyu Kang [Fri, 12 Nov 2010 07:32:02 +0000 (16:32 +0900)]
s5p: fix the position for progress bar

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agos5p: show hw informamtion on download mode
Minkyu Kang [Fri, 12 Nov 2010 06:18:22 +0000 (15:18 +0900)]
s5p: show hw informamtion on download mode

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agoenv: add auto save feature
Minkyu Kang [Fri, 12 Nov 2010 04:50:55 +0000 (13:50 +0900)]
env: add auto save feature

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agos5pc210: universal: Set UVLOf as 2.55V for CP
Kyungmin Park [Thu, 11 Nov 2010 12:17:22 +0000 (21:17 +0900)]
s5pc210: universal: Set UVLOf as 2.55V for CP

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13 years agos5pc210: correct lcd polarity info
Donghwa Lee [Thu, 11 Nov 2010 07:36:37 +0000 (16:36 +0900)]
s5pc210: correct lcd polarity info

13 years agos5pc210: universal: code clean
Minkyu Kang [Wed, 10 Nov 2010 02:42:40 +0000 (11:42 +0900)]
s5pc210: universal: code clean

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agos5p: modify OLED ID read result
Donghwa Lee [Tue, 9 Nov 2010 10:26:16 +0000 (19:26 +0900)]
s5p: modify OLED ID read result

13 years agos5pc210: lowlevel_init: modify comment
Jaehoon Chung [Tue, 9 Nov 2010 06:57:47 +0000 (15:57 +0900)]
s5pc210: lowlevel_init: modify comment
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
13 years agos5pc210: lowlevel_init: change div value for mmc sclk
Jaehoon Chung [Tue, 9 Nov 2010 06:42:12 +0000 (15:42 +0900)]
s5pc210: lowlevel_init: change div value for mmc sclk
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
13 years agos5pc210: universal: fix the build error
Minkyu Kang [Tue, 9 Nov 2010 06:33:29 +0000 (15:33 +0900)]
s5pc210: universal: fix the build error

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agos5pc210: adc: use the common accessor function
Minkyu Kang [Tue, 9 Nov 2010 05:48:47 +0000 (14:48 +0900)]
s5pc210: adc: use the common accessor function

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agos5pc210: universal: Set the latest revision always
Kyungmin Park [Tue, 9 Nov 2010 05:31:12 +0000 (14:31 +0900)]
s5pc210: universal: Set the latest revision always

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13 years agos5pc210: universal: add comment about T-flash detect
Jaehoon Chung [Tue, 9 Nov 2010 05:23:14 +0000 (14:23 +0900)]
s5pc210: universal: add comment about T-flash detect
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
13 years agos5pc210: mmc: bug fixed
Jaehoon Chung [Tue, 9 Nov 2010 05:16:20 +0000 (14:16 +0900)]
s5pc210: mmc: bug fixed
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
13 years agos5pc210: universal: support rev 0.3 (AQUILA_1.9)
Minkyu Kang [Tue, 9 Nov 2010 05:10:29 +0000 (14:10 +0900)]
s5pc210: universal: support rev 0.3 (AQUILA_1.9)

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agos5pc210: remove debug message
Minkyu Kang [Tue, 9 Nov 2010 01:52:46 +0000 (10:52 +0900)]
s5pc210: remove debug message

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agoadd OLED ID read function using spi
Donghwa Lee [Mon, 8 Nov 2010 00:39:29 +0000 (09:39 +0900)]
add OLED ID read function using spi

13 years agos5pc210: universal: enable safeout1 when downloading
MyungJoo Ham [Wed, 3 Nov 2010 05:24:16 +0000 (14:24 +0900)]
s5pc210: universal: enable safeout1 when downloading

13 years agos5pc210: universal: charger mode
MyungJoo Ham [Wed, 3 Nov 2010 02:27:08 +0000 (11:27 +0900)]
s5pc210: universal: charger mode

When a charger (USB or TA) is inserted before boot, u-boot enables the
charger with proper PMIC setting.

If the charger is TA, it can enter "charger loop" with animation.
However, the animation and charger sleep/wakeup is not complete.

13 years agos5pc110: universal: charger bugfix
MyungJoo Ham [Wed, 3 Nov 2010 02:26:52 +0000 (11:26 +0900)]
s5pc110: universal: charger bugfix

13 years agos5p: add lcd info for ld9040
Donghwa Lee [Tue, 2 Nov 2010 02:26:24 +0000 (11:26 +0900)]
s5p: add lcd info for ld9040

13 years agoramoops: show messages on lcd
Minkyu Kang [Fri, 29 Oct 2010 11:37:51 +0000 (20:37 +0900)]
ramoops: show messages on lcd

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agos5pc210: universal remove clock gating for Modem I/F
Minkyu Kang [Fri, 29 Oct 2010 10:48:24 +0000 (19:48 +0900)]
s5pc210: universal remove clock gating for Modem I/F

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agos5pc210: universal: ramoops: revert the clock gating code
Minkyu Kang [Fri, 29 Oct 2010 10:27:07 +0000 (19:27 +0900)]
s5pc210: universal: ramoops: revert the clock gating code

disable until implement the clock gating on Kernel

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agoramoops: make ramoops command
Minkyu Kang [Fri, 29 Oct 2010 10:25:40 +0000 (19:25 +0900)]
ramoops: make ramoops command

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agos5pc210: universal: disable the Modem I/F clock after checked the ramoops
Minkyu Kang [Fri, 29 Oct 2010 08:33:42 +0000 (17:33 +0900)]
s5pc210: universal: disable the Modem I/F clock after checked the ramoops

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agouniversal: ramoops: don't check the reset status
Minkyu Kang [Fri, 29 Oct 2010 08:31:59 +0000 (17:31 +0900)]
universal: ramoops: don't check the reset status

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agos5pc210: universal: support the ramoops
Minkyu Kang [Fri, 29 Oct 2010 08:18:42 +0000 (17:18 +0900)]
s5pc210: universal: support the ramoops

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agoramoops: add missing file
Minkyu Kang [Fri, 29 Oct 2010 08:15:18 +0000 (17:15 +0900)]
ramoops: add missing file

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agos5pc110: universal: support the ramoops
Minkyu Kang [Fri, 29 Oct 2010 08:14:44 +0000 (17:14 +0900)]
s5pc110: universal: support the ramoops

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agoramoops: add support the ramoops driver
Minkyu Kang [Fri, 29 Oct 2010 08:13:51 +0000 (17:13 +0900)]
ramoops: add support the ramoops driver

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agos5pc210: enable Modem I/F clock
Minkyu Kang [Fri, 29 Oct 2010 07:35:56 +0000 (16:35 +0900)]
s5pc210: enable Modem I/F clock

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agolcd: remove workaround code
Minkyu Kang [Fri, 29 Oct 2010 05:25:21 +0000 (14:25 +0900)]
lcd: remove workaround code

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agoremove debug messages
Minkyu Kang [Fri, 29 Oct 2010 05:22:16 +0000 (14:22 +0900)]
remove debug messages

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agos5pc210: universal: initialize the panel info
Minkyu Kang [Fri, 29 Oct 2010 04:56:40 +0000 (13:56 +0900)]
s5pc210: universal: initialize the panel info

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agos5pc210: universal: add debug codes
Minkyu Kang [Fri, 29 Oct 2010 02:38:23 +0000 (11:38 +0900)]
s5pc210: universal: add debug codes

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agomax17040: use quick start instead of reset
Minkyu Kang [Thu, 28 Oct 2010 08:37:02 +0000 (17:37 +0900)]
max17040: use quick start instead of reset

reset is no guarantee. (by vendor)

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agos5pc210: universal: add some test codes (will be deleted)
Minkyu Kang [Thu, 28 Oct 2010 07:30:41 +0000 (16:30 +0900)]
s5pc210: universal: add some test codes (will be deleted)

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agos5pc210: universal: reset the max17040 more earlier
Minkyu Kang [Thu, 28 Oct 2010 07:25:01 +0000 (16:25 +0900)]
s5pc210: universal: reset the max17040 more earlier

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agos5pc210: universal: add test code for boot time (will be deleted)
Minkyu Kang [Thu, 28 Oct 2010 07:10:33 +0000 (16:10 +0900)]
s5pc210: universal: add test code for boot time (will be deleted)

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agos5pc210: add SYSTIMER base
Minkyu Kang [Thu, 28 Oct 2010 07:02:24 +0000 (16:02 +0900)]
s5pc210: add SYSTIMER base

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agos5pc210: add system timer setting
Minkyu Kang [Thu, 28 Oct 2010 07:01:28 +0000 (16:01 +0900)]
s5pc210: add system timer setting

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agos5pc210: universal: skip the power/reset squence on LCD
Minkyu Kang [Thu, 28 Oct 2010 05:54:12 +0000 (14:54 +0900)]
s5pc210: universal: skip the power/reset squence on LCD

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agommc: Change Tx/Rx Feedback clock delay
Jaehoon Chung [Thu, 28 Oct 2010 05:25:03 +0000 (14:25 +0900)]
mmc: Change Tx/Rx Feedback clock delay
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
13 years agos5pc210: universal: reduce the boot time (about 80ms)
Minkyu Kang [Thu, 28 Oct 2010 02:39:29 +0000 (11:39 +0900)]
s5pc210: universal: reduce the boot time (about 80ms)

1. Don't initialize i2c devices twice
2. LDO4 default on
3. Don't show ldo on/off message at boot time
4. Make some messages to debug

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agos5pc210: universal: set bootdelay to zero
Minkyu Kang [Thu, 28 Oct 2010 01:38:36 +0000 (10:38 +0900)]
s5pc210: universal: set bootdelay to zero

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agos5pc210: reduce lcd power on delay
Donghwa Lee [Thu, 28 Oct 2010 01:27:17 +0000 (10:27 +0900)]
s5pc210: reduce lcd power on delay

13 years agos5pc210: universal: Fix MASSMEMORY_EN pin at each revision
Kyungmin Park [Wed, 27 Oct 2010 04:47:33 +0000 (13:47 +0900)]
s5pc210: universal: Fix MASSMEMORY_EN pin at each revision

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13 years agos5pc210: universal: extend ADC value for the rev0.2 board detection
Kyungmin Park [Tue, 26 Oct 2010 11:08:40 +0000 (20:08 +0900)]
s5pc210: universal: extend ADC value for the rev0.2 board detection

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13 years agos5pc210: universal: Prepare Universal Rev0.2 detection
Kyungmin Park [Tue, 26 Oct 2010 07:15:13 +0000 (16:15 +0900)]
s5pc210: universal: Prepare Universal Rev0.2 detection

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13 years agos5pc210: show the pcb(schematic) revision
Minkyu Kang [Tue, 26 Oct 2010 04:44:37 +0000 (13:44 +0900)]
s5pc210: show the pcb(schematic) revision

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agobuild: add personal setting, restyle nearby scripts.
MyungJoo Ham [Tue, 26 Oct 2010 02:15:02 +0000 (11:15 +0900)]
build: add personal setting, restyle nearby scripts.

13 years agos5pc210: universal: LP3974 setting sync with kernel
MyungJoo Ham [Tue, 26 Oct 2010 02:11:52 +0000 (11:11 +0900)]
s5pc210: universal: LP3974 setting sync with kernel

13 years agodrime3: ex1: workaround
Heungjun Kim [Mon, 25 Oct 2010 11:01:37 +0000 (20:01 +0900)]
drime3: ex1: workaround

- enable compiling
- issue : saveenv command dosen't work on the u-boot shell

Signed-off-by: Heungjun Kim <riverful.kim@samsung.com>
13 years agoRevert "drime3: ex1: fix compile error"
Heungjun Kim [Mon, 25 Oct 2010 07:17:39 +0000 (16:17 +0900)]
Revert "drime3: ex1: fix compile error"

- must be another way to solve this problem.

This reverts commit 67b4b03f897d96acec11882d318fecd2c1fecfbc.

13 years agos5pc210: disable the watchdog
Minkyu Kang [Mon, 25 Oct 2010 07:09:25 +0000 (16:09 +0900)]
s5pc210: disable the watchdog

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agodrime3: ex1: disable RTC wakeup booting source
Heungjun Kim [Mon, 25 Oct 2010 07:08:06 +0000 (16:08 +0900)]
drime3: ex1: disable RTC wakeup booting source

Signed-off-by: Heungjun Kim <riverful.kim@samsung.com>
13 years agocorrect lcd polarity info
Donghwa Lee [Mon, 25 Oct 2010 06:55:38 +0000 (15:55 +0900)]
correct lcd polarity info

13 years agodrime3: acc: prevent hang ()
Heungjun Kim [Mon, 25 Oct 2010 06:53:19 +0000 (15:53 +0900)]
drime3: acc: prevent hang ()

- cpu_info () must return 0

Signed-off-by: Heungjun Kim <riverful.kim@samsung.com>
13 years agodrime3: ex1: fix compile error
Heungjun Kim [Mon, 25 Oct 2010 06:43:45 +0000 (15:43 +0900)]
drime3: ex1: fix compile error

Signed-off-by: Heungjun Kim <riverful.kim@samsung.com>
13 years agoDelete the newline when display MMC write
Kyungmin Park [Thu, 21 Oct 2010 11:47:40 +0000 (20:47 +0900)]
Delete the newline when display MMC write

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13 years agodrime3: ex1: add reset code
Heungjun Kim [Thu, 21 Oct 2010 10:48:13 +0000 (19:48 +0900)]
drime3: ex1: add reset code

Signed-off-by: Heungjun Kim <riverful.kim@samsung.com>
13 years agobuild: adjustement of settings
Lukasz Majewski [Thu, 21 Oct 2010 10:09:07 +0000 (12:09 +0200)]
build: adjustement of settings

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
13 years agousbd: fix the mmc capacity
Minkyu Kang [Thu, 21 Oct 2010 00:34:02 +0000 (09:34 +0900)]
usbd: fix the mmc capacity

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agommc: driver code cleanup
Jaehoon Chung [Wed, 20 Oct 2010 12:18:09 +0000 (21:18 +0900)]
mmc: driver code cleanup
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
13 years agommc: fix the showing capacity of mmc
Minkyu Kang [Wed, 20 Oct 2010 12:04:33 +0000 (21:04 +0900)]
mmc: fix the showing capacity of mmc

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agommc: driver update
Minkyu Kang [Wed, 20 Oct 2010 12:03:26 +0000 (21:03 +0900)]
mmc: driver update

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agommc: fix the lba value with high capacity
Minkyu Kang [Wed, 20 Oct 2010 11:36:17 +0000 (20:36 +0900)]
mmc: fix the lba value with high capacity

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agoRevert "Workaround: mmc: don't check the lba"
Minkyu Kang [Wed, 20 Oct 2010 11:33:31 +0000 (20:33 +0900)]
Revert "Workaround: mmc: don't check the lba"

This reverts commit 7c5de787221f437fd71a178a83cd618556794b4f.

13 years agoWorkaround: mmc: don't check the lba
Minkyu Kang [Wed, 20 Oct 2010 11:13:02 +0000 (20:13 +0900)]
Workaround: mmc: don't check the lba

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agos5pc210: universal: fixed wrong paramenter
Jaehoon Chung [Fri, 15 Oct 2010 00:32:13 +0000 (09:32 +0900)]
s5pc210: universal: fixed wrong paramenter
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
13 years agos5pc210: universal: add rootwait for SD-boot
Jaehoon Chung [Fri, 15 Oct 2010 00:21:23 +0000 (09:21 +0900)]
s5pc210: universal: add rootwait for SD-boot
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
13 years agos5pc110: universal: remove unused codes
Minkyu Kang [Thu, 14 Oct 2010 04:43:02 +0000 (13:43 +0900)]
s5pc110: universal: remove unused codes

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13 years agoBuild: Remove dummy touch
Kyungmin Park [Thu, 14 Oct 2010 00:35:55 +0000 (09:35 +0900)]
Build: Remove dummy touch

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>