/[Development]
ViewVC logotype

Revision 4469


Jump to revision: Previous Next
Author: oxygene
Date: Mon Jul 27 20:08:27 2009 UTC (3 years, 9 months ago)
Changed paths: 265 (showing only 100; show all)
Log Message:
Reboot newbuild development:
- sconfig, kconfig, most of kbuild is kept
- old build system is kept
- as few files as possible are different from upstream
  (r4466)
- newstyle boot process, and QEmu CAR is gone.
  One battle field at a time.

Results:
- abuild should build the same as usual
- kconfig QEmu builds and runs
- kconfig Kontron builds (but doesn't run yet)

Build isn't tested in this exact tree yet, as I copied over
the changes from an internal tree. I don't dare to touch it
any more, so it might require further commits to get it to
work as good as the internal copy.

There are still some issues in the build system, but
it's an improvement over what we had before, I think,
as we have a migration path now.


Changed paths

Path Details
Directorybranches/coreboot-v2-newbuild/BOOTSEQUENCE deleted
Directorybranches/coreboot-v2-newbuild/Makefile modified , text changed
Directorybranches/coreboot-v2-newbuild/boot.lyx deleted
Directorybranches/coreboot-v2-newbuild/src/Kconfig modified , text changed
Directorybranches/coreboot-v2-newbuild/src/arch/i386/Config.lb modified , text changed
Directorybranches/coreboot-v2-newbuild/src/arch/i386/Kconfig modified , text changed
Directorybranches/coreboot-v2-newbuild/src/arch/i386/Makefile.inc modified , text changed
Directorybranches/coreboot-v2-newbuild/src/arch/i386/boot/acpi.c modified , text changed
Directorybranches/coreboot-v2-newbuild/src/arch/i386/boot/coreboot_table.c modified , text changed
Directorybranches/coreboot-v2-newbuild/src/arch/i386/boot/tables.c modified , text changed
Directorybranches/coreboot-v2-newbuild/src/arch/i386/include/arch/acpi.h modified , text changed
Directorybranches/coreboot-v2-newbuild/src/arch/i386/include/arch/cpu.h modified , text changed
Directorybranches/coreboot-v2-newbuild/src/arch/i386/init/Config.lb deleted
Directorybranches/coreboot-v2-newbuild/src/arch/i386/init/Makefile.inc modified , text changed
Directorybranches/coreboot-v2-newbuild/src/arch/i386/init/crt0.S.lb modified , text changed
Directorybranches/coreboot-v2-newbuild/src/arch/i386/init/entry.S modified , text changed
Directorybranches/coreboot-v2-newbuild/src/arch/i386/init/ldscript-kbuild.ld deleted
Directorybranches/coreboot-v2-newbuild/src/arch/i386/init/rombootstrap.c deleted
Directorybranches/coreboot-v2-newbuild/src/arch/i386/init/walkcbfs.S deleted
Directorybranches/coreboot-v2-newbuild/src/arch/i386/lib/c_start.S modified , text changed
Directorybranches/coreboot-v2-newbuild/src/arch/i386/lib/cbfs_and_run.c modified , text changed
Directorybranches/coreboot-v2-newbuild/src/arch/i386/lib/console.c modified , text changed
Directorybranches/coreboot-v2-newbuild/src/arch/i386/lib/pci_ops_auto.c modified , text changed
Directorybranches/coreboot-v2-newbuild/src/arch/i386/lib/printk_init.c modified , text changed
Directorybranches/coreboot-v2-newbuild/src/boot/elfboot.c modified , text changed
Directorybranches/coreboot-v2-newbuild/src/boot/hardwaremain.c modified , text changed
Directorybranches/coreboot-v2-newbuild/src/boot/selfboot.c modified , text changed
Directorybranches/coreboot-v2-newbuild/src/config/Config.lb modified , text changed
Directorybranches/coreboot-v2-newbuild/src/config/Options.lb modified , text changed
Directorybranches/coreboot-v2-newbuild/src/config/coreboot_ram.ld modified , text changed
Directorybranches/coreboot-v2-newbuild/src/console/Kconfig modified , text changed
Directorybranches/coreboot-v2-newbuild/src/console/usbdebug_direct_console.c modified , text changed
Directorybranches/coreboot-v2-newbuild/src/cpu/amd/model_fxx/powernow_acpi.c modified , text changed
Directorybranches/coreboot-v2-newbuild/src/cpu/emulation/qemu-x86/northbridge.c modified , text changed
Directorybranches/coreboot-v2-newbuild/src/cpu/intel/Makefile.inc modified , text changed
Directorybranches/coreboot-v2-newbuild/src/cpu/intel/hyperthreading/intel_sibling.c modified , text changed
Directorybranches/coreboot-v2-newbuild/src/cpu/intel/model_6ex/Config.lb modified , text changed
Directorybranches/coreboot-v2-newbuild/src/cpu/intel/model_6ex/car.S deleted
Directorybranches/coreboot-v2-newbuild/src/cpu/intel/model_6ex/disable_car.S deleted
Directorybranches/coreboot-v2-newbuild/src/cpu/intel/model_6ex/model_6ex_init.c modified , text changed
Directorybranches/coreboot-v2-newbuild/src/cpu/intel/model_6fx/model_6fx_init.c modified , text changed
Directorybranches/coreboot-v2-newbuild/src/cpu/intel/socket_mFCPGA478/socket_mFCPGA478.c modified , text changed
Directorybranches/coreboot-v2-newbuild/src/cpu/intel/speedstep/ added
Directorybranches/coreboot-v2-newbuild/src/cpu/intel/speedstep/Config.lb added
Directorybranches/coreboot-v2-newbuild/src/cpu/intel/speedstep/Makefile.inc added
Directorybranches/coreboot-v2-newbuild/src/cpu/intel/speedstep/acpi.c added
Directorybranches/coreboot-v2-newbuild/src/cpu/ppc/Kconfig modified , text changed
Directorybranches/coreboot-v2-newbuild/src/cpu/x86/32bit/entry32.lds modified , text changed
Directorybranches/coreboot-v2-newbuild/src/cpu/x86/car/Config.lb deleted
Directorybranches/coreboot-v2-newbuild/src/cpu/x86/car/car.S deleted
Directorybranches/coreboot-v2-newbuild/src/cpu/x86/car/disable_car.S deleted
Directorybranches/coreboot-v2-newbuild/src/cpu/x86/fpu/Config.lb modified , text changed
Directorybranches/coreboot-v2-newbuild/src/cpu/x86/fpu/Makefile.inc modified , text changed
Directorybranches/coreboot-v2-newbuild/src/cpu/x86/lapic/Config.lb modified , text changed
Directorybranches/coreboot-v2-newbuild/src/cpu/x86/lapic/apic_timer.c added
Directorybranches/coreboot-v2-newbuild/src/cpu/x86/lapic/lapic_cpu_init.c modified , text changed
Directorybranches/coreboot-v2-newbuild/src/cpu/x86/mmx/Config.lb modified , text changed
Directorybranches/coreboot-v2-newbuild/src/cpu/x86/mmx/Makefile.inc modified , text changed
Directorybranches/coreboot-v2-newbuild/src/cpu/x86/smm/Config.lb modified , text changed
Directorybranches/coreboot-v2-newbuild/src/cpu/x86/smm/smmrelocate.S modified , text changed
Directorybranches/coreboot-v2-newbuild/src/cpu/x86/sse/Config.lb modified , text changed
Directorybranches/coreboot-v2-newbuild/src/cpu/x86/sse/Makefile.inc modified , text changed
Directorybranches/coreboot-v2-newbuild/src/cpu/x86/tsc/delay_tsc.c modified , text changed
Directorybranches/coreboot-v2-newbuild/src/devices/device.c modified , text changed
Directorybranches/coreboot-v2-newbuild/src/devices/device_util.c modified , text changed
Directorybranches/coreboot-v2-newbuild/src/devices/hypertransport.c modified , text changed
Directorybranches/coreboot-v2-newbuild/src/devices/pci_device.c modified , text changed
Directorybranches/coreboot-v2-newbuild/src/devices/pci_ops.c modified , text changed
Directorybranches/coreboot-v2-newbuild/src/drivers/generic/generic/Config.lb modified , text changed
Directorybranches/coreboot-v2-newbuild/src/include/boot/coreboot_tables.h modified , text changed
Directorybranches/coreboot-v2-newbuild/src/include/console/console.h modified , text changed
Directorybranches/coreboot-v2-newbuild/src/include/delay.h modified , text changed
Directorybranches/coreboot-v2-newbuild/src/include/device/pci.h modified , text changed
Directorybranches/coreboot-v2-newbuild/src/include/device/pci_rom.h modified , text changed
Directorybranches/coreboot-v2-newbuild/src/include/device/pnp_def.h modified , text changed
Directorybranches/coreboot-v2-newbuild/src/include/device/smbus.h modified , text changed
Directorybranches/coreboot-v2-newbuild/src/include/pc80/i8259.h modified , text changed
Directorybranches/coreboot-v2-newbuild/src/include/pc80/mc146818rtc.h modified , text changed
Directorybranches/coreboot-v2-newbuild/src/include/ramtest.h deleted
Directorybranches/coreboot-v2-newbuild/src/include/string.h modified , text changed
Directorybranches/coreboot-v2-newbuild/src/include/uart8250.h modified , text changed
Directorybranches/coreboot-v2-newbuild/src/include/usbdebug_direct.h modified , text changed
Directorybranches/coreboot-v2-newbuild/src/include/x86emu/x86emu.h modified , text changed
Directorybranches/coreboot-v2-newbuild/src/lib/Config.lb modified , text changed
Directorybranches/coreboot-v2-newbuild/src/lib/Makefile.inc modified , text changed
Directorybranches/coreboot-v2-newbuild/src/lib/cbfs.c modified , text changed
Directorybranches/coreboot-v2-newbuild/src/lib/lzma.c modified , text changed
Directorybranches/coreboot-v2-newbuild/src/lib/lzmadecode.h modified , text changed
Directorybranches/coreboot-v2-newbuild/src/lib/usbdebug_direct.c modified , text changed
Directorybranches/coreboot-v2-newbuild/src/lib/version.c modified , text changed
Directorybranches/coreboot-v2-newbuild/src/mainboard/a-trend/Kconfig modified , text changed
Directorybranches/coreboot-v2-newbuild/src/mainboard/abit/Kconfig modified , text changed
Directorybranches/coreboot-v2-newbuild/src/mainboard/advantech/Kconfig modified , text changed
Directorybranches/coreboot-v2-newbuild/src/mainboard/amd/Kconfig modified , text changed
Directorybranches/coreboot-v2-newbuild/src/mainboard/amd/dbm690t/acpi_tables.c modified , text changed
Directorybranches/coreboot-v2-newbuild/src/mainboard/amd/pistachio/acpi_tables.c modified , text changed
Directorybranches/coreboot-v2-newbuild/src/mainboard/amd/serengeti_cheetah/acpi_tables.c modified , text changed
Directorybranches/coreboot-v2-newbuild/src/mainboard/amd/serengeti_cheetah_fam10/acpi_tables.c modified , text changed
Directorybranches/coreboot-v2-newbuild/src/mainboard/arima/Kconfig modified , text changed
Directorybranches/coreboot-v2-newbuild/src/mainboard/artecgroup/Kconfig modified , text changed
[...]

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