summaryrefslogtreecommitdiffstats
path: root/src/soc/rockchip
Commit message (Expand)AuthorAgeFilesLines
* arm64: Uprev Arm TF and adjust to BL31 parameter changesJulius Werner2019-09-143-65/+0
* arm64: Rename arm_tf.c/h to bl31.c/hJulius Werner2019-08-301-1/+1
* rockchip: Use new buffer_to/from_fifo32(_prefix) helpersJulius Werner2019-08-222-54/+23
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-211-4/+5
* src: Include <stdint.h> instead of <inttypes.h>Jacob Garber2019-08-102-2/+2
* soc/{qualcomm,rockchip}: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-07-252-3/+2
* soc/rockchip/rk3399: Use 64 bits in multiplicationJacob Garber2019-07-251-1/+1
* src: Make implicit fall throughs explicitJacob Garber2019-07-191-4/+2
* soc/rockchip/rk3288: Add fall through commentJacob Garber2019-07-171-0/+1
* soc/rockchip/rk3288/include/soc: Add missing include <types.h>Elyes HAOUAS2019-07-131-0/+2
* arch/non-x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki2019-07-092-4/+0
* vboot: Use CONFIG_VBOOT_MIGRATE_WORKING_DATA on all platformsJulius Werner2019-07-031-1/+0
* soc/rockchip/rk3288: Disable bootblock consolePatrick Georgi2019-05-301-0/+1
* src/soc: Add missing 'include <types.h>'Elyes HAOUAS2019-05-293-1/+3
* Fix code that would trip -Wtype-limitsJulius Werner2019-05-061-3/+3
* rockchip: rk3399: increase memory for fit payload.Marty E. Plummer2019-04-301-2/+2
* vboot: refactor OPROM codeJoel Kitching2019-04-302-2/+2
* rockchip/rk3399: Select VBOOT_MIGRATE_WORKING_DATAJulius Werner2019-04-291-0/+1
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-237-7/+0
* src: Add missing include 'console.h'Elyes HAOUAS2019-04-231-0/+1
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-065-5/+0
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-208-8/+0
* rockchip/rk3399: Remove obsolete BL31 resource reservationJulius Werner2019-03-191-7/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-084-4/+4
* src: Drop unused include <timestamp.h>Elyes HAOUAS2019-03-071-1/+0
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-0424-23/+23
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-044-4/+0
* symbols.h: Add macro to define memlayout region symbolsJulius Werner2019-02-225-11/+10
* rockchip/rk3399: Fix BL31 bootmem regionsJulius Werner2019-02-223-0/+39
* bootmem: add new memory type for BL31Ting Shen2019-02-051-0/+1
* src: Don't use a #defines like Kconfig symbolsElyes HAOUAS2019-01-281-7/+7
* console: Change BOOTBLOCK_CONSOLE default to `y`Nico Huber2019-01-142-2/+0
* security/vboot: Fix remaining measured boot issuesPhilipp Deppenwiese2018-11-301-3/+3
* src: Remove duplicated round up functionElyes HAOUAS2018-11-296-26/+26
* (console,drivers/uart)/Kconfig: Fix dependenciesNico Huber2018-11-212-12/+8
* src: Remove unneeded include <cbmem.h>Elyes HAOUAS2018-11-161-1/+0
* src: Remove unneeded include <cbfs.h>Elyes HAOUAS2018-11-161-1/+0
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-1610-10/+0
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-121-1/+0
* src: Add missing include <stdint.h>Elyes HAOUAS2018-10-301-0/+2
* src: Remove unneeded whitespaceElyes HAOUAS2018-10-231-1/+1
* soc/rockchip/rk3399: Convert to `board_reset()`Nico Huber2018-10-221-5/+5
* drivers/i2c: Add i2c TPM support for different stagesPhilipp Deppenwiese2018-08-102-0/+2
* src: Fix typoElyes HAOUAS2018-08-101-2/+2
* src/soc: Fix typoElyes HAOUAS2018-08-092-2/+2
* rk3288: Dig up two more KB of SRAM from under the couch cushionsJulius Werner2018-08-091-4/+4
* src/soc: Get rid of whitespace before tabElyes HAOUAS2018-06-041-1/+1
* soc/rockchip: Get rid of device_tElyes HAOUAS2018-06-046-11/+9
* src: Remove non-ascii charactersMartin Roth2018-05-222-11/+11
* rk3399: Enable bootblock compressionJulius Werner2018-05-226-8/+8