Signed-off-by: Rudolf Marek <r.marek@assembler.cz>
[coreboot.git] / util /
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).
2010-01-30 Stefan ReinauerThese lines slipped in. Sorry for the inconvenience.
2010-01-30 Stefan Reinaueradd Kbuild support to abuild and enable it per default;
2010-01-29 Patrick GeorgiAdd the BSD-licensed getopt tool to crossgcc, to use
2010-01-26 Stefan Reinaueruse stdint types for structures, and don't use pointers
2010-01-25 Patrick GeorgiMore Kconfig changes to improve match with newconfig:
2010-01-24 Uwe HermannDocument CONFIG_PCI usage in the README (trivial).
2010-01-24 Uwe HermannUpdate list of superiotool contributors to r5048 (trivial).
2010-01-24 Uwe HermannAdd missing files from the last commit (trivial).
2010-01-24 Carl-Daniel HailfingerAdd VIA VT82C686A/VT82C686B detection support to superi...
2010-01-23 David BartleyAdd detection support for the Winbond W83667HG Super...
2010-01-23 Anders Juel JensenAdd detection support for ITE IT8510E/TE/G and IT8511E...
2010-01-19 Stefan Reinauerdev->rom_address was dropped a while ago which broke...
2010-01-19 Stefan Reinauerdrop COREBOOT_V2 and COREBOOT_V4 define. We're not...
2010-01-17 Paul Menzelmsrtool: Fix typo
2010-01-17 Peter Stugemsrtool: Read both MSR values from file in diff mode
2010-01-17 Peter Stugemsrtool: Add endptr to str2msr() showing how many chara...
2010-01-16 Peter Stugemsrtool: More trivial rearrangement
2010-01-16 Stefan Reinauerectool: Support for dumping EC "index ram"
2010-01-16 Peter Stugemsrtool: Remove indent by using continue inside for...
2010-01-16 Stefan ReinauerUpdate reference toolchain to
2010-01-16 Stefan Reinauernvramtool: Consider a string with non-printable charact...
2010-01-15 Nils Jacobs(missing svn add)
2010-01-15 Nils JacobsSupport for the AMD Geode GX2
2010-01-13 Stefan Reinauerindent all of nvramtool to make it fit into coreboot's
2010-01-08 Patrick Georgi- Makefile.romccboard.inc supports tinybootblock romcc...
2010-01-07 Maciej PijankaPrint (empty) instead of nothing at all for empty
2010-01-05 Stefan Reinauer* Explicitly add __PRE_RAM__ where it should be added.
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 Stefan Reinauermake strcmp happy by including string.h (trivial)
2009-12-21 Patrick GeorgiAllow user to specify the size of a newly created cbfs...
2009-12-18 Patrick GeorgiCONFIG_K8_MEM_BANK_B_ONLY and CONFIG_PCIE_CONFIGSPACE_H...
2009-12-18 Patrick GeorgiFilter out some more K8/Fam10 specific options on unrel...
2009-12-18 Stefan Reinauer- speed up board comparison by only building abuild...
2009-12-17 Stefan ReinauerMake "KBuild report" a bit happier
2009-12-13 Peter Stugecrossgcc: Fix MPFR download location
2009-12-06 Peter Stugecbfstool: Fill memory allocated in create_cbfs_file...
2009-12-01 Patrick GeorgiEliminate some noise in the output of compareboard...
2009-11-28 Peter Stugemsrtool: Fix simple breakage in r4964
2009-11-28 Andriy Gaponmsrtool: Add FreeBSD support using /dev/cpuctl ioctl...
2009-11-28 Andriy Gaponmsrtool: Make configure more POSIX sh friendly
2009-11-28 Peter Stugemsrtool: Actually do PREFIX substitution in Makefile
2009-11-26 Peter StugeRemove commented out example MSR definitions
2009-11-26 Nathan WilliamsAdd the following GeodeLX memory controller MSRs
2009-11-25 Peter Stugemsrtool: Fix Geode LX probe function, Family/Model...
2009-11-21 Patrick GeorgiMake the kconfig-style build work in mingw:
2009-11-21 Peter StugeAdd GLCP_SYS_RSTPLL MSR defines for GeodeLX
2009-11-17 Patrick GeorgiInitialize memory before using it. put_bits wants it...
next