aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-05cbfstool: Use cbfs_image API for "add-*" (add-payload, add-stage, ...) commands.Hung-Te Lin
2013-02-05cbfstool: Use cbfs_image api for "add" command.Hung-Te Lin
2013-02-05cbfstool: Use cbfs_image API for "create" command.Hung-Te Lin
2013-02-05cbfstool: Use cbfs_image API for "locate" command.Hung-Te Lin
2013-02-05cbfstool: Fix incorrect CBFS free space by old cbfstool.Hung-Te Lin
2013-02-05cbfstool: Use cbfs_image API for "remove" command.Hung-Te Lin
2013-02-05cbfstool: Use cbfs_image API for "extract" command.Hung-Te Lin
2013-02-05cbfstool: Use cbfs_image API for "print" command.Hung-Te Lin
2013-02-05cbfstool: Add cbfs_image new CBFS image manipulation API.Hung-Te Lin
2013-02-05cbfstool: Add buffer management API.Hung-Te Lin
2013-02-04Add MMCONF resource to AMD fam15 PCI_DOMAINSteven Sherk
2013-02-04Hook up corebootPkg as Tianocore payloadPatrick Georgi
2013-02-04AGESA boards: Fix grammar in description of `OemCustomizeInitEarly`Paul Menzel
2013-02-04smbios: show CONFIG_LOCALVERSION in DMI bios_versionChristian Gmeiner
2013-02-04Family 12: Update for string portabilityMike Loptien
2013-02-04Family 15tn: Update for string portabilityMike Loptien
2013-02-04Family 10: Update for string portabilityMike Loptien
2013-02-04Family 15: Update for string portabilityMike Loptien
2013-02-04Add MMCONF resource to AMD fam15tn PCI_DOMAINSteven Sherk
2013-02-04ASRock 939A785GMH: Align comments of DSDT’s `IndexField`Paul Menzel
2013-02-04ASRock 939A785GMH: Align comments in DSDT header with tabsPaul Menzel
2013-02-04Use tabs instead of spaces to align comments in DSTD headerPaul Menzel
2013-02-04Intel based boards: Use tab instead of spaces to align comment in DSDTPaul Menzel
2013-02-04crossgcc: add armv7a-eabi to list of working toolchainsDavid Hendricks
2013-02-04cbfstool: Update example file.Hung-Te Lin
2013-02-04exynos5250: make lowlevel_init_c.c benignDavid Hendricks
2013-02-04exynos/snow: get rid of board-specific arbitration codeDavid Hendricks
2013-02-04exynos/snow: partial clean-up of snow bootblock using build classDavid Hendricks
2013-02-04exynos/s5p: Add helper function for reading a single MVL3 GPIODavid Hendricks
2013-02-04add gpio.h for generic GPIO-related definitionsDavid Hendricks
2013-02-03exynos5250: remove CPU check from samsung_get_base_* macroDavid Hendricks
2013-02-03armv7: Add 'bootblock' build class.Hung-Te Lin
2013-02-01Fix libpayload xcompile xgcc pathMarc Jones
2013-02-01AMD/Persimmon: LVDS assignment was made to wrong DPxDave Frodin
2013-02-01libpayload: add EHCI QH/qTD debuggingAnton Kochkov
2013-02-01armv7: Fix entry point in ram stage.Hung-Te Lin
2013-02-01cbfstool: Make endian detection functions to work without prior setup.Hung-Te Lin
2013-02-01clean-up for arch/armv7/Makefile.incDavid Hendricks
2013-02-01snow: make romstage init DRAM controller and call ramstageRonald G. Minnich
2013-02-01exynos5250: hard-code array index for memory timingsDavid Hendricks
2013-02-01exynos5250: #define the dram controller interleaving sizeDavid Hendricks
2013-02-01lib: Prevent unaligned memory access and fix endianess in LZMA decode library.Hung-Te Lin
2013-02-01cbfstool: move flat-binary parsing to cbfs-mkpayload.Hung-Te Lin
2013-02-01cbfstool: Add -v (verbose) output.Hung-Te Lin
2013-02-01Fam15tn: Move SPD read from mainboards into wrapperMartin Roth
2013-02-01armv7: unify stage hand-off routinesDavid Hendricks
2013-01-31Improve how our printk calls do_div by using constants.Ronald G. Minnich
2013-01-30armv7: don't hang on divide by zeroRonald G. Minnich
2013-01-30Exynos5250: Get DDR3 working by changing what is compiled and add a functionRonald G. Minnich
2013-01-30Add a clean target to the run firmware (runfw) MakefileRonald G. Minnich
2013-01-30armv7: Add SPI driver for Exynos.Hung-Te Lin
2013-01-30Extend CBFS to support arbitrary ROM source media.Hung-Te Lin
2013-01-30Rename family15 pci northbridgeops functions.Steven Sherk
2013-01-30Rename family15tn pci northbridgeops functions.Steven Sherk
2013-01-30libpayload: Update README with Git repository URL and directory locationPaul Menzel
2013-01-30Family 14: Update for string portability.Mike Loptien
2013-01-30Project PIANO aka tianocorebootStefan Reinauer
2013-01-30ASRock E350M1: Remove unused variable `reg8` from `romstage.c`Paul Menzel
2013-01-30cbfstool: Prevent file name to be corrupted by basename().Hung-Te Lin
2013-01-29Exynos5250: change all unsigned with no type to 'unsigned int'Ronald G. Minnich
2013-01-29Exynos5250: add debug prints to DDR3 startup code.Ronald G. Minnich
2013-01-29Exynos5250: make vendor enums in the timing array more debuggable.Ronald G. Minnich
2013-01-29cbfstool: Change "locate" output to prefix "0x".Hung-Te Lin
2013-01-29cbfstool: Remove unused header files.Hung-Te Lin
2013-01-29armv7: Clean up the mmu setup a bitRonald G. Minnich
2013-01-29armv7: nuke global_data.h and remove some references to gd structDavid Hendricks
2013-01-29armv7: Clean out weak symbols and unnecessary #ifdef's in cache filesDavid Hendricks
2013-01-28AMD/Persimmon: DP0 is connected to a LVDS connectorDave Frodin
2013-01-28cbfstool: Store global variables into struct.Hung-Te Lin
2013-01-28msrtool: Decoding for most of Intel Core 2 MSRsAnton Kochkov
2013-01-27ioapic: Factor out counting code to `ioapic_interrupt_count`Patrick Georgi
2013-01-26AMD boards, ASRock E350M1: Remove whitespace in front of comma in DSDTPaul Menzel
2013-01-25inteltool: Add support for Atom N455 (0x106c0) in CPU MSRs dumpOlivier Langlois
2013-01-25libpayload: use $(DOTCONFIG) instead of .configStefan Reinauer
2013-01-25AGESA: Kconfig: Drop useless depends statementPatrick Georgi
2013-01-23clear_ioapic: Fix reading of number of interrupts for IO-APICsAladyshev Konstantin
2013-01-22Add MMCONF resource to AMD fam14 PCI_DOMAIN.Marc Jones
2013-01-22util/runfw/googlesnow.c: Remove trailing whitespacePaul Menzel
2013-01-22Rename fam14 pci northbridge ops functions.Marc Jones
2013-01-22F15tn: Fix all warnings, enable warnings as errorsMartin Roth
2013-01-22src/lib/timestamp.c: Fix spelling of tim*e*stampPaul Menzel
2013-01-22Hudson: Legacy free question is hudson onlyMartin Roth
2013-01-22armv7: add ARM-encoded bootblock_exit() stubDavid Hendricks
2013-01-21Hudson: Cleanup - change SB800 references to hudsonMartin Roth
2013-01-21AGESA F15tn: Move callouts into northbridge wrapperMartin Roth
2013-01-21Save and restore F15TN graphics command registerMartin Roth
2013-01-21Hudson: Changes to support agesa/hudson for legacy freeMartin Roth
2013-01-21Hudson: Changes to agesa/hudson FADT for ACPI 3.0Martin Roth
2013-01-21F15tn / Hudson: Change SATA NumOfPorts register settingMartin Roth
2013-01-21Parmer / Thatcher: devicetree.cb cleanup and whitespaceMartin Roth
2013-01-21F15tn: Modify devicetree to fix S3 resumeMartin Roth
2013-01-19Utility to run the snow bios in user modeRonald G. Minnich
2013-01-19Add more information to the cbfstool printStefan Reinauer
2013-01-19armv7/snow: get to romstageDavid Hendricks
2013-01-19Update gcov patch in documentationStefan Reinauer
2013-01-18armv7: add a wrapper for romstage's main() for ARM ISAGabe Black
2013-01-18Snow bootblock (bloated/debug version)David Hendricks
2013-01-17Fix the stack setup code so we can use an arbitrary 32-bit valueRonald G. Minnich
2013-01-17make main() in snow's romstage.c our romstage entry pointDavid Hendricks
2013-01-17make crossgcc: compile all required toolchainsStefan Reinauer