coreboot.git
2010-04-08 Myles WatsonMove Kconfig for HT limits to northbridge/amd/Kconfig.
2010-04-08 Stefan Reinaueroutput cosmetics
2010-04-08 Patrick GeorgiRemove #line statements in processed parser source,
2010-04-08 Patrick Georgicpu/emulation/qemu-x86 doesn't exist anymore, as this
2010-04-08 Patrick Georgisconfig: Mangle - to _ for struct names, too.
2010-04-08 Patrick GeorgiRemove duplicate registers in digitallogic/adl855pc...
2010-04-08 Patrick GeorgiReplace sconfig with a C implementation.
2010-04-07 Stefan Reinauer- copy_and_run() gets the same calling convention on...
2010-04-07 Stefan Reinauerno warnings day
2010-04-07 Stefan Reinauermove amd K8/Fam10 "bus detection" function prototypes...
2010-04-07 Stefan Reinauerit's a long term, give the compiler a chance to breathe...
2010-04-07 Stefan Reinauerclean up age old via epia target.
2010-04-07 Stefan Reinauerdrop the use of function pointers from romcc code.
2010-04-07 Stefan Reinauerfix epia-m700 compilation, and remove more warnings.
2010-04-07 Stefan Reinauerno duplicate names in cmos.layout.
2010-04-07 Stefan Reinauerswitch some ROMCC boards back to ROMCC.
2010-04-07 Stefan Reinauer"no warnings day"
2010-04-07 Stefan Reinaueroops... this is a critical issue. Some boards in the...
2010-04-07 Stefan Reinauer- unify use of SB_HT_CHAIN_UNITID_OFFSET_ONLY
2010-04-06 Stefan Reinauerfix CK804 boards.
2010-04-06 Stefan ReinauerNo warnings day, next round.
2010-04-06 Stefan Reinauerstepanfam10 acpi fix
2010-04-05 Rudolf MarekSigned-off-by: Rudolf Marek <r.marek@assembler.cz>
2010-04-05 Rudolf MarekAdd RS785G, looks like it works although it is RV620.
2010-04-03 Stefan Reinauerdevice_t wants device/device.h
2010-04-03 Stefan Reinauerno need to udelay()
2010-04-03 Stefan Reinauerremove more warnings.
2010-04-03 Stefan Reinauerremove more warnings
2010-04-03 Stefan ReinauerAdd noreturn attribute to die() in romcc.
2010-04-02 Stefan Reinauerremove more warnings.
2010-04-02 Stefan Reinaueroops, sorry, overlapping work
2010-04-02 Stefan Reinauerremove some more warnings
2010-04-02 Myles WatsonFix console prototypes for non-romcc boards.
2010-04-02 Myles WatsonFix includes for showallroutes.
2010-04-02 Stefan ReinauerThe error message is misleading, even for a SPEW, because
2010-04-01 Stefan Reinauer- get rid of ASM_CONSOLE_LOGLEVEL except in two assemb...
2010-03-31 Myles WatsonConsolidate ifdefs in src/lib/cbmem.c for readability.
2010-03-31 Stefan ReinauerDrop \r\n and \n\r as both print_XXX and printk now...
2010-03-31 Stefan ReinauerThis patch drops arch/i386/lib/console.c and arch/i386...
2010-03-31 Stefan Reinauermini part of the patch on the mailing list to fix the...
2010-03-30 Stefan Reinauerno USE_INIT
2010-03-30 Stefan Reinauerdrop USE_INIT should be USE_PRINTK_IN_CAR here.
2010-03-30 Stefan Reinauerthat version of console_tx_byte is private.
2010-03-30 Stefan Reinauerfix some amd k8 warnings
2010-03-30 Stefan Reinauerget coreboot_ap memory training in cache mechanism...
2010-03-30 Stefan Reinauerfix some southbridge warnings (trivial)
2010-03-30 Stefan Reinauer- drop unneeded Makefile.inc
2010-03-30 Stefan Reinauerindent mptable.c
2010-03-30 Stefan Reinauerdrop USE_INIT from mainboard Kconfig files, it's alread...
2010-03-30 Stefan Reinauermake crt0s and ldscripts evaluate late, so the chipset_...
2010-03-30 Stefan Reinauerabuild:
2010-03-30 Stefan Reinauerabuild:
2010-03-30 Stefan Reinauerbuild_opt_tbl: error instead of null pointer access...
2010-03-30 Stefan Reinaueradd CONFIG_NO_POST as it is used in the code, and move...
2010-03-30 Stefan Reinauerreduce warnings in MCP55 and Fam10 code
2010-03-30 Stefan Reinauerfix ms9652_fam10
2010-03-30 Stefan Reinauerunify cmos.layout wrt AMD extended configuration registers.
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 ReinauerThis drops the ASSEMBLY define from romstage.c, too
2010-03-29 Stefan Reinauer- drop GCC 2.x workaround, GCC 2.x is not supported...
2010-03-29 Stefan Reinauertrivial warning cleanups
2010-03-29 Stefan Reinauer- include option_table.h when it is created, and that...
2010-03-29 Stefan Reinauerqemu: drop "northbridge.c" from src/cpu/...
2010-03-29 Stefan Reinauer__PRE_RAM__ is now correctly specified in the Makefile...
2010-03-29 Stefan Reinauercpu_driver structs need to be const, too...
2010-03-29 Stefan ReinauerThis patch drops the coreboot CMOS checksum ranges...
2010-03-29 Stefan Reinauerabuild: fail with dignity if mainboard does not exist.
2010-03-29 Stefan Reinauerdualcore.h and quadcore.h are almost exactly the same.
2010-03-29 Stefan ReinauerThis patch fixes build.h dependencies in coreboot again.
2010-03-28 Stefan ReinauerAdd a non-time consuming version of ram check so we...
2010-03-28 Stefan Reinauerdrop post_code()
2010-03-28 Stefan Reinauerdrop unneeded __ROMCC__ checks when the check for __PRE...
2010-03-28 Stefan Reinauerdrop __ROMCC__ define checks.. __PRE_RAM__ is what...
2010-03-27 Patrick Georgiccache and scan-build actually work together, so remove the
2010-03-27 Patrick Georgimake only needs to read Makefile.incs once, thanks...
2010-03-26 Myles WatsonRemove dead code and make white space more consistent...
2010-03-26 Stefan ReinauerUpdate libpayload default configuration so a make oldconfig
2010-03-26 Patrick GeorgiMake sconfig only complain about real conflicts.
2010-03-26 Zheng Bao1. Remove warnings and multiple blank lines.
2010-03-25 Stefan ReinauerUSB updates from our internal tree
2010-03-25 Stefan Reinauerlibpayload update
2010-03-25 Patrick GeorgiAdd support to build with ccache in the build system
2010-03-25 Patrick GeorgiMake build verbose when requested by abuild
2010-03-25 Stefan ReinauerAdd coreboot framebuffer support to libpayload
2010-03-25 Stefan Reinauerdon't hardcode i386 in lpgcc
2010-03-25 Stefan Reinauerallow libpayload to completely build out of tree.
2010-03-25 Stefan Reinauerprevent timer overflows in libpayload
2010-03-25 Stefan Reinauermake keyboard reset driver generic (not pc keyboard...
2010-03-25 Patrick GeorgiCopy argument of -include as it's modified later.
2010-03-25 Patrick GeorgiIt's really obj=, not O= (see toplevel Makefile)
2010-03-25 Stefan ReinauerOne feature I've been really missing since we switched to
2010-03-24 Stefan Reinauerabuild should be using O=, not obj=
2010-03-24 Myles WatsonGet rid of type-punned pointer errors.
2010-03-24 Stefan ReinauerSome keyboards need a longer timeout. Also increase...
2010-03-24 Stefan ReinauerDrop unneeded code that checks for CONFIG_ variables in
2010-03-24 Stefan Reinauerfix acpi dsdt copy on roda rk886ex
2010-03-24 Stefan ReinauerSMM: remove hack that was needed back in oldconfig...
2010-03-24 Stefan Reinaueroops, forgot to cleanup extra output in bootblock creat...
2010-03-24 Stefan Reinauerdependency tracking for coreboot
next