s/linuxbios/LinuxBIOS/ in a number of places (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@124 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
2393fcedfa
commit
b68d589126
5 changed files with 8 additions and 8 deletions
|
|
@ -25,7 +25,7 @@ SILENT := &> /dev/null
|
|||
|
||||
# Build the final ROM image
|
||||
#
|
||||
# These are the main linuxbios components. Do not change the order unless you
|
||||
# These are the main LinuxBIOS components. Do not change the order unless you
|
||||
# know exactly what you are doing.
|
||||
#
|
||||
|
||||
|
|
@ -105,7 +105,7 @@ $(obj)/stage0.init:
|
|||
|
||||
|
||||
#
|
||||
# This is the rest of linuxbios (v2: linuxbios_ram.rom)
|
||||
# This is the rest of LinuxBIOS (v2: linuxbios_ram.rom)
|
||||
# Is this maybe platform independent, except for the "drivers"?
|
||||
# Where should it be built, maybe in device/ ?
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* the standard linuxbios include file has constant definitions, types and so on */
|
||||
/* the standard LinuxBIOS include file has constant definitions, types and so on */
|
||||
#include <linuxbios.h>
|
||||
|
||||
#if 0
|
||||
|
|
@ -16,7 +16,7 @@ northbridge/amd/amdk8/setup_resource_map.c -- map of 18.1 device for routing
|
|||
#endif
|
||||
|
||||
/* there is a global struct used by main, that is the dtb tree */
|
||||
/* it is built when the linuxbios image is built */
|
||||
/* it is built when the LinuxBIOS image is built */
|
||||
/* it is linked in, as it is generated as a C struct */
|
||||
extern struct dtb *dtb;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* the standard linuxbios include file has constant definitions, types and so on */
|
||||
/* the standard LinuxBIOS include file has constant definitions, types and so on */
|
||||
#include <linuxbios.h>
|
||||
|
||||
/* support library code. */
|
||||
|
|
@ -20,7 +20,7 @@ northbridge/amd/amdk8/setup_resource_map.c -- map of 18.1 device for routing
|
|||
|
||||
|
||||
/* there is a global struct used by main, that is the dtb tree */
|
||||
/* it is built when the linuxbios image is built */
|
||||
/* it is built when the LinuxBIOS image is built */
|
||||
/* it is linked in, as it is generated as a C struct */
|
||||
extern struct dtb *dtb;
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
/* The linuxbios table information is for conveying information
|
||||
/* The LinuxBIOS table information is for conveying information
|
||||
* from the firmware to the loaded OS image. Primarily this
|
||||
* is expected to be information that cannot be discovered by
|
||||
* other means, such as quering the hardware directly.
|
||||
|
|
|
|||
|
|
@ -392,7 +392,7 @@ static struct emitter C_emitter = {
|
|||
};
|
||||
|
||||
|
||||
/* linuxbios static.c */
|
||||
/* LinuxBIOS static.c */
|
||||
|
||||
static void linuxbios_emit_cell(void *e, cell_t val)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue