index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-03-13
libpayload: Don't do unaligned accesses during LZMA decompression
Gabe Black
2013-03-13
libpayload: Add size_t and ssize_t types for ARM and x86
Gabe Black
2013-03-13
libpayload: Move over to the payload's stack during startup
Gabe Black
2013-03-13
exynos5250/snow: enable branch prediction
David Hendricks
2013-03-13
libpayload: ARCH-$(CONFIG_ARCH_ARMV7) was defined twice, make one POWERPC
Gabe Black
2013-03-13
libpayload: Add usb_generic_(create|remove) functions for unrecognized devices
Gabe Black
2013-03-13
libpayload: Split EHCI bulk transfers on packet boundaries over qTDs
Julius Werner
2013-03-13
libpayload: add support for 64-bit EHCI controllers
Vincent Palatin
2013-03-13
libpayload: Stub out time keeping functions for ARM as well
Gabe Black
2013-03-13
libpayload: If no video drivers initialize in video_init, return 1.
Gabe Black
2013-03-13
libpayload: If there's no IO address space, don't try to use it for serial
Gabe Black
2013-03-13
libpayload: If there's no IO space, complain if the serial claims to use it
Gabe Black
2013-03-13
libpayload: Consolidate io vs. mem mapped serial into accessor functions
Gabe Black
2013-03-13
libpayload: Make whether or not there's an IO address space configurable
Gabe Black
2013-03-13
Update 3rdparty mark to latest repository
Stefan Reinauer
2013-03-13
libpayload: Start using only internal and compiler headers.
Ronald G. Minnich
2013-03-13
libpayload: Add more parenthesis to the endian conversion macros
Gabe Black
2013-03-13
libpayload: Make the source for lzma decompression const
Gabe Black
2013-03-13
src/mainboard: Drop redundant `CHIP_NAME` again for new ports
Paul Menzel
2013-03-13
libpayloads: Provide BSD/glibc style endian functions.
Hung-Te Lin
2013-03-13
exynos5250: Don't set PS_HOLD in bootblock_cpu_init
David Hendricks
2013-03-13
exynos5250/snow: call PMIC's power_init() function
David Hendricks
2013-03-12
libpayload: Remove unnecessary include of arch/msr.h
Gabe Black
2013-03-12
libpayload: In the USBMSC read_capacity function, make buf an array of u32.
Gabe Black
2013-03-12
AMD CIMx SB800: Enable AHCI mode for SATA controller by default
Paul Menzel
2013-03-12
watchdog.h: Fix compile time error on disabling watchdog handling
Patrick Georgi
2013-03-12
libpayload: Fix reading x86 CBFS images from RAM
Patrick Georgi
2013-03-12
Fix 'git describe' invocation
Vadim Bendebury
2013-03-11
pci.h: Drop unused `mainboard_pci_subsystem*` prototypes
Patrick Georgi
2013-03-11
ASUS M5A88-V: Kconfig: Fix mainboard model name
Paul Menzel
2013-03-09
Add Intel Panther Point USB3 initialization
Marc Jones
2013-03-08
Persimmon DSDT: Add secondary bus range to PCI0
Mike Loptien
2013-03-08
Eliminate do_div().
David Hendricks
2013-03-08
AMD Inagua: Use SPD read code from F14 wrapper
Kimarie Hoot
2013-03-08
AMD CIMx SB800 boards: platform_cfg.h: Integrate Kconfig SATA Mode choice
Paul Menzel
2013-03-08
AMD Persimmon: mainboard.c: Make comment generic to reduce difference
Paul Menzel
2013-03-08
AMD Union Station: Use SPD read code from F14 wrapper
Kimarie Hoot
2013-03-08
AMD South Station: Use SPD read code from F14 wrapper
Kimarie Hoot
2013-03-08
ARMV7 and Google/Snow: Add exception support code to the ramstage
Ronald G. Minnich
2013-03-08
AGESA: Fix CR0_PE bit define
Konstantin Aladyshev
2013-03-08
Supermicro H8QGI: set up right frequency limits for memory controller
Konstantin Aladyshev
2013-03-08
AGESA: Fix bug in AMD_DISABLE_STACK_FAMILY_HOOK_F15
Konstantin Aladyshev
2013-03-08
FrontRunner/Toucan-AF: lower SPI speed to 22 MHz
Jens Rottmann
2013-03-07
AMD Persimmon: Use SPD read code from F14 wrapper
Martin Roth
2013-03-07
AMD Fam14: Add SPD read functions to wrapper code
Martin Roth
2013-03-07
Remove UTF-8 characters from comments
Ronald G. Minnich
2013-03-07
Revert "ARMv7: Simplify div64"
David Hendricks
2013-03-07
snow: add real values for GPIOs in fill_lb_gpios()
David Hendricks
2013-03-07
exynos5: add GPIO port enums
David Hendricks
2013-03-07
google/snow: fix coding style
Stefan Reinauer
2013-03-07
src/arch/x86/boot/acpigen.c: Small coding style and comment fixes
Paul Menzel
2013-03-07
Fix build by adding `cbmem.c` to `COLLECT_TIMESTAMPS`
Kyösti Mälkki
2013-03-07
Intel e7505: provide get_top_of_ram
Kyösti Mälkki
2013-03-07
Fix socket LGA775
Kyösti Mälkki
2013-03-07
ASRock E350M1: Let `BiosGnbPcieSlotReset()` return `AGESA_UNSUPPORTED`
Paul Menzel
2013-03-06
samsung/exynos5: add display port and framebuffer defines and initialization
Ronald G. Minnich
2013-03-06
ASRock E350M1: mainboard.c: Add declarations for `set_pcie_{,de}reset`
Paul Menzel
2013-03-06
Google/Snow: enable sound hardware clocks
Ronald G. Minnich
2013-03-06
google/snow: Change MMC0 to work in 8 bit mode.
Ronald G. Minnich
2013-03-06
AMD SB800: don't switch clock from 14 to 48 MHz for smscsuperio
Jens Rottmann
2013-03-04
FrontRunner/Toucan-AF: drop unnecessary compile time CPU model selection
Jens Rottmann
2013-03-04
libpayload: Turn on thumb interworking in libpayload.
Gabe Black
2013-03-04
libpayload: Catch exceptions and print out an error message.
Ronald G. Minnich
2013-03-04
ARM: remove code that is IMHO a dangerous design
Ronald G. Minnich
2013-03-04
bump SeaBIOS to 1.7.2.1
Idwer Vollering
2013-03-03
AMD Persimmon, LiPPERT Fam14: Fix typo code*c* in comment
Paul Menzel
2013-03-02
ASRock E350M1: Remove non-existing PCI devices 12.1 and 13.1
Paul Menzel
2013-03-02
FrontRunner/Toucan-AF: work around AGESA RAM init crashing on reboot
Jens Rottmann
2013-03-02
LiPPERT Toucan-AF [2/2]: actually implement mainboard support
Jens Rottmann
2013-03-02
LiPPERT Toucan-AF [1/2]: create board by forking AMD Persimmon
Jens Rottmann
2013-03-02
LiPPERT FrontRunner-AF [2/2]: actually implement mainboard support
Jens Rottmann
2013-03-02
LiPPERT FrontRunner-AF [1/2]: create board by forking AMD Persimmon
Jens Rottmann
2013-03-01
libpayload: Mark "halt" as a function.
Gabe Black
2013-03-01
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
Paul Menzel
2013-03-01
armv7/snow: Add S5P MSHC initialization in ROM stage.
Hung-Te Lin
2013-02-28
Revert "ARMv7: drop special handling for stages.c"
Ronald G. Minnich
2013-02-28
CBMEM: always initialize early if the board supports it
Stefan Reinauer
2013-02-28
Drop SRC_ROOT from mainboard Makefile.incs
Stefan Reinauer
2013-02-28
libpayload: Check for completion more often in ehci_set_periodic_schedule.
Gabe Black
2013-02-28
Use defines for some i82801ex/gx registers
Kyösti Mälkki
2013-02-28
ARMv7: drop special handling for stages.c
Stefan Reinauer
2013-02-28
Drop CONFIG_WRITE_HIGH_TABLES
Stefan Reinauer
2013-02-27
Fix microcode selection code
Stefan Reinauer
2013-02-27
Google/snow: update the GPIO emulation.
Ronald G. Minnich
2013-02-27
Persimmon: remove HDMI Audio, PCI device 00:01.1 from devicetree.cb
Jens Rottmann
2013-02-27
selfboot: Report correct entry point address in debug message.
Hung-Te Lin
2013-02-27
smm: Update rev 0x30101 SMM revision save state
Aaron Durbin
2013-02-27
Mainboard SMI S state handler was using the wrong defines
Marc Jones
2013-02-27
IOAPIC: Divide setup_ioapic() in two parts.
Kyösti Mälkki
2013-02-26
Unify setting 82801a/b/c/d IOAPIC ID
Kyösti Mälkki
2013-02-26
AMD Inagua: buildOpts.c: Adapt whitespace to coding style
Paul Menzel
2013-02-26
AGESA: skip s3_resume.h if CONFIG_HAVE_ACPI_RESUME is disabled
Jens Rottmann
2013-02-26
libpayload: Add a pointer for user data on the USB MSC data structure.
Gabe Black
2013-02-26
AMD Fam14 boards: reduce unnecessary differences, 2nd attempt
Jens Rottmann
2013-02-26
libpayload: Correct a constant used for scanning for USB controllers.
Gabe Black
2013-02-26
libpayload: Change the measurement interval for get_cpu_speed to 2 ms.
Gabe Black
2013-02-26
Revert "AMD S3: Program the flash in a bigger data packet"
Dave Frodin
2013-02-25
AMD Southbridge: Add RTC init to lpc_init
Mike Loptien
2013-02-25
Supermicro H8SCM & H8QGI: Fix printk warnings
Martin Roth
2013-02-25
AMD Southstation: Fix final warning
Martin Roth
[prev]
[next]