aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-17remove argument in snow's romstage main()David Hendricks
2013-01-17bootblock_cpu_init() stub for exynos5250David Hendricks
2013-01-17armv7: Place reset vector + CBFS header + bootblock dynamicallyDavid Hendricks
2013-01-17ARM bootblock approachDavid Hendricks
2013-01-16Fix high dword of MTRR mask set with CONFIG_CPU_ADDR_BITSMartin Roth
2013-01-16armv7: delete unneeded ptrace.hStefan Reinauer
2013-01-14Support for Celeron 1007UStefan Reinauer
2013-01-14Make the pre-commit-hook happy about the code in libgcov.cRonald G. Minnich
2013-01-12Implement GCC code coverage analysisStefan Reinauer
2013-01-12No random directoriesStefan Reinauer
2013-01-12Move init.S to a proper filenameRonald G. Minnich
2013-01-11Fix console.c with serial support disabledStefan Reinauer
2013-01-11cbmem: replace pointer type by uint64_tStefan Reinauer
2013-01-11exynos5250: Hacked up lowlevel_init_cDavid Hendricks
2013-01-11exynos5250: Temporarily remove intermediate rule in MakefileDavid Hendricks
2013-01-11AMD: Set the mask of MTRR according to CONFIG_CPU_ADDR_BITSZheng Bao
2013-01-10armv7: replace magic constant for romstage locationDavid Hendricks
2013-01-10armv7: add *(.data) back into .romdata sectionDavid Hendricks
2013-01-10armv7: update board_init_f function signatureDavid Hendricks
2013-01-10armv7: delete some unused filesDavid Hendricks
2013-01-10snow: add max77686 driver in romstage and ramstageDavid Hendricks
2013-01-10exynos5250: clean-ups for clock_initDavid Hendricks
2013-01-10exynos5250: un-comment a lot of code which was left out earlierDavid Hendricks
2013-01-10size optimizations for max77686David Hendricks
2013-01-10Fix 2 infinite loops if IMC doesn't respondMartin Roth
2013-01-09Fix typo in SB800 Kconfig for IMC positionMartin Roth
2013-01-08qemu-x86: Implement more featuresStefan Reinauer
2013-01-05ARMv7: drop __ASSEMBLY__Stefan Reinauer
2013-01-05ARMv7: drop __KERNEL__Stefan Reinauer
2013-01-04Flatten the treeRonald G. Minnich
2013-01-04Revert "armv7: pass bootblock offset from Kconfig into cbfstool"Ronald G. Minnich
2013-01-04ARMv7: Make ABI compatible to reference toolchainStefan Reinauer
2013-01-04ARMv7: drop libgcc copyStefan Reinauer
2013-01-04Clean up ARMv7 architecture KconfigStefan Reinauer
2013-01-04Make PCIe config options depend on PCIe supportStefan Reinauer
2013-01-04rd890: clear IO-APIC before setupAladyshev Konstantin
2013-01-04Tyan s8226: change lapic of lapic_cluster 0 to 0x10Siyuan Wang
2013-01-04Change "VERSION*" to more determined name "CBFS_HEADER_VERSION*".Hung-Te Lin
2013-01-04cleanup some exynos5250 uart codeDavid Hendricks
2013-01-04make early serial console support more genericDavid Hendricks
2013-01-04update CFLAGS for armv7David Hendricks
2013-01-03Rename mainboard_smi.c to smihandler.cPatrick Georgi
2013-01-03armv7: pass bootblock offset from Kconfig into cbfstoolDavid Hendricks
2013-01-03snow: Stuff to support building image with BL1David Hendricks
2013-01-03Add (hacked-up) s3c24x0_i2c filesDavid Hendricks
2013-01-03import SPL files for board_i2c_{claim,release}_bus()David Hendricks
2013-01-03armv7: create init.S for early ARMv7 initDavid Hendricks
2013-01-03Fix strcpy()Stefan Reinauer
2013-01-02AGESA: Use `Flag=AGESA_SUCCESS` instead of `TRUE` in DMI related functionsAladyshev Konstantin
2013-01-02Supermicro H8QGI: Pass callout pointer to AmdReadEventLog functionAladyshev Konstantin
2012-12-30rs780: Implement `rs780_internal_gfx_disable` and add .disable pcie_opsDenis 'GNUtoo' Carikli
2012-12-30M4A785T-M: Add support for external GFX.Denis 'GNUtoo' Carikli
2012-12-29Add AMD Hudson blobs by CONFIG_REQUIRES_BLOBS dependencyMarc Jones
2012-12-29remove obsolete include paths from INCLUDESDavid Hendricks
2012-12-29import i2c header from u-bootDavid Hendricks
2012-12-29corrections for MAX77686 config variableDavid Hendricks
2012-12-29move iRAM config variable to exynos5250 KconfigDavid Hendricks
2012-12-29Simplify romstage.ld for armv7David Hendricks
2012-12-28Supermicro H8QGI: Add onboard VGA to devicetree.cbAladyshev Konstantin
2012-12-28Supermicro H8QGI: fix bus_sp5100[] clear in get_bus_conf.cAladyshev Konstantin
2012-12-28BiosCallOuts: Replace REQUIRED_CALLOUTS define with flexible variableAladyshev Konstantin
2012-12-28USBDEBUG: Enable the EHCI in AMD SouthbridgeZheng Bao
2012-12-21Supermicro H8QGI: Fix routing from 16 to 55 in ACPI tableAladyshev Konstantin
2012-12-19Add back dummy free()Stefan Reinauer
2012-12-19No need to contact AMD for firmware anymorePatrick Georgi
2012-12-19Remove colors from build system outputPatrick Georgi
2012-12-19Get stdint.h in sync between ARMv7 and x86Stefan Reinauer
2012-12-15Fix a compare against undefined variable in acpi.cMartin Roth
2012-12-14AMD S3: Rename generated s3.rom for make cleanZheng Bao
2012-12-12SB800: Add IMC ROM and fan control.Martin Roth
2012-12-12Rename generated hudson_romsig.bin for make cleanMartin Roth
2012-12-12Fix SPI BAR special case in lpc_set_resourcesMartin Roth
2012-12-12Claim the SPI bus before writes if the IMC ROM is presentMartin Roth
2012-12-12Fix ARMv7 payload handlingStefan Reinauer
2012-12-12Fix maxim max77686 driverStefan Reinauer
2012-12-12Add support for Google Parrot ChromebookStefan Reinauer
2012-12-12Add support for ENE932 EC w/ Compal firmwareStefan Reinauer
2012-12-12Add minimal mainboard support for snowRonald G. Minnich
2012-12-12Fix UART8250 console prototypesStefan Reinauer
2012-12-12Fix up Maxim MAX77686 driverStefan Reinauer
2012-12-11Remove un-needed i2c.h includeRonald G. Minnich
2012-12-11Correct the location of the include fileRonald G. Minnich
2012-12-10Removed an unneeded include fileRonald G. Minnich
2012-12-08stddef.h: move to generic codeStefan Reinauer
2012-12-08WIP: Initial ARMv7 architecture implementation in corebootStefan Reinauer
2012-12-08WIP: Add support for non-8250 built-in UARTsStefan Reinauer
2012-12-08cbfs_core.h: support for ARMv7 CBFS master headerStefan Reinauer
2012-12-08WIP: Initial support for Samsung Exynos 5250 ARM CPUStefan Reinauer
2012-12-08Limit SPI device debug prints with CONFIG_DEBUG_SPI_FLASHMarc Jones
2012-12-08Fix Yabel compilation on non-x86 platformsStefan Reinauer
2012-12-08Only include libgcc wrappers on x86Stefan Reinauer
2012-12-08Allow PCI option rom execution only on systems with PCI supportStefan Reinauer
2012-12-07Add function to map vendor/device to generic VBIOS IDsDave Frodin
2012-12-06Disable CMOS_POST and IO_POST on non-PC80 systemsStefan Reinauer
2012-12-06Unify assembler function handlingStefan Reinauer