summaryrefslogtreecommitdiffstats
path: root/board/samsung
Commit message (Expand)AuthorAgeFilesLines
* arm: exynos: Read default MMC device from XOM[7:5] pinsMarek Szyprowski2020-01-281-0/+28
* arm: exynos: Use proper PMIC device namesMarek Szyprowski2020-01-232-4/+4
* arm: exynos: Use proper ADC device nameMarek Szyprowski2020-01-231-3/+3
* common: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
* common: Move RAM-sizing functions to init.hSimon Glass2020-01-173-0/+3
* common: Move some board functions out of common.hSimon Glass2019-12-021-0/+1
* common: Move command functions out of common.hSimon Glass2019-12-021-0/+1
* common: Move some SMP functions out of common.hSimon Glass2019-12-021-0/+1
* env: Move env_get() to env.hSimon Glass2019-08-112-0/+2
* env: Move env_set() to env.hSimon Glass2019-08-113-0/+3
* arndale: fix unknown statusMinkyu Kang2019-03-141-1/+1
* arm: exynos: odroid: Fix build if BOARD_TYPES are not setKrzysztof Kozlowski2019-03-111-6/+21
* arm: exynos: Remove duplicated "boardname" env settingKrzysztof Kozlowski2019-03-112-6/+6
* arm: exynos: arndale: Replace Chander Kashyap inactive maintainerKrzysztof Kozlowski2019-03-111-2/+2
* arm: exynos: Wait till ADC stabilizes before checking Odroid HC1 revisionKrzysztof Kozlowski2019-03-111-1/+37
* arm: exynos: odroid-xu3: Display info late to have proper typeKrzysztof Kozlowski2019-03-111-1/+1
* arm: exynos: Detect revision later, when all resources are readyKrzysztof Kozlowski2019-03-113-4/+43
* samsung: mmc: Drop old MMC init codeSimon Glass2019-02-091-38/+0
* samsung: Drop board_enable_audio_codec()Simon Glass2019-02-091-29/+0
* exynos: Drop duplicate 'model' lineSimon Glass2019-02-091-8/+6
* linker: Modify linker scripts to be more genericTom Rini2019-01-261-1/+1
* sandbox: cros_ec: exynos: Drop use of cros_ec_get_error()Simon Glass2018-11-201-4/+6
* ARM: Samsung: Add Exynos5422-based Odroid HC2 supportDirk Meul2018-10-232-5/+15
* ARM: Odroid XU3: MAINTAINERS: Add a co-maintainer for OdroidXU3Lukasz Majewski2018-08-061-0/+1
* ARM: Odroid XU3: Fix autoboot.cmd to use ${mmcbootdev} instead of hardcoded 0Lukasz Majewski2018-08-061-3/+3
* board: samsung: add missing line breaks for pr_err()Seung-Woo Kim2018-06-073-8/+8
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0741-95/+41
* samsung: board: init the s2mps11 pmic during booting timeJaehoon Chung2018-05-021-0/+4
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-274-8/+0
* build: Drop CONFIG_SPL_BUILD guards in some casesTom Rini2018-01-102-5/+0
* ARM: Samsung: Add Exynos5422-based Odroid HC1 supportMarek Szyprowski2017-12-052-9/+22
* MAINTAINERS: Add missing boards and config entriesTom Rini2017-11-061-0/+1
* Merge git://git.denx.de/u-boot-sunxiTom Rini2017-10-051-2/+2
|\
| * usb: gadget: Make g_dnl USB settings commonMaxime Ripard2017-10-031-2/+2
* | treewide: replace with error() with pr_err()Masahiro Yamada2017-10-044-10/+10
|/
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-162-2/+2
* env: Rename setenv() to env_set()Simon Glass2017-08-163-9/+9
* arm: Add explicit include of <asm/mach-types.h>Simon Glass2017-06-053-0/+3
* samsung: Move pmic header out of config fileSimon Glass2017-06-011-0/+13
* dm: gpio: Add live tree supportSimon Glass2017-06-012-3/+3
* mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMCMasahiro Yamada2017-05-155-6/+6
* Merge branch 'master' of git://git.denx.de/u-boot-samsungTom Rini2017-04-082-304/+49
|\
| * board: samsung: trats2: remove the board_power_init() functionJaehoon Chung2017-04-071-57/+0
| * board: samsung: trats2: remove the unused functionsJaehoon Chung2017-04-071-18/+0
| * board: samsung: trats2: remove the board_i2c_init() functionJaehoon Chung2017-04-071-29/+0
| * board: samsung: trats: remove the i2c_init functionJaehoon Chung2017-04-031-13/+0
| * board: samsung: trats: convert to driver model for controlling phyJaehoon Chung2017-04-031-27/+48
| * board: samsung: trats: remove the unnecessary codesJaehoon Chung2017-04-031-160/+1
* | board_f: Drop setup_dram_config() wrapperSimon Glass2017-04-055-5/+15
* | i2c: Drop CONFIG_SOFT_I2C_MULTI_BUSSimon Glass2017-04-052-60/+0
|/