Age | Commit message (Expand) | Author |
2020-12-02 | cbfs: Enable CBFS mcache on most chipsets | Julius Werner |
2020-10-19 | src/soc/samsung: Move common headers to "common/include/soc" | Elyes HAOUAS |
2020-09-21 | soc/samsung: Drop unneeded empty lines | Elyes HAOUAS |
2020-09-12 | include/console/uart: make index parameter unsigned | Felix Held |
2020-07-29 | src/soc/samsung/exynos{5250,s5420}: Add missing <{stddef,stdint}.h> | Elyes HAOUAS |
2020-07-09 | soc/samsung/exynos5250: Drop dead code | Angel Pons |
2020-06-13 | treewide: Add Kconfig variable MEMLAYOUT_LD_FILE | Furquan Shaikh |
2020-05-14 | soc/samsung/exynos5250: add resources during read_resources() | Furquan Shaikh |
2020-05-13 | src: Remove unused '#include <stddef.h>' | Elyes HAOUAS |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-04-10 | Replace DEVICE_NOOP with noop_(set|read)_resources | Nico Huber |
2020-04-06 | soc/samsung: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-04-05 | Drop explicit NULL initializations from `device_operations` | Elyes HAOUAS |
2020-03-31 | security/vboot: Decouple measured boot from verified boot | Bill XIE |
2020-03-18 | soc: Remove copyright notices | Patrick Georgi |
2019-12-19 | src/soc/samsung: Remove unused <stdlib.h> | Elyes HAOUAS |
2019-12-04 | Change all clrsetbits_leXX() to clrsetbitsXX() | Julius Werner |
2019-11-14 | lib/fmap: Add optional pre-RAM cache | Julius Werner |
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-19 | cpu,mb,soc: Init missing lb_serial struct fields | Jacob Garber |
2019-08-26 | arch/non-x86: Use ENV_ROMSTAGE_OR_BEFORE | Kyösti Mälkki |
2019-08-20 | arch/non-x86: Remove use of __PRE_RAM__ | Kyösti Mälkki |
2019-07-09 | arch/non-x86: Flip HAVE_MONOTONIC_TIMER default | Kyösti Mälkki |
2019-04-23 | src: include <assert.h> when appropriate | Elyes HAOUAS |
2019-04-06 | src: Use include <delay.h> when appropriate | Elyes HAOUAS |
2019-03-21 | vboot: standardize on working data size | Joel Kitching |
2019-03-20 | src: Use 'include <string.h>' when appropriate | Elyes HAOUAS |
2019-03-19 | src: Drop unused 'include <cbfs.h>' | Elyes HAOUAS |
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-02-22 | symbols.h: Add macro to define memlayout region symbols | Julius Werner |
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-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 <console/console.h> | Elyes HAOUAS |
2018-10-23 | src: Remove unneeded whitespace | Elyes HAOUAS |
2018-10-22 | soc/samsung/exynos5250: Convert to `board_reset()` | Nico Huber |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-07-09 | src/soc: Use "foo *bar" instead of "foo* bar" | Elyes HAOUAS |
2018-06-04 | soc/samsung: Get rid of device_t | Elyes HAOUAS |
2018-02-21 | driver/uart: Introduce a way for mainboard to override the baudrate | Julien Viard de Galbert |
2017-09-23 | mb/*/*: Remove rtc nvram configurable baud rate | Arthur Heymans |
2017-08-18 | include/device: Split i2c.h into three | Nico Huber |
2017-08-14 | i2c: Move to Linux like `struct i2c_msg` | Nico Huber |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-06-13 | Consolidate reset API, add generic reset_prepare mechanism | Julius Werner |
2017-06-07 | src: change coreboot to lowercase | Martin Roth |
2017-03-28 | vboot: Select SoC-specific configuration for all Chrome OS boards | Julius Werner |
2016-07-12 | Documentation: Fix doxygen errors | Martin Roth |
2016-06-24 | region: Add writeat and eraseat support | Antonello Dettori |
2016-05-11 | soc/samsung: Don't compile in unused uart divider tables | Stefan Reinauer |
2016-02-21 | soc/*: fix uart's regwidth specification in cbtables | Patrick Georgi |
2016-01-18 | header files: Fix guard name comments to match guard names | Martin Roth |
2015-12-16 | soc/samsung/exynos5250: Implement hard_reset() | Stefan Reinauer |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-09-22 | linking: link bootblock.elf with .data and .bss sections again | Aaron Durbin |
2015-09-09 | verstage: use common program.ld for linking | Aaron Durbin |
2015-08-09 | samsung/exynos5250: Add vboot2 memory region | Patrick Georgi |
2015-08-08 | samsung/exynos5250: Enable bootblock console | Patrick Georgi |
2015-06-02 | cbfs: new API and better program loading | Aaron Durbin |
2015-05-26 | coreboot: introduce boot_device | Aaron Durbin |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-05-19 | Remove Kconfig variable that has no effect | Patrick Georgi |
2015-05-05 | 3rdparty: move to 3rdparty/blobs | Patrick Georgi |
2015-05-05 | 3rdparty: Move to blobs | Patrick Georgi |
2015-04-29 | kbuild: automatically include SOCs | Stefan Reinauer |
2015-04-21 | arm(64): Manually clean up the mess left by write32() transition | Julius Werner |
2015-04-21 | arm(64): Globally replace writel(v, a) with write32(a, v) | Julius Werner |
2015-04-17 | uart: pass register width in the coreboot table | Vadim Bendebury |
2015-04-17 | exynos: return correct value when init_default_cbfs_media fails | Daisuke Nojiri |
2015-04-14 | timer: Reestablish init_timer(), consolidate timer initialization calls | Julius Werner |
2015-04-14 | CBFS: Automate ROM image layout and remove hardcoded offsets | Julius Werner |
2015-04-13 | rk3288/exynos5250/exynos5420: Consolidate timer files | Julius Werner |
2015-04-10 | gpio: Extend common GPIO header, simplify function names | Julius Werner |
2015-04-08 | timer: Add generic udelay() implementation | Aaron Durbin |
2015-04-07 | exynos5250: Change all SoC headers to <soc/headername.h> system | Julius Werner |
2015-04-06 | New mechanism to define SRAM/memory map with automatic bounds checking | Julius Werner |
2015-04-06 | Add predefined __ROMSTAGE__ and __RAMSTAGE__ macros | Julius Werner |
2015-04-04 | build system: rename __BOOT_BLOCK__ and __VER_STAGE__ | Patrick Georgi |
2015-03-21 | exynos: convert to stopwatch API | Aaron Durbin |
2015-01-27 | CBMEM: Always use DYNAMIC_CBMEM | Kyösti Mälkki |
2015-01-27 | vboot2: add verstage | Stefan Reinauer |
2015-01-06 | doxygen fixes: change @var to @param var | Martin Roth |
2015-01-06 | doxygen fixes: fix parameter names to match the functions | Martin Roth |
2014-12-30 | i2c: Add software_i2c driver for I2C debugging and emulation | Julius Werner |
2014-12-30 | ipq/arm: Redesign hooks for bootblock | Vadim Bendebury |
2014-12-27 | samsung/exynos*/Makefile.inc: Simplify unnecessary ifeq | Edward O'Callaghan |
2014-12-26 | soc/samsung/exynos5250/clk.h: Trivial, fix spelling in comments | Edward O'Callaghan |
2014-12-26 | soc/samsung/exynos5250/clock.c: Trivial whitespace fixes | Edward O'Callaghan |
2014-12-26 | soc/samsung/exynos: Sync 'power.c' between chip variants | Edward O'Callaghan |
2014-12-25 | soc/samsung/exynos: Make 'ps_hold_setup()' static | Edward O'Callaghan |
2014-12-16 | i2c: Replace the i2c API. | Gabe Black |
2014-12-02 | Replace hlt with halt() | Patrick Georgi |
2014-11-01 | {cpu,soc}: Use DEVICE_NOOP macro over dummy symbol | Edward O'Callaghan |
2014-10-16 | uarts: 32/64 cleanup | Ronald G. Minnich |
2014-09-22 | Add check_member macro to allow clean and easy struct offset checking | Julius Werner |