summaryrefslogtreecommitdiffstats
path: root/src/soc/samsung/exynos5250
Commit message (Expand)AuthorAgeFilesLines
* arch/non-x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki2019-07-091-2/+0
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-232-2/+0
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-062-2/+0
* vboot: standardize on working data sizeJoel Kitching2019-03-211-1/+1
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-203-3/+0
* src: Drop unused 'include <cbfs.h>'Elyes HAOUAS2019-03-191-2/+0
* security/tpm: Fix TCPA log featurePhilipp Deppenwiese2019-03-071-1/+2
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-0417-14/+16
* 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
* console: Change BOOTBLOCK_CONSOLE default to `y`Nico Huber2019-01-141-1/+0
* src: Remove duplicated round up functionElyes HAOUAS2018-11-291-1/+1
* (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 <console/console.h>Elyes HAOUAS2018-11-164-4/+0
* src: Remove unneeded whitespaceElyes HAOUAS2018-10-231-1/+1
* soc/samsung/exynos5250: Convert to `board_reset()`Nico Huber2018-10-222-2/+1
* Move compiler.h to commonlibNico Huber2018-10-082-2/+0
* src/soc: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-092-7/+7
* 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-4/+5
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-132-2/+4
* Consolidate reset API, add generic reset_prepare mechanismJulius Werner2017-06-131-1/+1
* src: change coreboot to lowercaseMartin Roth2017-06-071-1/+1
* vboot: Select SoC-specific configuration for all Chrome OS boardsJulius Werner2017-03-281-0/+7
* Documentation: Fix doxygen errorsMartin Roth2016-07-121-0/+1
* region: Add writeat and eraseat supportAntonello Dettori2016-06-241-2/+4
* soc/samsung: Don't compile in unused uart divider tablesStefan Reinauer2016-05-111-1/+2
* soc/*: fix uart's regwidth specification in cbtablesPatrick Georgi2016-02-211-1/+1
* header files: Fix guard name comments to match guard namesMartin Roth2016-01-181-1/+1
* soc/samsung/exynos5250: Implement hard_reset()Stefan Reinauer2015-12-162-0/+7
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-3145-180/+0
* linking: link bootblock.elf with .data and .bss sections againAaron Durbin2015-09-221-3/+0
* verstage: use common program.ld for linkingAaron Durbin2015-09-091-1/+0
* samsung/exynos5250: Add vboot2 memory regionPatrick Georgi2015-08-091-1/+3
* samsung/exynos5250: Enable bootblock consolePatrick Georgi2015-08-081-0/+1
* cbfs: new API and better program loadingAaron Durbin2015-06-021-64/+0
* coreboot: introduce boot_deviceAaron Durbin2015-05-263-96/+116
* Remove address from GPLv2 headersPatrick Georgi2015-05-2145-45/+45
* Remove Kconfig variable that has no effectPatrick Georgi2015-05-191-1/+0
* 3rdparty: move to 3rdparty/blobsPatrick Georgi2015-05-051-1/+1
* 3rdparty: Move to blobsPatrick Georgi2015-05-051-1/+1
* kbuild: automatically include SOCsStefan Reinauer2015-04-291-0/+4
* arm(64): Manually clean up the mess left by write32() transitionJulius Werner2015-04-213-14/+46
* arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner2015-04-2116-472/+441
* uart: pass register width in the coreboot tableVadim Bendebury2015-04-171-0/+1
* exynos: return correct value when init_default_cbfs_media failsDaisuke Nojiri2015-04-171-1/+1