Age | Commit message (Expand) | Author |
2019-10-04 | devicetree: Fix improper use of chip_operations | Kyösti Mälkki |
2019-10-04 | soc/cavium/common/Makefile: Convert STACK_SIZE value to decimal | Elyes HAOUAS |
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-10 | src: Include <stdint.h> instead of <inttypes.h> | Jacob Garber |
2019-07-09 | arch/non-x86: Flip HAVE_MONOTONIC_TIMER default | Kyösti Mälkki |
2019-07-04 | device/pci_ops: Define pci_find_capability() just once | Kyösti Mälkki |
2019-06-04 | device_tree: Make FDT property data non-const | Julius Werner |
2019-06-04 | device_tree: Have absolute paths start with '/' | Julius Werner |
2019-06-04 | device_tree: Drop sub-node path lookup from dt_find_node_by_path() | Julius Werner |
2019-06-04 | device_tree: Add phandle caching and lookups | Julius Werner |
2019-04-25 | soc/cavium/common/bootblock: Remove unused variables | Elyes HAOUAS |
2019-04-23 | src: include <assert.h> when appropriate | Elyes HAOUAS |
2019-04-06 | src: Use include <delay.h> when appropriate | Elyes HAOUAS |
2019-04-06 | src: Use #include <timer.h> when appropriate | Elyes HAOUAS |
2019-03-29 | src: Use include <reset.h> when appropriate | Elyes HAOUAS |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-07 | security/tpm: Fix TCPA log feature | Philipp Deppenwiese |
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-27 | soc/cavium/cn81xx: Drop VBOOT_RETURN_FROM_VERSTAGE | Patrick Rudolph |
2019-02-26 | soc/cavium/cn81xx: Enable RNG for DRAM init | Patrick Rudolph |
2019-02-25 | soc/cavium/common: Make ecam0_get_bar_val common | Patrick Rudolph |
2019-02-22 | drivers/cavium: Add UART PCI driver | Patrick Rudolph |
2019-02-22 | symbols.h: Add macro to define memlayout region symbols | Julius Werner |
2019-02-05 | bootmem: add new memory type for BL31 | Ting Shen |
2019-01-24 | cbmem_top: Fix comment and remove upper limit | Patrick Rudolph |
2019-01-24 | soc/cavium/cn81xx: Replace uses of dev_find_slot() | Kyösti Mälkki |
2019-01-14 | console: Change BOOTBLOCK_CONSOLE default to `y` | Nico Huber |
2019-01-09 | soc/cavium: Remove white spaces before tabs | Elyes HAOUAS |
2018-11-21 | (console,drivers/uart)/Kconfig: Fix dependencies | Nico Huber |
2018-11-16 | src: Get rid of duplicated includes | Elyes HAOUAS |
2018-11-12 | src: Remove unneeded include "{arch,cpu}/cpu.h" | Elyes HAOUAS |
2018-11-01 | src: Add missing include <stdint.h> | Elyes HAOUAS |
2018-10-17 | soc/cavium/cn81xx: Drop dead do_soft_reset() implementation | Nico Huber |
2018-10-10 | soc/cavium: dynamic UART initialization for cavium cn8100 | Jens Drenhaus |
2018-09-30 | soc/cavium/cn81xx/spi: Add function to return SPI clock | Patrick Rudolph |
2018-09-18 | soc/cavium/cn81xx: Don't use device_t in ramstage | Elyes HAOUAS |
2018-08-24 | soc/cn81xx: Add vboot support | Philipp Deppenwiese |
2018-08-24 | soc/cavium/cn81xx: Don't directly manipulate devicetree data | Patrick Rudolph |
2018-08-24 | device_tree/fit: Constify data structures | Patrick Rudolph |
2018-08-10 | soc/cavium/cn81xx: Fix minor things | Patrick Rudolph |
2018-08-10 | [HACK]cavium/cn81xx/soc: Don't advertise CAR area as usable | Patrick Rudolph |
2018-08-10 | arm64: Remove set_cntfrq() function | Julius Werner |
2018-07-30 | soc/cavium/cn81xx: Use ATF from blobs repo | Patrick Rudolph |
2018-07-30 | soc/cavium/bootblock: Get rid of register X1 | Patrick Rudolph |
2018-07-23 | soc/cavium: Enable DRAM test | Patrick Rudolph |
2018-07-23 | soc/cavium: Apply additional devicetree fixups | Patrick Rudolph |
2018-07-19 | soc/cavium: Add PCI support | Patrick Rudolph |
2018-07-17 | bdk: Use Kconfig options instead of getenv() | Patrick Rudolph |