summaryrefslogtreecommitdiffstats
path: root/src/soc/samsung/exynos5420
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* samsung/exynos5420: Fix test for src < 0Patrick Georgi2016-12-161-1/+2
* spi: Define and use spi_ctrlr structureFurquan Shaikh2016-12-051-19/+26
* spi: Pass pointer to spi_slave structure in spi_setup_slaveFurquan Shaikh2016-12-051-4/+9
* spi: Fix parameter types for spi functionsFurquan Shaikh2016-12-051-10/+10
* soc/samsung/exynos5420/uart.c: Init new serial struct variablesMartin Roth2016-11-241-0/+2
* spi: Clean up SPI flash driver interfaceFurquan Shaikh2016-11-221-4/+3
* src/soc: Capitalize CPU, ACPI, RAM and ROMElyes HAOUAS2016-07-311-2/+2
* 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
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-3146-184/+0
* linking: link bootblock.elf with .data and .bss sections againAaron Durbin2015-09-221-3/+0
* Drop "See file CREDITS..." commentStefan Reinauer2015-09-071-3/+0
* Remove empty lines at end of fileElyes HAOUAS2015-06-081-1/+0
* cbfs: new API and better program loadingAaron Durbin2015-06-021-64/+0
* coreboot: introduce boot_deviceAaron Durbin2015-05-263-98/+107
* Remove address from GPLv2 headersPatrick Georgi2015-05-2146-49/+46
* 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-212-17/+54
* arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner2015-04-2116-424/+384
* arm(64): Replace write32() and friends with writel()Julius Werner2015-04-213-9/+9
* 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
* timer: Reestablish init_timer(), consolidate timer initialization callsJulius Werner2015-04-143-10/+3