summaryrefslogtreecommitdiffstats
path: root/src/soc/samsung
Commit message (Expand)AuthorAgeFilesLines
* soc/samsung: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-0687-1130/+174
* Drop explicit NULL initializations from `device_operations`Elyes HAOUAS2020-04-052-2/+0
* security/vboot: Decouple measured boot from verified bootBill XIE2020-03-311-1/+1
* soc: Remove copyright noticesPatrick Georgi2020-03-1889-110/+0
* soc/{samsung,sifive}: Fix typosElyes HAOUAS2020-02-241-1/+1
* src/soc/samsung: Remove unused <stdlib.h>Elyes HAOUAS2019-12-1913-13/+0
* Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner2019-12-0413-260/+260
* lib/fmap: Add optional pre-RAM cacheJulius Werner2019-11-142-2/+4
* arch/arm: Pass cbmem_top to ramstage via calling argumentArthur Heymans2019-11-032-2/+0
* lib/cbmem_top: Add a common cbmem_top implementationArthur Heymans2019-11-012-2/+2
* src/soc: change "unsigned" to "unsigned int"Martin Roth2019-10-2714-115/+115
* cpu,mb,soc: Init missing lb_serial struct fieldsJacob Garber2019-09-191-0/+2
* arch/non-x86: Use ENV_ROMSTAGE_OR_BEFOREKyösti Mälkki2019-08-262-12/+16
* arch/non-x86: Remove use of __PRE_RAM__Kyösti Mälkki2019-08-202-4/+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-092-4/+0
* Fix code that would trip -Wtype-limitsJulius Werner2019-05-061-1/+1
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-234-4/+0
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-065-5/+0
* src: Use #include <timer.h> when appropriateElyes HAOUAS2019-04-063-3/+0
* vboot: standardize on working data sizeJoel Kitching2019-03-211-1/+1
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-206-6/+0
* src: Drop unused 'include <cbfs.h>'Elyes HAOUAS2019-03-192-4/+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-0435-29/+33
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* symbols.h: Add macro to define memlayout region symbolsJulius Werner2019-02-224-6/+6
* src: Don't use a #defines like Kconfig symbolsElyes HAOUAS2019-01-282-4/+4
* soc/samsung/exynos5420: Disable BOOTBLOCK_CONSOLENico Huber2019-01-161-0/+1
* console: Change BOOTBLOCK_CONSOLE default to `y`Nico Huber2019-01-141-1/+0
* src: Remove duplicated round up functionElyes HAOUAS2018-11-293-4/+4
* (console,drivers/uart)/Kconfig: Fix dependenciesNico Huber2018-11-212-14/+10
* src: Remove unneeded include <cbmem.h>Elyes HAOUAS2018-11-162-2/+0
* src: Remove unneeded include <lib.h>Elyes HAOUAS2018-11-161-1/+0
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-1610-10/+0
* src: Remove unneeded whitespaceElyes HAOUAS2018-10-232-2/+2
* soc/samsung/exynos5250: Convert to `board_reset()`Nico Huber2018-10-222-2/+1
* Move compiler.h to commonlibNico Huber2018-10-085-6/+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-096-23/+23
* soc/samsung: Get rid of device_tElyes HAOUAS2018-06-042-8/+8
* driver/uart: Introduce a way for mainboard to override the baudrateJulien Viard de Galbert2018-02-212-4/+4
* soc: Add Kconfig for each soc vendorChris Ching2017-10-231-0/+2
* mb/*/*: Remove rtc nvram configurable baud rateArthur Heymans2017-09-232-4/+4
* include/device: Split i2c.h into threeNico Huber2017-08-182-2/+2
* i2c: Move to Linux like `struct i2c_msg`Nico Huber2017-08-142-12/+14
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-135-8/+14
* Consolidate reset API, add generic reset_prepare mechanismJulius Werner2017-06-131-1/+1
* spi: Remove unused/unnecessary spi_init function definitionsFurquan Shaikh2017-06-071-4/+0