opengnsys_ipxe/src/config
Michael Brown 5e6b82104d [romprefix] Add vendor branding facilities and guidelines
Some hardware vendors have been known to remove all gPXE-related
branding from ROMs that they build.  While this is not prohibited by
the GPL, it is a little impolite.

Add a facility for adding branding messages via two #defines
(PRODUCT_NAME and PRODUCT_SHORT_NAME) in config/general.h.  This
should accommodate all known OEM-mandated branding requirements.
Vendors with branding requirements that cannot be satisfied by using
PRODUCT_NAME and/or PRODUCT_SHORT_NAME should contact us so that we
can extended this facility as necessary.
2008-10-31 19:10:28 +00:00
..
defaults [efi] Add EFI image format and basic runtime environment 2008-10-13 10:24:14 +01:00
.gitignore [makefile] Split config.h out into config/*.h and kill off mkconfig.pl 2008-10-08 02:17:32 +01:00
console.h [config] Split console configuration out to config/console.h 2008-10-12 02:30:31 +01:00
defaults.h [ioapi] Formalise the I/O API as used in i386-pcbios 2008-10-12 01:03:17 +01:00
general.h [romprefix] Add vendor branding facilities and guidelines 2008-10-31 19:10:28 +00:00
ioapi.h [pci] Formalise the PCI I/O API 2008-10-12 12:54:12 +01:00
isa.h [makefile] Split config.h out into config/*.h and kill off mkconfig.pl 2008-10-08 02:17:32 +01:00
nap.h [nap] Formalise the CPU sleeping API 2008-10-12 23:36:53 +01:00
serial.h [makefile] Split config.h out into config/*.h and kill off mkconfig.pl 2008-10-08 02:17:32 +01:00
timer.h [timer] Formalise the timer API 2008-10-12 20:22:02 +01:00
umalloc.h [umalloc] Formalise the user memory allocation API 2008-10-13 05:33:14 +01:00