summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/firmware/pcbios/memmap.c
Commit message (Expand)AuthorAgeFilesLines
* [bios] Add bin-x86_64-pcbios build platformMichael Brown2016-02-161-343/+0Star
* [bios] Allow memmap.c to be compiled for x86_64Michael Brown2016-02-161-1/+1
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [pcbios] Inhibit all calls to INT 15,e820 and INT 15,e801 during POSTMichael Brown2013-03-111-0/+16
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [pcbios] Merge adjacent memory regions of same typeEduardo Habkost2011-02-171-2/+10
* [ioapi] Move get_memmap() to the I/O API groupPiotr JaroszyƄski2010-08-161-2/+4
* [pcbios] Always show INT 15,88 result under DEBUG=memmapMichael Brown2010-04-251-5/+5
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-1/+1
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [pcbios] Add additional sanity check for bogus e820 mapMarty Connor2008-12-181-0/+7
* [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown2008-11-191-1/+1
* [build] Keep gcc 4.4 happyMichael Brown2008-11-181-6/+8
* [pcbios] Guard against register corruption in INT 15,e820 implementationsMichael Brown2008-10-231-1/+5
* [pcbios] Print INT 15,E820 extended attributes, if presentMichael Brown2008-09-291-3/+43
* [pcbios] Sanity-check the INT15,e820 and INT15,e801 memory mapsMichael Brown2008-09-241-0/+33
* [memmap] Allow for 4GB+ systems in debug messageMichael Brown2008-09-231-3/+3
* [pcbios] Add extra debugging messages relating to the system memory mapMichael Brown2008-09-071-4/+7
* [i386] Change semantics of __from_data16 and __from_text16Michael Brown2008-07-011-1/+1
* Added more verbose memory-map debugging.Michael Brown2007-09-211-11/+34
* Move uninitialised .data16 variables to .bss16; saves around 2000Michael Brown2007-07-161-1/+1
* Make the getmemsize() prototype available in memsizes.h, for code thatMichael Brown2007-01-141-14/+5Star
* Move memmap.h out of arch/i386; it no longer contains anythingMichael Brown2007-01-111-1/+1
* We don't actually have a stdio.h header file. Our printf() functions areMichael Brown2006-09-271-1/+0Star
* added stdio.h to includes for DBG compilationMarty Connor2006-09-271-0/+1
* Add a "count" field to struct memory_map.Michael Brown2006-05-251-6/+8
* Define a struct memory_map with a fixed number of entries, rather thanMichael Brown2006-05-241-12/+12
* Update to REAL_CODE()Michael Brown2006-05-241-38/+29Star
* Set carry flag before calling INT 15,e801 and INT 15,e820.Michael Brown2006-05-241-4/+4
* Replaced memsizes.c with smaller memmap.c, taking advantage of __data16,Michael Brown2006-05-241-0/+214