aboutsummaryrefslogtreecommitdiff
path: root/board/samsung/common/board.c
AgeCommit message (Expand)Author
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini
2022-11-10Convert CONFIG_SYS_I2C_INIT_BOARD to KconfigTom Rini
2022-10-30video: samsung: Drop old LCD codeSimon Glass
2022-10-30video: Drop CONFIG_LCD_MENUSimon Glass
2022-04-19Convert CONFIG_SYS_MEM_TOP_HIDE to KconfigTom Rini
2021-09-04i2c: Convert CONFIG_POWER_I2C et al to KconfigSimon Glass
2021-09-04power: Rename CONFIG_POWER to CONFIG_POWER_LEGACYSimon Glass
2021-07-27samsung: exynos: Convert SROMC interface to a driverSimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-10-22samsung: common: remove the duplicated stdio print messageJaehoon Chung
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-01-28arm: exynos: Read default MMC device from XOM[7:5] pinsMarek Szyprowski
2020-01-17common: Move hang() to the same header as panic()Simon Glass
2019-12-02common: Move some board functions out of common.hSimon Glass
2019-03-11arm: exynos: odroid-xu3: Display info late to have proper typeKrzysztof Kozlowski
2019-03-11arm: exynos: Detect revision later, when all resources are readyKrzysztof Kozlowski
2019-02-09samsung: mmc: Drop old MMC init codeSimon Glass
2019-02-09exynos: Drop duplicate 'model' lineSimon Glass
2018-11-20sandbox: cros_ec: exynos: Drop use of cros_ec_get_error()Simon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-06-01dm: gpio: Add live tree supportSimon Glass
2017-05-15mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMCMasahiro Yamada
2017-04-05board_f: Drop setup_dram_config() wrapperSimon Glass
2017-01-11mmc: move CONFIG_DWMMC to Kconfig, renaming to CONFIG_MMC_DWMasahiro Yamada
2016-12-29mmc: move CONFIG_SDHCI to Kconfig, renaming to CONFIG_MMC_SDHCIMasahiro Yamada
2016-05-25exynos: video: Convert several boards to driver model for videoSimon Glass
2016-05-25board: samsung: add initial Espresso7420 board supportThomas Abraham
2015-11-02samsung: board/misc: check returned pointer for get_board_type() callsPrzemyslaw Marczak
2015-08-05exynos: Remove unneeded device tree control #ifdefsSimon Glass
2015-06-08smdk5420: board: add functions required to enable USB DWC3Joonyoung Shim
2015-05-14dm: board:samsung: power_init_board: add requirement of CONFIG_DM_PMICPrzemyslaw Marczak
2015-04-18exynos: cros_ec: Drop unnecessary initSimon Glass
2015-04-14usb: board: samsung: Add default board_usb_cleanup() definition for Exynos SoCsLukasz Majewski
2015-03-04board: samsung: reserve memory for the secure firmwarePrzemyslaw Marczak
2015-03-04samsung: board: fix: Define loop iterator as an unsigned int to suppress gcc ...Ɓukasz Majewski
2015-02-25dfu: samsung: move call to set_dfu_alt_info() to dfu common codePrzemyslaw Marczak
2015-02-13samsung: board: support eMMC reset using DTJoonyoung Shim
2014-10-25samsung: board: use __weakJeroen Hofstee
2014-10-22dm: exynos: Convert SPI to driver modelSimon Glass
2014-10-22dm: exynos: Tidy up GPIO headersSimon Glass
2014-09-05exynos_fb: Remove usage of static definesAjay Kumar
2014-09-05samsung: board: enable support of multiple board typesPrzemyslaw Marczak
2014-09-05samsung:board: misc_init_r: call set_dfu_alt_info()Przemyslaw Marczak
2014-09-05board:samsung: check the boot device and init the right mmc driver.Przemyslaw Marczak
2014-05-16ARM: exynos: board: change the mmc/sd init sequenceJaehoon Chung
2014-03-25Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD