Add constants for fast path resume copying
[coreboot.git] / util /
2010-08-09 Stefan Reinauermake sconfig parser regeneration menu selectable
2010-08-09 Patrick GeorgiFix build error introduced in r5868.
2010-08-09 Stefan Reinauernon-root devices are not supposed to be accessed outsid...
2010-08-02 Mattias MattssonAdds id for ITE IT8707F to superiotool.
2010-08-01 Björn Busseadd i945GSE to inteltool
2010-07-29 Corey OsgoodAdd support for the Intel Atom D400/500- and N400-serie...
2010-07-22 David HendricksSuperiotool support for Nuvoton WPCE775x/NPCE781x.
2010-07-15 Patrick GeorgiTrivial: Improve error reporting of sconfig slightly...
2010-07-06 Edwin BeasantRe-integrate "USE_OPTION_TABLE" code.
2010-06-29 Anton KochkovAdd support to IT85xx series
2010-06-29 Anton KochkovAdd support to extended EC series
2010-06-24 Stefan Reinauerfix return value checks of cbfstool's writerom
2010-06-16 Joseph SmithThis patch adds inteltool support for i810E and ICH2.
2010-06-10 Myles WatsonCheck for NULL before calling device_match()
2010-06-09 Myles WatsonSame conversion as with resources from static arrays...
2010-06-01 Stefan Reinauerinteltool: basic poulsbo sch support.
2010-05-30 Stefan Reinauerwhitespace cleanup inteltool cpu.c
2010-05-30 Anton KochkovAdded support to ICH9 chipset family
2010-05-21 Myles WatsonUse lists instead of arrays for resources in devices...
2010-05-19 Stefan ReinauerThe AMD Fam10 code breaks with coreboot 4.5.0.
2010-05-19 Patrick GeorgiFix path for mingw workaround. Trivial.
2010-05-17 Stefan ReinauerNew buildgcc version.
2010-05-17 Stefan Reinauerdrop old patches from crossgcc
2010-05-17 Peter Stugemsrtool: Print hex values using only as many digits...
2010-05-17 Peter Stugemsrtool: Remove some unneeded casts
2010-05-14 Uwe HermannVarious superiotool fixes.
2010-05-09 Anton KochkovBegin implementation support to IT8512/IT8513
2010-05-08 Anders JenboAdd registers for the it8671f chip.
2010-05-05 Patrick GeorgiImprove the sconfig parser:
2010-05-05 Patrick GeorgiRename "apic" and "apic_cluster" to "lapic" and "lapic_...
2010-05-05 Patrick Georgisconfig: Make cur_bus and cur_parent local to the parser.
2010-05-05 Patrick GeorgiSplit C code in sconfig's parser into a separate file.
2010-04-27 Patrick GeorgiMore "prepare"-dependencies we don't need anymore
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-04-24 Stefan Reinauerprint the known cbfs types in cbfstool "usage"
2010-04-21 Pat ErleyThis patch adds:
2010-04-19 Patrick Georgi- Make abuild -sb work again
2010-04-16 Patrick GeorgiBuild utils into their source directory equivalent in
2010-04-16 Stefan Reinauerenable more warnings for vgabios utility, and enable...
2010-04-15 Patrick GeorgiAvoid strdup(0) in build_opt_tbl
2010-04-14 Patrick GeorgiUpdate mingw source versions and allow parallel builds...
2010-04-14 Patrick Georgisconfig should return success when it's successful
2010-04-14 Patrick GeorgiRename variable to not confuse gcc on mingw
2010-04-13 Marc BertensAdd support for the SMSC FDC37C932 Super I/O.
2010-04-08 Stefan Reinaueroutput cosmetics
2010-04-08 Patrick GeorgiRemove #line statements in processed parser source,
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-03 Stefan ReinauerAdd noreturn attribute to die() in romcc.
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-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-27 Patrick Georgimake only needs to read Makefile.incs once, thanks...
2010-03-26 Patrick GeorgiMake sconfig only complain about real conflicts.
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 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 Stefan ReinauerDrop unneeded code that checks for CONFIG_ variables in
2010-03-23 Stefan ReinauerUse coreboot-internal version of x86emu for the vgabios...
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-03-21 Stefan Reinauerdrop dead code.
2010-03-21 Christian RuppertDon't abuse LDFLAGS and fix linking with -Wl,--as-needed.
2010-03-17 Eric W. BiedermanCatch non-static arrays in romcc. Not allowed.
2010-03-16 Stefan Reinauerit was reason for workaround rules already, and it...
2010-03-16 Patrick Georgi pat... Various changes to the buildsystem:
2010-03-16 Patrick GeorgiMake CLANG selectable in Kconfig
2010-03-16 Stefan Reinauerback out r5212 and r5210; Follow the thread of
2010-03-15 Patrick GeorgiUse copy_triple only on non-flattened nodes.
2010-03-14 Patrick GeorgiFix segfault of romcc when complex assignment operators
2010-03-14 Patrick GeorgiAdd scan-build support to the build system.
2010-03-05 Myles WatsonRemove redundant run_bios prototype. Trivial.
2010-03-05 Myles Watson1. Move run_bios prototype to device.h
2010-03-05 Uwe HermannThis patch is from 2009-10-20
2010-03-01 Stefan ReinauerThis patch implements MBI (modular bios interface)...
2010-02-28 Stefan ReinauerAdd attribute((noreturn)) to romcc
2010-02-22 Stefan Reinauerdrop empty x86emu Makefile
2010-02-22 Stefan ReinauerInteltool: Add i830/Tolapai/Ich4 support
2010-02-22 Stefan ReinauerThis is a general cleanup patch
2010-02-22 Stefan ReinauerYABEL update
2010-02-19 Myles Watson1. Change CONFIG_DEBUG to DEBUG in util/x86emu/*
2010-02-12 Peter Stugeromcc: Fix a few (harmless) warnings
2010-02-11 Patrick Georgiromcc: Ignore empty string tokens. So far, romcc emitte...
2010-02-11 Stefan Reinauerseparate build.h and config.h usage (now possible becau...
2010-02-10 Patrick GeorgiImprove compiler detection and configuration in xcompile.
2010-02-10 Uwe HermannDo not print the full path name to coreboot.rom in...
2010-02-10 Patrick GeorgiRemove two perl calls with sed, and adds an alternative
2010-02-10 Stefan Reinauerpython is no longer used in abuild.
2010-02-09 Stefan ReinauerI took Rob Landley's nice "menuconfig2html.py" script...
2010-02-07 Patrick Georginewconfig is no more.
2010-02-04 Stefan ReinauerMove CAR settings for all GX1, GX2, LX and Intel Slot2...
2010-02-04 Uwe HermannAdd dump support for the Winbond W83877AF (trivial).
2010-02-03 Patrick GeorgiGuards against errors that are hard to track down:
2010-01-31 Stefan Reinauercompareboard:
2010-01-31 Uwe HermannAdd detection support for the Winbond W83877AF (trivial).
next