aboutsummaryrefslogtreecommitdiff
path: root/board/samsung/common/board.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-09exynos: Cleanup exynos_initTom Rini1-1/+7
2023-05-15samsung: common: do not reset if cros-ec uclass is missingHenrik Grimler1-1/+1
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-2/+2
2022-11-10Convert CONFIG_SYS_I2C_INIT_BOARD to KconfigTom Rini1-4/+0
2022-10-30video: samsung: Drop old LCD codeSimon Glass1-1/+0
2022-10-30video: Drop CONFIG_LCD_MENUSimon Glass1-4/+0
2022-04-19Convert CONFIG_SYS_MEM_TOP_HIDE to KconfigTom Rini1-2/+2
2021-09-04i2c: Convert CONFIG_POWER_I2C et al to KconfigSimon Glass1-1/+1
2021-09-04power: Rename CONFIG_POWER to CONFIG_POWER_LEGACYSimon Glass1-1/+1
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-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-0/+1
2020-05-18common: 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-17common: Move hang() to the same header as panic()Simon Glass1-0/+1
2019-12-02common: 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-20sandbox: 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-05exynos: 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-14dm: 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