/[coreboot-v3]
ViewVC logotype

Revision 564


Jump to revision: Previous Next
Author: stepan
Date: Sun Jan 27 18:54:57 2008 UTC (5 years, 3 months ago)
Changed paths: 176 (showing only 100; show all)
Log Message:
Now version 3: LinuxBIOS -> coreboot rename. 

- I left LB_TAG_ intact because they are used by the payloads
- file renames are still missing. see next commit
- some lb_ renames might be missing. feel free to provide patches.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



Changed paths

Path Details
Directorycoreboot-v3/HACKING modified , text changed
Directorycoreboot-v3/Kconfig modified , text changed
Directorycoreboot-v3/Makefile modified , text changed
Directorycoreboot-v3/README modified , text changed
Directorycoreboot-v3/Rules.make modified , text changed
Directorycoreboot-v3/arch/x86/Kconfig modified , text changed
Directorycoreboot-v3/arch/x86/Makefile modified , text changed
Directorycoreboot-v3/arch/x86/archtables.c modified , text changed
Directorycoreboot-v3/arch/x86/geodelx/cpu.c modified , text changed
Directorycoreboot-v3/arch/x86/geodelx/geodelx.c modified , text changed
Directorycoreboot-v3/arch/x86/geodelx/stage0.S modified , text changed
Directorycoreboot-v3/arch/x86/geodelx/stage1.c modified , text changed
Directorycoreboot-v3/arch/x86/i8259.c modified , text changed
Directorycoreboot-v3/arch/x86/ldscript.ld modified , text changed
Directorycoreboot-v3/arch/x86/linuxbios_table.c modified , text changed
Directorycoreboot-v3/arch/x86/macros.h modified , text changed
Directorycoreboot-v3/arch/x86/mc146818rtc.c modified , text changed
Directorycoreboot-v3/arch/x86/post_code.c modified , text changed
Directorycoreboot-v3/arch/x86/serial.c modified , text changed
Directorycoreboot-v3/arch/x86/speaker.c modified , text changed
Directorycoreboot-v3/arch/x86/stage0_i586.S modified , text changed
Directorycoreboot-v3/arch/x86/stage1.c modified , text changed
Directorycoreboot-v3/arch/x86/udelay_io.c modified , text changed
Directorycoreboot-v3/device/Kconfig modified , text changed
Directorycoreboot-v3/device/Makefile modified , text changed
Directorycoreboot-v3/device/agp_device.c modified , text changed
Directorycoreboot-v3/device/cardbus_device.c modified , text changed
Directorycoreboot-v3/device/device.c modified , text changed
Directorycoreboot-v3/device/device_util.c modified , text changed
Directorycoreboot-v3/device/hypertransport.c modified , text changed
Directorycoreboot-v3/device/pci_device.c modified , text changed
Directorycoreboot-v3/device/pci_ops.c modified , text changed
Directorycoreboot-v3/device/pci_rom.c modified , text changed
Directorycoreboot-v3/device/pcie_device.c modified , text changed
Directorycoreboot-v3/device/pcix_device.c modified , text changed
Directorycoreboot-v3/device/pnp_device.c modified , text changed
Directorycoreboot-v3/device/pnp_raw.c modified , text changed
Directorycoreboot-v3/device/root_device.c modified , text changed
Directorycoreboot-v3/device/smbus_ops.c modified , text changed
Directorycoreboot-v3/doc/design/flashlayout.fig modified , text changed
Directorycoreboot-v3/doc/design/newboot.lyx modified , text changed
Directorycoreboot-v3/include/arch/x86/amd_geodelx.h modified , text changed
Directorycoreboot-v3/include/arch/x86/arch/spinlock.h modified , text changed
Directorycoreboot-v3/include/arch/x86/cpu.h modified , text changed
Directorycoreboot-v3/include/arch/x86/div64.h modified , text changed
Directorycoreboot-v3/include/arch/x86/legacy.h modified , text changed
Directorycoreboot-v3/include/arch/x86/msr.h modified , text changed
Directorycoreboot-v3/include/arch/x86/swab.h modified , text changed
Directorycoreboot-v3/include/device/device.h modified , text changed
Directorycoreboot-v3/include/device/pci.h modified , text changed
Directorycoreboot-v3/include/device/pci_ids.h modified , text changed
Directorycoreboot-v3/include/elf.h modified , text changed
Directorycoreboot-v3/include/ip_checksum.h modified , text changed
Directorycoreboot-v3/include/isa-dma.h modified , text changed
Directorycoreboot-v3/include/keyboard.h modified , text changed
Directorycoreboot-v3/include/lar.h modified , text changed
Directorycoreboot-v3/include/lib.h modified , text changed
Directorycoreboot-v3/include/mc146818rtc.h modified , text changed
Directorycoreboot-v3/include/post_code.h modified , text changed
Directorycoreboot-v3/include/shared.h modified , text changed
Directorycoreboot-v3/include/spd.h modified , text changed
Directorycoreboot-v3/include/spinlock.h modified , text changed
Directorycoreboot-v3/include/string.h modified , text changed
Directorycoreboot-v3/include/tables.h modified , text changed
Directorycoreboot-v3/lib/Kconfig modified , text changed
Directorycoreboot-v3/lib/Makefile modified , text changed
Directorycoreboot-v3/lib/clog2.c modified , text changed
Directorycoreboot-v3/lib/compute_ip_checksum.c modified , text changed
Directorycoreboot-v3/lib/console.c modified , text changed
Directorycoreboot-v3/lib/delay.c modified , text changed
Directorycoreboot-v3/lib/elfboot.c modified , text changed
Directorycoreboot-v3/lib/lar.c modified , text changed
Directorycoreboot-v3/lib/lzma.c modified , text changed
Directorycoreboot-v3/lib/mem.c modified , text changed
Directorycoreboot-v3/lib/ram.c modified , text changed
Directorycoreboot-v3/lib/stage2.c modified , text changed
Directorycoreboot-v3/lib/string.c modified , text changed
Directorycoreboot-v3/lib/tables.c modified , text changed
Directorycoreboot-v3/lib/vsprintf.c modified , text changed
Directorycoreboot-v3/lib/vtxprintf.c modified , text changed
Directorycoreboot-v3/mainboard/Kconfig modified , text changed
Directorycoreboot-v3/mainboard/adl/Kconfig modified , text changed
Directorycoreboot-v3/mainboard/adl/msm800sev/Kconfig modified , text changed
Directorycoreboot-v3/mainboard/adl/msm800sev/Makefile modified , text changed
Directorycoreboot-v3/mainboard/adl/msm800sev/dts modified , text changed
Directorycoreboot-v3/mainboard/adl/msm800sev/initram.c modified , text changed
Directorycoreboot-v3/mainboard/adl/msm800sev/stage1.c modified , text changed
Directorycoreboot-v3/mainboard/amd/Kconfig modified , text changed
Directorycoreboot-v3/mainboard/amd/norwich/Kconfig modified , text changed
Directorycoreboot-v3/mainboard/amd/norwich/Makefile modified , text changed
Directorycoreboot-v3/mainboard/amd/norwich/dts modified , text changed
Directorycoreboot-v3/mainboard/amd/norwich/initram.c modified , text changed
Directorycoreboot-v3/mainboard/amd/norwich/stage1.c modified , text changed
Directorycoreboot-v3/mainboard/artecgroup/Kconfig modified , text changed
Directorycoreboot-v3/mainboard/artecgroup/dbe61/Kconfig modified , text changed
Directorycoreboot-v3/mainboard/artecgroup/dbe61/Makefile modified , text changed
Directorycoreboot-v3/mainboard/artecgroup/dbe61/dts modified , text changed
Directorycoreboot-v3/mainboard/artecgroup/dbe61/initram.c modified , text changed
Directorycoreboot-v3/mainboard/artecgroup/dbe61/stage1.c modified , text changed
Directorycoreboot-v3/mainboard/emulation/Kconfig modified , text changed
[...]

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