u-boot-brain/board/samsung
Przemyslaw Marczak 9d29a682a8 samsung: misc: Add LCD download menu.
This simple LCD menu allows run one of download mode on device
without writing on console or for fast and easy upgrade.

This feature check user keys combination at boot:
- power key + volume up - download menu
- power key + volume down - thor mode (without menu)

New configs:
- CONFIG_LCD_MENU
- CONFIG_LCD_MENU_BOARD

For proper effect this feature needs following definitions:

Power key:
- KEY_PWR_PMIC_NAME - (string) pmic which supports power key check

Register address:
- KEY_PWR_STATUS_REG
- KEY_PWR_INTERRUPT_REG

Register power key mask:
- KEY_PWR_STATUS_MASK
- KEY_PWR_INTERRUPT_MASK

Gpio numbers:
- KEY_PWR_INTERRUPT_MASK
- KEY_VOL_DOWN_GPIO

Functions needs to be called:
- keys_init() - for set proper gpio direction
- check_boot_mode() - menu - main function

Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2014-02-03 15:36:14 +09:00
..
arndale usb: exynos5: arndale: Add network support 2014-01-13 12:23:28 +01:00
common samsung: misc: Add LCD download menu. 2014-02-03 15:36:14 +09:00
dts exynos5250: usb: Fix VBus gpio numbers for ehci and xhci controllers 2014-02-03 13:28:23 +09:00
goni board: arm: convert makefiles to Kbuild style 2013-11-01 11:42:12 -04:00
origen board: arm: convert makefiles to Kbuild style 2013-11-01 11:42:12 -04:00
smdk2410 board: arm: convert makefiles to Kbuild style 2013-11-01 11:42:12 -04:00
smdk5250 smdk5250: Remove 'board_usb_vbus_init()' function 2014-02-03 13:28:23 +09:00
smdk5420 Exynos5420: Add base patch for SMDK5420 2013-12-30 16:50:34 +09:00
smdkc100 board: arm: convert makefiles to Kbuild style 2013-11-01 11:42:12 -04:00
smdkv310 board: arm: convert makefiles to Kbuild style 2013-11-01 11:42:12 -04:00
trats samsung: boards: update display configs with 16bpp mode. 2014-02-03 15:36:14 +09:00
trats2 samsung: boards: update display configs with 16bpp mode. 2014-02-03 15:36:14 +09:00
universal_c210 samsung: boards: update display configs with 16bpp mode. 2014-02-03 15:36:14 +09:00