summaryrefslogtreecommitdiffstats
path: root/src/include/memrange.h
Commit message (Expand)AuthorAgeFilesLines
* include/memrange.h: Remove repeated wordElyes HAOUAS2021-01-181-1/+1
* src/include: Drop unneeded empty linesElyes HAOUAS2020-09-141-1/+0
* src/include: Add missing includesElyes HAOUAS2020-07-261-0/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* memrange: Update comment to indicate limit is inclusive for memranges_next_entryFurquan Shaikh2020-05-081-1/+1
* memrange: constify memranges_is_empty()Aaron Durbin2020-05-071-1/+1
* src/include: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-051-13/+2
* memranges: Change align attribute to be log2 of required alignmentFurquan Shaikh2020-03-301-14/+13
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* memrange: Add a helper function to determine if memranges is emptyFurquan Shaikh2020-03-171-0/+5
* memrange: Add support for stealing required memory from given rangesFurquan Shaikh2020-03-171-0/+15
* memrange: Enable memranges to support different alignmentsFurquan Shaikh2020-03-171-6/+23
* lib/memrange: Introduce method to clone memrangePatrick Rudolph2018-04-111-0/+3
* src: change coreboot to lowercaseMartin Roth2017-06-071-1/+1
* src/include: Indent code using tabsLee Leahy2017-03-091-14/+14
* lib/memrange: add function to initialize range_entryAaron Durbin2016-03-091-0/+12
* lib/memrange: allow stack allocated free listAaron Durbin2016-01-231-2/+7
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* coreboot memrange: Two changes for zero size or empty memrangeFurquan Shaikh2015-03-041-0/+3
* mtrr: only add prefetchable resources as WRCOMB for VGA devicesAaron Durbin2014-02-091-0/+13
* memranges: add memranges_update_tag() functionalityAaron Durbin2014-02-061-0/+4
* memrange: add 2 new range_entry routinesAaron Durbin2013-03-291-0/+9
* lib: add memrange infrastructureAaron Durbin2013-03-291-0/+107