sb600 has problems with the virtual wire mode setup in setup_ioapic(). It causes...
[coreboot.git] / src / arch /
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:
2009-11-12 Patrick GeorgiAdapt ROM_IMAGE_SIZE, too. ROMBASE should probably...
2009-11-12 Myles WatsonAdd CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.
2009-11-12 Myles WatsonGet rid of the ugly warning the right way.
2009-11-11 Myles WatsonRevert my too-hasty commit.
2009-11-11 Myles WatsonSilence an ugly-looking warning. Two casts were not...
2009-11-11 Patrick GeorgiRework bootblock size handling:
2009-11-10 Stefan Reinauer* Simplify acpi_add_table
2009-11-06 Myles WatsonSplit the two usages of __ROMCC__:
2009-11-05 Stefan Reinauerif x86emu was running for VGA init a corrupted low...
2009-10-28 Stefan ReinauerDrop remainder of PPC port
2009-10-28 Uwe HermannRemove all build/ prefixes in the build output.
2009-10-28 Myles WatsonCreate lib.h for homeless prototypes.
2009-10-28 Myles WatsonReplace hard coded build with $(obj) paths.
2009-10-27 Uwe HermannPrefix all build output file names of files which end...
2009-10-27 Uwe HermannImprove coreboot build output and eliminate some warnings:
2009-10-27 Maciej PijankaAdd few missing prototypes, and remove few unused ...
2009-10-26 Stefan Reinauerreasonable output in cbfs loading (part 2)
2009-10-26 Stefan ReinauerCBMEM high table memory manager.
2009-10-24 Stefan Reinauerre-order console output functions, add proper prototypes,
2009-10-24 Stefan Reinauermove all register fram definitions to arch/register.h
2009-10-23 Peter StugeVGA BIOS can be added independently of having a payload
2009-10-19 Myles WatsonClean up some #ifdef CONFIG_*
2009-10-17 Myles WatsonRemove CONFIG_ from #defines that aren't config variabl...
2009-10-16 Myles WatsonChange console code to emit SPEW with DEFAULT_CONSOLE_L...
2009-10-16 Myles WatsonFix AP_CODE_IN_CAR (only selected for two boards),...
2009-10-15 Myles WatsonAdd CONFIG_GENERATE_* for tables so that the user can...
2009-10-14 Carl-Daniel Hailfingercbfs_and_run_core() did not check the return code of...
2009-10-09 Myles WatsonAdd const to get rid of some warnings when passing...
2009-10-09 Myles WatsonRemove extra CONFIG variables.
2009-10-09 Uwe HermannMore kconfig cleanups:
2009-10-07 Uwe HermannVarious Kconfig fixes and improvements:
2009-10-04 Patrick GeorgiThis does away with CONFIG_ROM_PAYLOAD_START and CONFIG...
2009-10-04 Patrick GeorgiThis removes the uses of the buildrom utility and the...
2009-10-04 Patrick GeorgiRemove a bit of pre-cbfs build system infrastructure.
2009-10-03 Patrick GeorgiRemove:
2009-09-29 Myles WatsonRemove some warnings.
2009-09-24 Myles WatsonMake build_opt_tbl depend on config.h since it uses...
2009-09-23 Myles WatsonFix the bounce_size global so that the bounce buffer...
2009-09-23 Myles WatsonSeparate payload compression from stage compression.
2009-09-22 Carl-Daniel HailfingerIf no pci access method has been set for the device...
2009-08-29 Ronald G. MinnichThis is the final set of changes to allow rumba to...
2009-08-27 Stefan ReinauerMake all those locally used functions static instead...
2009-08-25 Patrick GeorgiUse the gnu make .SILENT: mechanism instead of requiring
2009-08-25 Uwe HermannImprove build output.
2009-08-25 Patrick GeorgiProperly check for the LZMA compression variable, and...
2009-08-25 Uwe HermannOnly build option_table.o if CONFIG_HAVE_OPTION_TABLE...
2009-08-25 Uwe HermannVarious Kconfig and Makefile.inc fixes and cosmetics.
2009-08-20 Patrick Georgi20090819-2-trim-down-cbfs:
next