Age | Commit message (Expand) | Author |
2024-08-30 | drivers/efi/uefi_capsules.c: coalesce and store UEFI capsules | Sergii Dmytruk |
2023-03-03 | lib: set up specific purpose memory as LB_MEM_SOFT_RESERVED | Jonathan Zhang |
2022-10-13 | payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarity | Elyes Haouas |
2022-04-24 | lib: Remove unused <stdlib.h> and use <types.h> when appropriate | Elyes HAOUAS |
2022-04-14 | coreboot_tables: Replace 'struct lb_uint64' with lb_uint64_t | Jianjun Wang |
2022-02-07 | treewide: Remove "ERROR: "/"WARN: " prefixes from log messages | Julius Werner |
2020-07-30 | lib/bootmem.c: Improve bootmem_allocate_buffer algorithm | Jan Dabros |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-04-04 | src/lib: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-03-17 | src (minus soc and mainboard): Remove copyright notices | Patrick Georgi |
2020-01-08 | src/lib: Fix typos | Elyes HAOUAS |
2019-11-12 | lib/bootmem: Correct error message | Wim Vervoorn |
2019-07-31 | lib/bootmem: Prepare for OpenSBI | 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-30 | selfload: check target memory type in selfload_check | Ting Shen |
2018-10-11 | selfboot: remove bounce buffers | Ronald G. Minnich |
2018-08-08 | lib/bootmem.c: Remove unused setting of variable "begin" | Richard Spiegel |
2018-06-12 | bootmem: Clarify usage with bounce-buffer | Kyösti Mälkki |
2018-05-10 | bootmem: Keep OS memory map separate from the start | Julius Werner |
2018-05-07 | lib/bootmem: ensure ramstage memory isn't given to OS | Aaron Durbin |
2018-05-04 | lib/bootmem: Add method to walk OS POV memory tables | Patrick Rudolph |
2018-05-04 | lib/bootmem: Add method to walk memory tables | Patrick Rudolph |
2018-05-04 | lib/bootmem: Add more bootmem tags | Patrick Rudolph |
2018-04-30 | lib/bootmem: Introduce custom bootmem tags | Patrick Rudolph |
2018-04-16 | lib/bootmem: tightly couple bootmem_init to bootmem_write_memory_table | Aaron Durbin |
2016-04-21 | lib/bootmem: allow architecture specific bootmem ranges | Aaron Durbin |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2014-03-03 | coreboot: introduce notion of bootmem for memory map at boot | Aaron Durbin |