mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Move include/console/console.h to include/console.h in order to
get rid of a directory which only contains a single file, and at the same time simplify the #includes and their hierarchies. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@313 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
c624f5ad37
commit
7e752a0631
40 changed files with 39 additions and 39 deletions
|
@ -1,4 +1,4 @@
|
|||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
// #include <ip_checksum.h>
|
||||
#include <elf.h>
|
||||
#include <elf_boot.h>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
/* 2006.1 yhlu add mptable cross 0x467 processing */
|
||||
|
||||
#include <arch/types.h>
|
||||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
#include <string.h>
|
||||
#include <tables.h>
|
||||
//#include <cpu/cpu.h>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
#include <arch/types.h>
|
||||
#include <arch/io.h>
|
||||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
#include <lar.h>
|
||||
#include <tables.h>
|
||||
#include <lib.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
#include <keyboard.h>
|
||||
#include <device/device.h>
|
||||
#include <arch/io.h>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
#include <ip_checksum.h>
|
||||
#include <string.h>
|
||||
#include <device/device.h>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include <arch/types.h>
|
||||
#include <arch/io.h>
|
||||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
#include <tables.h>
|
||||
#include <mc146818rtc.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
#include <device/device.h>
|
||||
#include <arch/pciconf.h>
|
||||
#include <device/pci.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
#include <device/device.h>
|
||||
#include <arch/pciconf.h>
|
||||
#include <device/pci.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
#include <device/device.h>
|
||||
#include <arch/pciconf.h>
|
||||
#include <device/pci.h>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
#include <device/device.h>
|
||||
#include <arch/pciconf.h>
|
||||
#include <device/pci.h>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include <arch/types.h>
|
||||
#include <arch/hlt.h>
|
||||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
#include <uart8250.h>
|
||||
// FIXME: we need this for varargs
|
||||
#include <stdarg.h>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
|
||||
int vtxprintf(void (*tx_byte) (unsigned char byte, void *arg), void *arg, const char *fmt,
|
||||
va_list args);
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ids.h>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ids.h>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
* handle resource allocation for non-pci devices.
|
||||
*/
|
||||
|
||||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
#include <arch/io.h>
|
||||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
#include <arch/io.h>
|
||||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
*/
|
||||
|
||||
#include <bitops.h>
|
||||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
#include <device/device.h>
|
||||
#include <device/path.h>
|
||||
#include <device/pci.h>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include <arch/io.h>
|
||||
#include <string.h>
|
||||
#include <lib.h>
|
||||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ids.h>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
#include <device/device.h>
|
||||
#include <arch/pciconf.h>
|
||||
#include <device/pci.h>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ids.h>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ids.h>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ids.h>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
*/
|
||||
|
||||
#include <arch/types.h>
|
||||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
#include <stdlib.h>
|
||||
// #include <stdint.h>
|
||||
// #include <bitops.h>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
// #include <part/hard_reset.h>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
#include <stdint.h>
|
||||
#include <device/device.h>
|
||||
#include <device/path.h>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include <arch/types.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
#include <tables.h>
|
||||
#include <elf.h>
|
||||
#include <elf_boot.h>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include <arch/types.h>
|
||||
#include <string.h>
|
||||
#include <lar.h>
|
||||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
|
||||
#ifndef CONFIG_BIG_ENDIAN
|
||||
#define ntohl(x) ( ((x&0xff)<<24) | ((x&0xff00)<<8) | \
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include <arch/types.h>
|
||||
#include <stdlib.h>
|
||||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
|
||||
#if 0
|
||||
#define MALLOCDBG(x...)
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include <arch/types.h>
|
||||
#include <string.h>
|
||||
#include <lar.h>
|
||||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
#include <device/device.h>
|
||||
#include <tables.h>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
//#include <cpu.h>
|
||||
#include <tables.h>
|
||||
#include <tables.h>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
|
||||
int main(void)
|
||||
{
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
*/
|
||||
|
||||
#include <arch/types.h>
|
||||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
*/
|
||||
|
||||
#include <arch/types.h>
|
||||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
*/
|
||||
|
||||
#include <arch/types.h>
|
||||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
#include <mc146818rtc.h>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#include <arch/io.h>
|
||||
#include <device/device.h>
|
||||
#include <device/pnp.h>
|
||||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
#include <string.h>
|
||||
//#include <bitops.h>
|
||||
#include <uart8250.h>
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
#include <arch/io.h>
|
||||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ids.h>
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
/* FIXME: undefine printk for the moment */
|
||||
#ifdef LINUXBIOS_VERSION
|
||||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
#define printk(x...) printk(BIOS_DEBUG, x)
|
||||
#else
|
||||
#define printk printf
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ids.h>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include <device/pci.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <console/console.h>
|
||||
#include <console.h>
|
||||
#include <string.h>
|
||||
#include <arch/io.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue