| abfe8afe | 05-May-2014 |
Stephen Warren <swarren@nvidia.com> |
ums: move IO support code to common location
There's nothing Samsung-/board-specfic about the implementation of ums_init(). Move the code into cmd_usb_mass_storage.c, so that it can be shared by any
ums: move IO support code to common location
There's nothing Samsung-/board-specfic about the implementation of ums_init(). Move the code into cmd_usb_mass_storage.c, so that it can be shared by any user of that command.
Cc: Lukasz Majewski <l.majewski@samsung.com> Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>
show more ...
|
| 36ff05c4 | 05-May-2014 |
Stephen Warren <swarren@nvidia.com> |
ums: remove ums_disk_init()
Now that ums_disk_init() is so simple, there's no need for it to be a separate function. Instead, just add it to the tail end of ums_init().
Cc: Lukasz Majewski <l.majew
ums: remove ums_disk_init()
Now that ums_disk_init() is so simple, there's no need for it to be a separate function. Instead, just add it to the tail end of ums_init().
Cc: Lukasz Majewski <l.majewski@samsung.com> Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>
show more ...
|
| dc1e746c | 05-May-2014 |
Stephen Warren <swarren@nvidia.com> |
ums: remove error-checking of MMC device size
There's no reason to believe that an MMC device will incorrectly report its capacity. Remove error checking of this value from ums_disk_init() to simpli
ums: remove error-checking of MMC device size
There's no reason to believe that an MMC device will incorrectly report its capacity. Remove error checking of this value from ums_disk_init() to simplify it.
Cc: Lukasz Majewski <l.majewski@samsung.com> Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>
show more ...
|
| c2474d9c | 05-May-2014 |
Stephen Warren <swarren@nvidia.com> |
ums: remove UMS_{NUM,START}_SECTORS + UMS_START_SECTOR
These values aren't set anywhere at present, and hence have no effect. The concept of a single global offset/number of sectors to expose throug
ums: remove UMS_{NUM,START}_SECTORS + UMS_START_SECTOR
These values aren't set anywhere at present, and hence have no effect. The concept of a single global offset/number of sectors to expose through USB Mass Storage doesn't even make sense in the face of multiple storage devices. Remove these defines to simplify the code.
Cc: Lukasz Majewski <l.majewski@samsung.com> Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>
show more ...
|
| 605d7e2a | 30-Apr-2014 |
Przemyslaw Marczak <p.marczak@samsung.com> |
samsung: misc: remove download mode info screen
This change removes LCD menu download mode info screen. Now key press timeout is checked in function download_menu() and menu options are displayed di
samsung: misc: remove download mode info screen
This change removes LCD menu download mode info screen. Now key press timeout is checked in function download_menu() and menu options are displayed directly after PWR + VOLUP keys.
Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com> Cc: Minkyu Kang <mk7.kang@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
show more ...
|
| f418a1cf | 30-Apr-2014 |
Przemyslaw Marczak <p.marczak@samsung.com> |
samsung: misc: menu: increase delay in menu main loop
Increase menu loop delay to 200 ms helps choose the right menu option by user. Before this, each time key was pressed the current menu option wa
samsung: misc: menu: increase delay in menu main loop
Increase menu loop delay to 200 ms helps choose the right menu option by user. Before this, each time key was pressed the current menu option was changed few times. Now it changes only once and also changes few times if key is pressed for a longer time.
Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com> Cc: Minkyu Kang <mk7.kang@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
show more ...
|
| 0954dd61 | 30-Apr-2014 |
Inha Song <ideal.song@samsung.com> |
samsung: misc: add env default option to lcd menu
This change allows reset device environment to default without using u-boot console, which is useful for system developers.
Signed-off-by: Inha Son
samsung: misc: add env default option to lcd menu
This change allows reset device environment to default without using u-boot console, which is useful for system developers.
Signed-off-by: Inha Song <ideal.song@samsung.com> Acked-by: Przemyslaw Marczak <p.marczak@samsung.com> Cc: Minkyu Kang <mk7.kang@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
show more ...
|
| 5c7b8a37 | 30-Apr-2014 |
Przemyslaw Marczak <p.marczak@samsung.com> |
samsung: misc: add gpt restore option to lcd menu
This menu option allows restore gpt. This is usefull and no needs access to the u-boot console. For proper operation: - each partition uuid should b
samsung: misc: add gpt restore option to lcd menu
This menu option allows restore gpt. This is usefull and no needs access to the u-boot console. For proper operation: - each partition uuid should be set in environment or - CONFIG_RANDOM_UUID should be defined for automatically uuid setting
After operation success device is going to be reset.
Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com> Cc: Minkyu Kang <mk7.kang@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
show more ...
|
| 431a1c56 | 07-Mar-2014 |
Piotr Wilczek <p.wilczek@samsung.com> |
arm:exynos: enable sdhci and misc_init to common board
This patch enables sdhci initialisation and misc_init_r in common board file for all exynos 4 based boards.
Signed-off-by: Piotr Wilczek <p.wi
arm:exynos: enable sdhci and misc_init to common board
This patch enables sdhci initialisation and misc_init_r in common board file for all exynos 4 based boards.
Signed-off-by: Piotr Wilczek <p.wilczek@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
show more ...
|
| d31b3888 | 07-Mar-2014 |
Piotr Wilczek <p.wilczek@samsung.com> |
board:samsung:common: move max77686 init function
This patch moves board specific max77686 init function from common board to smdk5250 board file.
Signed-off-by: Piotr Wilczek <p.wilczek@samsung.co
board:samsung:common: move max77686 init function
This patch moves board specific max77686 init function from common board to smdk5250 board file.
Signed-off-by: Piotr Wilczek <p.wilczek@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Cc: Rajeshwari S Shinde <rajeshwari.s@samsung.com> Cc: Rajeshwari Birje <rajeshwari.birje@gmail.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
show more ...
|