summaryrefslogtreecommitdiffstats
path: root/src/soc/samsung/exynos5420
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-064-48/+4
* treewide: move copyrights and authors to AUTHORSPatrick Georgi2020-05-064-9/+1
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-061-2/+1
* Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber2020-04-101-2/+2
* soc/samsung: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-0642-545/+84
* Drop explicit NULL initializations from `device_operations`Elyes HAOUAS2020-04-051-1/+0
* soc: Remove copyright noticesPatrick Georgi2020-03-1845-56/+0
* soc/{samsung,sifive}: Fix typosElyes HAOUAS2020-02-241-1/+1
* src/soc/samsung: Remove unused <stdlib.h>Elyes HAOUAS2019-12-198-8/+0
* Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner2019-12-046-67/+67
* lib/fmap: Add optional pre-RAM cacheJulius Werner2019-11-141-1/+2
* arch/arm: Pass cbmem_top to ramstage via calling argumentArthur Heymans2019-11-031-1/+0
* lib/cbmem_top: Add a common cbmem_top implementationArthur Heymans2019-11-011-1/+1
* src/soc: change "unsigned" to "unsigned int"Martin Roth2019-10-277-59/+59
* arch/non-x86: Use ENV_ROMSTAGE_OR_BEFOREKyösti Mälkki2019-08-261-6/+8
* arch/non-x86: Remove use of __PRE_RAM__Kyösti Mälkki2019-08-201-2/+0
* soc/samsung/exynos5420: Refactor fimd vidtcon accessJacob Garber2019-08-023-12/+9
* arch/non-x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki2019-07-091-2/+0
* Fix code that would trip -Wtype-limitsJulius Werner2019-05-061-1/+1
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-232-2/+0
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-063-3/+0
* src: Use #include <timer.h> when appropriateElyes HAOUAS2019-04-063-3/+0
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-203-3/+0
* src: Drop unused 'include <cbfs.h>'Elyes HAOUAS2019-03-191-2/+0
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-0418-15/+17
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* symbols.h: Add macro to define memlayout region symbolsJulius Werner2019-02-222-3/+3
* src: Don't use a #defines like Kconfig symbolsElyes HAOUAS2019-01-281-2/+2
* soc/samsung/exynos5420: Disable BOOTBLOCK_CONSOLENico Huber2019-01-161-0/+1
* src: Remove duplicated round up functionElyes HAOUAS2018-11-292-3/+3
* (console,drivers/uart)/Kconfig: Fix dependenciesNico Huber2018-11-211-7/+5
* src: Remove unneeded include <cbmem.h>Elyes HAOUAS2018-11-161-1/+0
* src: Remove unneeded include <lib.h>Elyes HAOUAS2018-11-161-1/+0
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-166-6/+0
* src: Remove unneeded whitespaceElyes HAOUAS2018-10-231-1/+1
* Move compiler.h to commonlibNico Huber2018-10-083-4/+0
* src: Use tabs for indentationElyes HAOUAS2018-10-082-12/+12
* src: Fix typoElyes HAOUAS2018-08-102-2/+2
* src/soc: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-094-16/+16
* soc/samsung: Get rid of device_tElyes HAOUAS2018-06-041-4/+4
* driver/uart: Introduce a way for mainboard to override the baudrateJulien Viard de Galbert2018-02-211-2/+2
* mb/*/*: Remove rtc nvram configurable baud rateArthur Heymans2017-09-231-2/+2
* include/device: Split i2c.h into threeNico Huber2017-08-181-1/+1
* i2c: Move to Linux like `struct i2c_msg`Nico Huber2017-08-141-8/+9
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-133-6/+10
* spi: Remove unused/unnecessary spi_init function definitionsFurquan Shaikh2017-06-071-4/+0
* src: change coreboot to lowercaseMartin Roth2017-06-072-2/+2
* soc/samsung/exynos5420: Move spi driver to use spi_bus_mapFurquan Shaikh2017-05-241-13/+20
* drivers/spi: Re-factor spi_crop_chunkFurquan Shaikh2017-05-051-0/+1
* vboot: Select SoC-specific configuration for all Chrome OS boardsJulius Werner2017-03-281-0/+7