Add iasl to buldgcc and rev the version.
[coreboot.git] / src / arch /
2010-04-13 Stefan Reinauerclean up LD scripts and add some comments and proper...
2010-04-13 Stefan ReinauerSpeed up coreboot_ram loading by moving the decompressi...
2010-04-12 Patrick GeorgiMove the CPU specific includes from
2010-04-12 Patrick GeorgiEnable lazy evaluation of incs/lds for tiny bootblock...
2010-04-09 Stefan ReinauerThis patch changes C7 CAR code to be a single assembler...
2010-04-09 Stefan Reinauerfix the broken nvidia chipset boards,
2010-04-09 Stefan Reinauerdrop now unussed cpu_reset.inc
2010-04-09 Stefan ReinauerDrop the need for cpu_reset, it's really just a short...
2010-04-09 Stefan Reinauerdrop unused files, and we only use ASM_LOG_LEVEL in...
2010-04-09 Joseph Smith1. This patch adds CAR for Intel P6 series processors.
2010-04-09 Stefan Reinauercopy_and_run.c is not needed twice, and it is used...
2010-04-09 Stefan Reinauerthin out romcc epilogue and have it call copy_and_run as
2010-04-08 Patrick GeorgiSplit crt0.S.lb into prologue and epilogue
2010-04-01 Stefan Reinauer- get rid of ASM_CONSOLE_LOGLEVEL except in two assemb...
2010-03-31 Stefan ReinauerThis patch drops arch/i386/lib/console.c and arch/i386...
2010-03-30 Stefan Reinauerthat version of console_tx_byte is private.
2010-03-30 Stefan Reinauerget coreboot_ap memory training in cache mechanism...
2010-03-30 Stefan Reinauermake crt0s and ldscripts evaluate late, so the chipset_...
2010-03-30 Stefan Reinauerfix ms9652_fam10
2010-03-30 Stefan Reinauerthis fixes 3 of 4 mainboards failed by the error on...
2010-03-29 Stefan ReinauerDon't include option_table.h every time we include...
2010-03-29 Stefan Reinauer- drop GCC 2.x workaround, GCC 2.x is not supported...
2010-03-29 Stefan Reinauer- include option_table.h when it is created, and that...
2010-03-29 Stefan ReinauerThis patch drops the coreboot CMOS checksum ranges...
2010-03-29 Stefan ReinauerThis patch fixes build.h dependencies in coreboot again.
2010-03-28 Stefan Reinauerdrop unneeded __ROMCC__ checks when the check for __PRE...
2010-03-27 Patrick Georgimake only needs to read Makefile.incs once, thanks...
2010-03-25 Patrick GeorgiAdd support to build with ccache in the build system
2010-03-24 Stefan Reinaueroops, forgot to cleanup extra output in bootblock creat...
2010-03-24 Stefan Reinauerdependency tracking for coreboot
2010-03-24 Stefan ReinauerCPPFLAGS and DEBUG_CFLAGS don't exist since Kconfig...
2010-03-23 Stefan Reinauerfix newly introduced printk_foo warnings..
2010-03-22 Stefan Reinauerdrop some unused files and fix warnings on i945 based...
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-03-19 Myles WatsonGet rid of a few warnings:
2010-03-18 Patrick GeorgiRemove fallback/normal handling in mainboards'
2010-03-17 Patrick GeorgiRemove failover/fallback/normal handling in mainboards'
2010-03-17 Stefan Reinauerfix minor warnings in RTC code when HAVE_OPTION_TABLE...
2010-03-17 Stefan Reinauerfix a couple of warnings
2010-03-17 Stefan Reinauerdrop unused variable
2010-03-16 Patrick GeorgiLeft over strip_quotes definition. Top level Makefile
2010-03-16 Patrick GeorgiStrip quotes from COREBOOT_ROM_DEPENDENCIES
2010-03-16 Patrick GeorgiImprove dependency tracking for coreboot.rom
2010-03-16 Patrick Georgi pat... Various changes to the buildsystem:
2010-03-16 Stefan ReinauerThis patch is what I needed to compile coreboot with...
2010-03-15 Zheng BaoAdd an AM2R2 entry in to the src/arch/i386/Makefile...
2010-03-14 Patrick GeorgiAdd scan-build support to the build system.
2010-03-13 Stefan ReinauerFix llshell
2010-03-05 Stefan ReinauerFix creation of coreboot.bootblock when -O2 is specifie...
2010-03-01 Patrick Georgi- Simplify stack size determination: MAX_CPUS * STACK_SIZE
2010-03-01 Stefan ReinauerThis patch implements MBI (modular bios interface)...
2010-03-01 Patrick Georgi- Add rules that build either 4 or 5 ssdts (only those...
2010-02-28 Patrick GeorgiUse the romstraps build infrastructure created for...
2010-02-28 Patrick Georgi- Add config flag for boards that have their own fadt.c
2010-02-27 Patrick Georgi- make HAVE_HARD_RESET match what newconfig did
2010-02-26 Zheng BaoWork around stack size breakage observed on fam10.
2010-02-25 Patrick GeorgiMove the ldscripts logic to src/arch/i386/Makefile.inc
2010-02-25 Patrick GeorgiUnify crt0s setup to src/arch/i386/Makefile.inc. This...
2010-02-24 Patrick GeorgiEnable user selectable bootblocks, and provide a bootbl...
2010-02-24 Patrick GeorgiThis patch fixes an issue with the wrong build rules...
2010-02-23 Patrick Georgi- Remove src/arch/i386/init/ldscript_cbfs.lb as it...
2010-02-22 Uwe HermannRandom cosmetic fixes (trivial).
2010-02-22 Patrick Georgi- Make walkcbfs capable of loading files other than...
2010-02-22 Stefan Reinauerdon't call verify_copy_pirq_routing_table() if it's...
2010-02-22 Stefan ReinauerThis is a general cleanup patch
2010-02-22 Stefan ReinauerYABEL update
2010-02-19 Patrick GeorgiRevert deletion of src/arch/i386/init.
2010-02-19 Myles Watson1. Change CONFIG_DEBUG to DEBUG in util/x86emu/*
2010-02-16 Stefan Reinauerfix APCI typos.
2010-02-15 Uwe HermannVarious license header consistency fixes (trivial).
2010-02-11 Patrick GeorgiFix AUTO_XIP_ROM_BASE issues on AMD boards with certain...
2010-02-11 Patrick GeorgiAdapt all uses of CONFIG_XIP_ROM_BASE to use
2010-02-11 Stefan Reinauer$(DISTRO_CFLAGS) is newconfig heritage and was never...
2010-02-11 Stefan Reinauerseparate build.h and config.h usage (now possible becau...
2010-02-10 Patrick GeorgiRemove two perl calls with sed, and adds an alternative
2010-02-10 Stefan ReinauerDrop src/config alltogether
2010-02-09 Patrick GeorgiEmergency fix: r5102 carried some local change that...
2010-02-09 Patrick GeorgiAdd image updating support. When selecting it, it
2010-02-09 Patrick GeorgiAllow building images with different prefixes (ie....
2010-02-09 Patrick GeorgiMove all the copies of the romstage.inc rule to
2010-02-08 Stefan Reinauerjanitor task: unify and cleanup naming.
2010-02-07 Patrick Georginewconfig is no more.
2010-02-03 Patrick GeorgiGuards against errors that are hard to track down:
2010-01-30 Stefan Reinauer* fix crt0s/ldscripts paths to fix out of tree build.
2010-01-16 Stefan Reinauercoreboot has 13 instances of IOAPIC setup distributed...
2010-01-16 Stefan Reinauercoreboot used to have two different "APIs" for memory...
2010-01-08 Patrick Georgi- Makefile.romccboard.inc supports tinybootblock romcc...
2010-01-06 Patrick GeorgiKconfig builds all boards now.
2010-01-05 Rudolf Marek- Let AMD CAR code pick the right XIP area
2010-01-05 Stefan Reinauer* Explicitly add __PRE_RAM__ where it should be added.
2010-01-04 Patrick Georgi- Fix UDELAY options and HAVE_INIT_TIMER [kconfig]
2009-12-31 Patrick Georgiromcc:
2009-12-23 Libra LiAdd mainboard x86emu interrupt function support. Add...
2009-12-23 Patrick GeorgiTiny Bootblock, step 1/n.
2009-12-21 Patrick GeorgiAllow user to specify the size of a newly created cbfs...
2009-12-18 Patrick GeorgiClean up amd/dbm690t and kontron/986lcd-m some more...
2009-12-01 Patrick GeorgiNot all boards cope with automatically sized bootblocks...
2009-11-27 Patrick GeorgiEliminate special case id.inc/id.lds in favor of a...
2009-11-27 Maciej PijankaLet ld(1) calculate the required size for code in the...
2009-11-21 Patrick GeorgiMake the kconfig-style build work in mingw:
next