/[coreboot-v3]
ViewVC logotype

Revision 314


Jump to revision: Previous Next
Author: uwe
Date: Sat May 5 21:36:52 2007 UTC (6 years ago)
Changed paths: 64
Log Message:
Massive file rename and moving orgy:

 - Everything in include/cpu/generic/x86/arch/* goes into
   include/arch/x86 now.

 - include/cpu/generic/x86/div64.h moves into include/arch/x86, too.

 - The former include/cpu/generic/x86/arch/elf.h moved to
   include/arch/x86/archelf.h, as elf.h already exists in include/
   and we must prevent a name clash.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



Changed paths

Path Details
DirectoryLinuxBIOSv3/HACKING modified , text changed
DirectoryLinuxBIOSv3/Makefile modified , text changed
DirectoryLinuxBIOSv3/arch/x86/Makefile modified , text changed
DirectoryLinuxBIOSv3/arch/x86/archtables.c modified , text changed
DirectoryLinuxBIOSv3/arch/x86/cachemain.c modified , text changed
DirectoryLinuxBIOSv3/arch/x86/i8259.c modified , text changed
DirectoryLinuxBIOSv3/arch/x86/isa-dma.c modified , text changed
DirectoryLinuxBIOSv3/arch/x86/keyboard.c modified , text changed
DirectoryLinuxBIOSv3/arch/x86/linuxbios_table.c modified , text changed
DirectoryLinuxBIOSv3/arch/x86/mc146818rtc.c modified , text changed
DirectoryLinuxBIOSv3/arch/x86/pci_ops_auto.c modified , text changed
DirectoryLinuxBIOSv3/arch/x86/pci_ops_conf1.c modified , text changed
DirectoryLinuxBIOSv3/arch/x86/pci_ops_conf2.c modified , text changed
DirectoryLinuxBIOSv3/arch/x86/pci_ops_mmconf.c modified , text changed
DirectoryLinuxBIOSv3/arch/x86/serial.c modified , text changed
DirectoryLinuxBIOSv3/arch/x86/speaker.c modified , text changed
DirectoryLinuxBIOSv3/arch/x86/udelay_io.c modified , text changed
DirectoryLinuxBIOSv3/console/console.c modified , text changed
DirectoryLinuxBIOSv3/device/device.c modified , text changed
DirectoryLinuxBIOSv3/device/device_util.c modified , text changed
DirectoryLinuxBIOSv3/device/pci_device.c modified , text changed
DirectoryLinuxBIOSv3/device/pci_ops.c modified , text changed
DirectoryLinuxBIOSv3/device/pnp_device.c modified , text changed
DirectoryLinuxBIOSv3/include/arch/ added
DirectoryLinuxBIOSv3/include/arch/x86/ added
DirectoryLinuxBIOSv3/include/arch/x86/archelf.h
(Copied from LinuxBIOSv3/include/cpu/generic/x86/arch/elf.h, r313)
added
DirectoryLinuxBIOSv3/include/arch/x86/byteorder.h
(Copied from LinuxBIOSv3/include/cpu/generic/x86/arch/byteorder.h, r313)
added , text changed
DirectoryLinuxBIOSv3/include/arch/x86/div64.h
(Copied from LinuxBIOSv3/include/cpu/generic/x86/div64.h, r313)
added
DirectoryLinuxBIOSv3/include/arch/x86/hlt.h
(Copied from LinuxBIOSv3/include/cpu/generic/x86/arch/hlt.h, r313)
added
DirectoryLinuxBIOSv3/include/arch/x86/io.h
(Copied from LinuxBIOSv3/include/cpu/generic/x86/arch/io.h, r313)
added , text changed
DirectoryLinuxBIOSv3/include/arch/x86/pci_ops.h
(Copied from LinuxBIOSv3/include/cpu/generic/x86/arch/pci_ops.h, r313)
added
DirectoryLinuxBIOSv3/include/arch/x86/pciconf.h
(Copied from LinuxBIOSv3/include/cpu/generic/x86/arch/pciconf.h, r313)
added
DirectoryLinuxBIOSv3/include/arch/x86/swab.h
(Copied from LinuxBIOSv3/include/cpu/generic/x86/arch/swab.h, r313)
added
DirectoryLinuxBIOSv3/include/arch/x86/types.h
(Copied from LinuxBIOSv3/include/cpu/generic/x86/arch/types.h, r313)
added
DirectoryLinuxBIOSv3/include/console.h modified , text changed
DirectoryLinuxBIOSv3/include/cpu/ deleted
DirectoryLinuxBIOSv3/include/device/device.h modified , text changed
DirectoryLinuxBIOSv3/include/device/pci.h modified , text changed
DirectoryLinuxBIOSv3/include/device/pci_ops.h modified , text changed
DirectoryLinuxBIOSv3/include/device/pci_rom.h modified , text changed
DirectoryLinuxBIOSv3/include/device/pnp.h modified , text changed
DirectoryLinuxBIOSv3/include/device/resource.h modified , text changed
DirectoryLinuxBIOSv3/include/elf.h modified , text changed
DirectoryLinuxBIOSv3/include/elf_boot.h modified , text changed
DirectoryLinuxBIOSv3/include/lar.h modified , text changed
DirectoryLinuxBIOSv3/include/string.h modified , text changed
DirectoryLinuxBIOSv3/lib/compute_ip_checksum.c modified , text changed
DirectoryLinuxBIOSv3/lib/elfboot.c modified , text changed
DirectoryLinuxBIOSv3/lib/lar.c modified , text changed
DirectoryLinuxBIOSv3/lib/malloc.c modified , text changed
DirectoryLinuxBIOSv3/lib/mem.c modified , text changed
DirectoryLinuxBIOSv3/lib/stage2.c modified , text changed
DirectoryLinuxBIOSv3/lib/tables.c modified , text changed
DirectoryLinuxBIOSv3/lib/uart8250.c modified , text changed
DirectoryLinuxBIOSv3/mainboard/emulation/qemu-x86/vga.c modified , text changed
DirectoryLinuxBIOSv3/northbridge/intel/i440bxemulation/i440bx.c modified , text changed
DirectoryLinuxBIOSv3/southbridge/intel/i82371eb/i82371eb.c modified , text changed
DirectoryLinuxBIOSv3/superio/winbond/w83627hf/chip.h modified , text changed
DirectoryLinuxBIOSv3/superio/winbond/w83627hf/superio.c modified , text changed
DirectoryLinuxBIOSv3/superio/winbond/w83627hf/w83627hf_early_init.c modified , text changed
DirectoryLinuxBIOSv3/superio/winbond/w83627hf/w83627hf_early_serial.c modified , text changed
DirectoryLinuxBIOSv3/util/x86emu/biosemu.c modified , text changed
DirectoryLinuxBIOSv3/util/x86emu/vm86.c modified , text changed
DirectoryLinuxBIOSv3/util/x86emu/x86emu/sys.c modified , text changed

Stefan Reinauer">Stefan Reinauer
ViewVC Help
Powered by ViewVC 1.1.15