Age | Commit message (Expand) | Author |
2019-12-20 | src: Replace min/max() with MIN/MAX() | Elyes HAOUAS |
2019-12-19 | src/soc/rockchip: Remove unused <stdlib.h> | Elyes HAOUAS |
2019-12-04 | Change all clrsetbits_leXX() to clrsetbitsXX() | Julius Werner |
2019-11-19 | lib/fmap: Disable pre-RAM cache for FSP 1.0 | Julius Werner |
2019-11-14 | rockchip/rk3288: Split free SRAM more evenly between stages | Julius Werner |
2019-11-14 | lib/fmap: Add optional pre-RAM cache | Julius Werner |
2019-11-11 | rockchip/rk3288: Bump verstage size a little more | Julius Werner |
2019-11-03 | arch/arm64: Pass cbmem_top to ramstage via calling argument | Arthur Heymans |
2019-11-03 | arch/arm: Pass cbmem_top to ramstage via calling argument | Arthur Heymans |
2019-11-01 | lib/cbmem_top: Add a common cbmem_top implementation | Arthur Heymans |
2019-10-27 | src/soc: change "unsigned" to "unsigned int" | Martin Roth |
2019-09-14 | arm64: Uprev Arm TF and adjust to BL31 parameter changes | Julius Werner |
2019-08-30 | arm64: Rename arm_tf.c/h to bl31.c/h | Julius Werner |
2019-08-22 | rockchip: Use new buffer_to/from_fifo32(_prefix) helpers | Julius Werner |
2019-08-21 | vboot: update vboot2 functions to use new vb2_error_t | Joel Kitching |
2019-08-10 | src: Include <stdint.h> instead of <inttypes.h> | Jacob Garber |
2019-07-25 | soc/{qualcomm,rockchip}: Use 'include <stdlib.h>' when appropriate | Elyes HAOUAS |
2019-07-25 | soc/rockchip/rk3399: Use 64 bits in multiplication | Jacob Garber |
2019-07-19 | src: Make implicit fall throughs explicit | Jacob Garber |
2019-07-17 | soc/rockchip/rk3288: Add fall through comment | Jacob Garber |
2019-07-13 | soc/rockchip/rk3288/include/soc: Add missing include <types.h> | Elyes HAOUAS |
2019-07-09 | arch/non-x86: Flip HAVE_MONOTONIC_TIMER default | Kyösti Mälkki |
2019-07-03 | vboot: Use CONFIG_VBOOT_MIGRATE_WORKING_DATA on all platforms | Julius Werner |
2019-05-30 | soc/rockchip/rk3288: Disable bootblock console | Patrick Georgi |
2019-05-29 | src/soc: Add missing 'include <types.h>' | Elyes HAOUAS |
2019-05-06 | Fix code that would trip -Wtype-limits | Julius Werner |
2019-04-30 | rockchip: rk3399: increase memory for fit payload. | Marty E. Plummer |
2019-04-30 | vboot: refactor OPROM code | Joel Kitching |
2019-04-29 | rockchip/rk3399: Select VBOOT_MIGRATE_WORKING_DATA | Julius Werner |
2019-04-23 | src: include <assert.h> when appropriate | Elyes HAOUAS |
2019-04-23 | src: Add missing include 'console.h' | Elyes HAOUAS |
2019-04-06 | src: Use include <delay.h> when appropriate | Elyes HAOUAS |
2019-03-20 | src: Use 'include <string.h>' when appropriate | Elyes HAOUAS |
2019-03-19 | rockchip/rk3399: Remove obsolete BL31 resource reservation | Julius Werner |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-07 | src: Drop unused include <timestamp.h> | Elyes HAOUAS |
2019-03-04 | device/mmio.h: Add include file for MMIO ops | Kyösti Mälkki |
2019-03-04 | arch/io.h: Drop unnecessary include | Kyösti Mälkki |
2019-02-22 | symbols.h: Add macro to define memlayout region symbols | Julius Werner |
2019-02-22 | rockchip/rk3399: Fix BL31 bootmem regions | Julius Werner |
2019-02-05 | bootmem: add new memory type for BL31 | Ting Shen |
2019-01-28 | src: Don't use a #defines like Kconfig symbols | Elyes HAOUAS |
2019-01-14 | console: Change BOOTBLOCK_CONSOLE default to `y` | Nico Huber |
2018-11-30 | security/vboot: Fix remaining measured boot issues | Philipp Deppenwiese |
2018-11-29 | src: Remove duplicated round up function | Elyes HAOUAS |
2018-11-21 | (console,drivers/uart)/Kconfig: Fix dependencies | Nico Huber |
2018-11-16 | src: Remove unneeded include <cbmem.h> | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <cbfs.h> | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <console/console.h> | Elyes HAOUAS |
2018-11-12 | src: Remove unneeded include "{arch,cpu}/cpu.h" | Elyes HAOUAS |