openbios/libopenbios
Mark Cave-Ayland c45fb8c0d5 Rename ofmem_arch_early_map_pages() to ofmem_arch_map_pages().
This OFMEM call does actually map the page for the architectures that
require it, so let's change its name so that we now have a symmetrical
ofmem_arch_map_pages() and ofmem_arch_unmap_pages() API.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>

git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@1049 f158a5a8-5612-0410-a976-696ce0be7e32
2012-04-28 13:34:42 +00:00
..
Kconfig Refactoring of the OpenBIOS source code, as discussed on the mailing list. The primary aim of this process is to try and arrange 2010-03-13 10:58:19 +00:00
aout_load.c loaders: fix open_ih return value checks 2010-08-07 12:49:52 +00:00
bindings.c Don't assume that pointer and cell size are identical, part 1 2010-10-25 20:48:45 +00:00
bootinfo_load.c Fix some memory leaks 2011-01-08 19:44:38 +00:00
build.xml Implement a basic C loader function in load.c that tries to load each supported executable file format. Now that the ihandle 2010-06-25 20:42:00 +00:00
clib.fs Refactoring of the OpenBIOS source code, as discussed on the mailing list. The primary aim of this process is to try and arrange 2010-03-13 10:58:19 +00:00
client.c libopenbios: Adapt CIF handling for ppc64 2011-02-13 20:31:14 +00:00
console_common.c Avoid a lot of malloc/free traffic 2010-09-29 20:30:51 +00:00
elf_info.c Fix dead variable assignment, spotted by clang analyzer 2010-04-25 12:53:37 +00:00
elf_load.c Don't assume that pointer and cell size are identical, part 1 2010-10-25 20:48:45 +00:00
fcode_load.c loaders: fix open_ih return value checks 2010-08-07 12:49:52 +00:00
font_8x8.c Move the libopenbios header files into include/libopenbios to synchronise with the code directory structure. 2010-03-14 15:05:53 +00:00
font_8x16.c Move the libopenbios header files into include/libopenbios to synchronise with the code directory structure. 2010-03-14 15:05:53 +00:00
forth_load.c loaders: fix open_ih return value checks 2010-08-07 12:49:52 +00:00
helpers.fs Refactoring of the OpenBIOS source code, as discussed on the mailing list. The primary aim of this process is to try and arrange 2010-03-13 10:58:19 +00:00
init.c The new loader APIs in libopenbios already have routines to detect the type of executable at a given address and react 2010-04-02 13:01:10 +00:00
initprogram.c Don't assume that pointer and cell size are identical, part 1 2010-10-25 20:48:45 +00:00
ipchecksum.c Move the libopenbios header files into include/libopenbios to synchronise with the code directory structure. 2010-03-14 15:05:53 +00:00
linuxbios.h Refactoring of the OpenBIOS source code, as discussed on the mailing list. The primary aim of this process is to try and arrange 2010-03-13 10:58:19 +00:00
linuxbios_info.c Move the basic OpenBIOS configuration header files from include/openbios to include/. 2010-03-14 17:19:58 +00:00
load.c Fix load breakage by r828 2010-08-09 20:41:45 +00:00
ofmem_common.c Rename ofmem_arch_early_map_pages() to ofmem_arch_map_pages(). 2012-04-28 13:34:42 +00:00
xcoff_load.c Don't assume that pointer and cell size are identical, part 1 2010-10-25 20:48:45 +00:00