summaryrefslogtreecommitdiff
path: root/board/samsung/common
AgeCommit message (Expand)AuthorFilesLines
2017-06-01samsung: Move pmic header out of config fileSimon Glass1-0/+13
2017-06-01dm: gpio: Add live tree supportSimon Glass2-3/+3
2017-05-15mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMCMasahiro Yamada2-3/+3
2017-04-05board_f: Drop setup_dram_config() wrapperSimon Glass1-1/+3
2017-04-05i2c: Drop CONFIG_SOFT_I2C_MULTI_BUSSimon Glass2-60/+0
2017-02-10exynos: Drop large alignment for SDRAM parametersSimon Glass1-2/+1
2017-01-18Merge git://git.denx.de/u-boot-samsungTom Rini1-7/+1
2017-01-18exynos5: Don't potentially undervoltage the CPUSjoerd Simons1-7/+1
2017-01-11mmc: move CONFIG_DWMMC to Kconfig, renaming to CONFIG_MMC_DWMasahiro Yamada1-1/+1
2016-12-29mmc: move CONFIG_SDHCI to Kconfig, renaming to CONFIG_MMC_SDHCIMasahiro Yamada1-1/+1
2016-12-05arm: exynos: i2c: Convert exynos boards to use DM_I2CSimon Glass1-0/+4
2016-05-25exynos: video: Drop old unused codeSimon Glass1-153/+0
2016-05-25exynos: video: Convert several boards to driver model for videoSimon Glass1-15/+0
2016-05-25exynos: Simplify calling of exynos_dp_phy_ctrl()Simon Glass1-5/+0
2016-05-25exynos: Allow CONFIG_MISC_COMMON to be build without an LCDSimon Glass1-0/+10
2016-05-25board: samsung: add initial Espresso7420 board supportThomas Abraham1-2/+8
2015-11-02samsung: clean up checkpatch issuesMinkyu Kang1-4/+3
2015-11-02exynos5-dt-types: add board detection for Odroid XU3/XU3L/XU4.Przemyslaw Marczak3-1/+212
2015-11-02samsung: board/misc: check returned pointer for get_board_type() callsPrzemyslaw Marczak2-2/+5
2015-09-12Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2015-08-31exynos: Rise ARM voltage to 1.1V for chained bootloadersMisha Komarovskiy1-3/+4
2015-08-06exynos: Remove unneeded device tree control #ifdefsSimon Glass1-9/+8
2015-08-06exynos: Add common board code for exynos5 boards that use device treeSimon Glass2-0/+363
2015-07-22usb: USB download gadget and functions config options coherent namingPaul Kocialkowski1-1/+1
2015-06-18fix: samsung: common: autoboot.cmd: Correct itbcfg definitionŁukasz Majewski1-1/+1
2015-06-08samsung: common: add example boot scriptsPrzemyslaw Marczak2-0/+102
2015-06-08smdk5420: board: add functions required to enable USB DWC3Joonyoung Shim1-1/+5
2015-05-15odroid: enable driver model pmic/regulator API and MAX77686 driversPrzemyslaw Marczak1-0/+1
2015-05-15dm: board:samsung: power_init_board: add requirement of CONFIG_DM_PMICPrzemyslaw Marczak1-2/+2
2015-04-18exynos: cros_ec: Drop unnecessary initSimon Glass1-12/+0
2015-04-14usb: board: samsung: Add default board_usb_cleanup() definition for Exynos SoCsLukasz Majewski1-0/+6
2015-03-04board: samsung: reserve memory for the secure firmwarePrzemyslaw Marczak1-0/+6
2015-03-04samsung: board: fix: Define loop iterator as an unsigned int to suppress gcc ...Łukasz Majewski1-2/+2
2015-02-25dfu: samsung: move call to set_dfu_alt_info() to dfu common codePrzemyslaw Marczak2-6/+3
2015-02-13samsung: board: support eMMC reset using DTJoonyoung Shim1-0/+28
2014-10-25samsung: board: use __weakJeroen Hofstee1-6/+2
2014-10-22dm: exynos: Convert SPI to driver modelSimon Glass1-3/+0
2014-10-22dm: exynos: Make sure that GPIOs are requestedSimon Glass1-0/+2
2014-10-22dm: exynos: Tidy up GPIO headersSimon Glass2-2/+1
2014-09-05exynos_fb: Remove usage of static definesAjay Kumar1-0/+16
2014-09-05samsung: misc: use board specific functions to set env board infoPrzemyslaw Marczak1-2/+10
2014-09-05samsung: board: enable support of multiple board typesPrzemyslaw Marczak1-5/+10
2014-09-05samsung:board: misc_init_r: call set_dfu_alt_info()Przemyslaw Marczak1-0/+3
2014-09-05samsung: misc: add function for setting $dfu_alt_infoPrzemyslaw Marczak1-0/+41
2014-09-05board:samsung: check the boot device and init the right mmc driver.Przemyslaw Marczak1-10/+27
2014-09-05samsung: misc: fix soc revision setting in the set_board_info()Przemyslaw Marczak1-2/+2
2014-08-30arm: Add missing .vectors section to linker scriptsBenoît Thébaudeau1-0/+1
2014-08-20samsung: dfu: Provide correct Vendor and Product IDs for UMS gadgetLukasz Majewski2-1/+4
2014-06-02Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD1-7/+6
2014-05-22Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-70/+60