summaryrefslogtreecommitdiffstats
path: root/src/lib/bootmem.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Remove unused <stdlib.h> and use <types.h> when appropriateElyes HAOUAS2022-04-241-1/+1
* coreboot_tables: Replace 'struct lb_uint64' with lb_uint64_tJianjun Wang2022-04-141-2/+2
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-071-1/+1
* lib/bootmem.c: Improve bootmem_allocate_buffer algorithmJan Dabros2020-07-301-3/+3
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/lib: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-13/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-3/+0
* src/lib: Fix typosElyes HAOUAS2020-01-081-1/+1
* lib/bootmem: Correct error messageWim Vervoorn2019-11-121-1/+1
* lib/bootmem: Prepare for OpenSBIPatrick Rudolph2019-07-311-0/+3
* symbols.h: Add macro to define memlayout region symbolsJulius Werner2019-02-221-2/+4
* bootmem: add new memory type for BL31Ting Shen2019-02-051-0/+3
* selfload: check target memory type in selfload_checkTing Shen2019-01-301-13/+5
* selfboot: remove bounce buffersRonald G. Minnich2018-10-111-9/+0
* lib/bootmem.c: Remove unused setting of variable "begin"Richard Spiegel2018-08-081-1/+0
* bootmem: Clarify usage with bounce-bufferKyösti Mälkki2018-06-121-3/+21
* bootmem: Keep OS memory map separate from the startJulius Werner2018-05-101-26/+10
* lib/bootmem: ensure ramstage memory isn't given to OSAaron Durbin2018-05-071-3/+9
* lib/bootmem: Add method to walk OS POV memory tablesPatrick Rudolph2018-05-041-12/+29
* lib/bootmem: Add method to walk memory tablesPatrick Rudolph2018-05-041-0/+14
* lib/bootmem: Add more bootmem tagsPatrick Rudolph2018-05-041-2/+36
* lib/bootmem: Introduce custom bootmem tagsPatrick Rudolph2018-04-301-21/+45
* lib/bootmem: tightly couple bootmem_init to bootmem_write_memory_tableAaron Durbin2018-04-161-1/+20
* lib/bootmem: allow architecture specific bootmem rangesAaron Durbin2016-04-211-0/+2
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* coreboot: introduce notion of bootmem for memory map at bootAaron Durbin2014-03-031-0/+177