summaryrefslogtreecommitdiff
path: root/board/samsung/common/board.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-27samsung: exynos: Convert SROMC interface to a driverSimon Glass1-78/+0
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-10-22samsung: common: remove the duplicated stdio print messageJaehoon Chung1-1/+0
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-01-28arm: exynos: Read default MMC device from XOM[7:5] pinsMarek Szyprowski1-0/+28
2020-01-18common: Move hang() to the same header as panic()Simon Glass1-0/+1
2019-12-03common: Move some board functions out of common.hSimon Glass1-0/+1
2019-03-11arm: exynos: odroid-xu3: Display info late to have proper typeKrzysztof Kozlowski1-1/+1
2019-03-11arm: exynos: Detect revision later, when all resources are readyKrzysztof Kozlowski1-1/+22
2019-02-09samsung: mmc: Drop old MMC init codeSimon Glass1-38/+0
2019-02-09exynos: Drop duplicate 'model' lineSimon Glass1-8/+6
2018-11-21sandbox: cros_ec: exynos: Drop use of cros_ec_get_error()Simon Glass1-4/+6
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-06-01dm: gpio: Add live tree supportSimon Glass1-2/+2
2017-05-15mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMCMasahiro Yamada1-1/+1
2017-04-05board_f: Drop setup_dram_config() wrapperSimon Glass1-1/+3
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-05-25exynos: video: Convert several boards to driver model for videoSimon Glass1-15/+0
2016-05-25board: samsung: add initial Espresso7420 board supportThomas Abraham1-2/+8
2015-11-02samsung: board/misc: check returned pointer for get_board_type() callsPrzemyslaw Marczak1-2/+2
2015-08-06exynos: Remove unneeded device tree control #ifdefsSimon Glass1-9/+8
2015-06-08smdk5420: board: add functions required to enable USB DWC3Joonyoung Shim1-1/+5
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 Marczak1-3/+0
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: Tidy up GPIO headersSimon Glass1-1/+1
2014-09-05exynos_fb: Remove usage of static definesAjay Kumar1-0/+16
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-05board:samsung: check the boot device and init the right mmc driver.Przemyslaw Marczak1-10/+27
2014-05-16ARM: exynos: board: change the mmc/sd init sequenceJaehoon Chung1-7/+6
2014-03-25Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD1-26/+3
2014-03-18cros_ec: Move EC interface into common libraryVadim Bendebury1-26/+3
2014-03-12arm:exynos: enable sdhci and misc_init to common boardPiotr Wilczek1-0/+30
2014-03-12board:samsung:common: move max77686 init functionPiotr Wilczek1-120/+0
2014-03-12arm:exynos: add common DTS file for exynos 4Piotr Wilczek1-2/+16
2014-03-12board:samsung: move checkboard to common filePiotr Wilczek1-0/+12
2013-12-30Exynos5420: Add base patch for SMDK5420Rajeshwari Birje1-0/+2
2013-12-30EXYNOS5: Create a common board fileRajeshwari Birje1-0/+409