summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-30x86: Add an fdt pointer to the global data structureGabe Black
2012-11-30x86: video: Add coreboot framebuffer supportStefan Reinauer
2012-11-30x86: Remove coreboot start16 codeSimon Glass
2012-11-30x86: Allow compiling out realmode/bios codeGabe Black
2012-11-30x86: Select stdio devices for corebootSimon Glass
2012-11-30x86: Add console command to display CBMEM console bufferVadim Bendebury
2012-11-30x86: Add CBMEM console driver for corebootVadim Bendebury
2012-11-30x86: coreboot: Decode additional coreboot sysinfo tagsSimon Glass
2012-11-30x86: coreboot: Drop sysinfo.cStefan Reinauer
2012-11-30Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini
2012-11-30include/linux/byteorder: Always defines __fswab64, __swab64p and __swab64sNobuhiro Iwamatsu
2012-11-30serial: serial_sh: bugfix: autoboot fails if serial console is not connectedTetsuyuki Kobayashi
2012-11-30sh: fix trigger_address_error()Yoshihiro Shimoda
2012-11-29Merge branch 'master' of git://git.denx.de/u-boot-fdtTom Rini
2012-11-29fdt: Correct global_data condition in mainSimon Glass
2012-11-28Merge branch 'master' of git://www.denx.de/git/u-boot-x86Tom Rini
2012-11-28x86: coreboot: Enable LPC TPMSimon Glass
2012-11-28x86: Remove coreboot start16 codeSimon Glass
2012-11-28x86: coreboot: Implement recursively scanning PCI bussesGabe Black
2012-11-28x86: coreboot: Modify u-boot code to allow building coreboot payloadVadim Bendebury
2012-11-28x86: coreboot: Tell u-boot about PCI bus 0 when initializingGabe Black
2012-11-28x86: coreboot: Move non-board specific files to coreboot arch directoryStefan Reinauer
2012-11-28x86: Add some missing includesGabe Black
2012-11-28x86: Allow excluding reset vector code from u-bootGabe Black
2012-11-28x86: Add initial memory barrier macrosSimon Glass
2012-11-28x86: Add ilog2 to bitopsGraeme Russ
2012-11-28x86: Remove duplicate PCI initGraeme Russ
2012-11-28x86: Put global data on the stackGraeme Russ
2012-11-28x86: Forward declare gd_tGraeme Russ
2012-11-28Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xxTom Rini
2012-11-28Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini
2012-11-28powerpc/mpc85xx: Fix a bug introduced by CONFIG_PPC_SPINTABLE_COMPATIBLEYork Sun
2012-11-28powerpc/85xx: update the work-around for P4080 erratum SERDES-9Timur Tabi
2012-11-28powerpc/p4080ds: fix PCI-e x8 link training down failureYuanquan Chen
2012-11-28powerpc/corenet_ds: move SATA config to board configurationZang Roy-R61911
2012-11-28powerpc/85xx: implement check for erratum A-004580 work-aroundTimur Tabi
2012-11-28powerpc/mpc8xxx: take fdt_fixup_crypto_node() off the checkstack listKim Phillips
2012-11-28powerpc/mpc85xx: Temporary fix for spin table backward compatibilityYork Sun
2012-11-28powerpc/P2041RDB: Fix Flash address LAW addressYork Sun
2012-11-28powerpc/corenet_ds: Update DDR timing for single-rank DIMMsYork Sun
2012-11-28powerpc/85xx: implement check for erratum A-004849 work-aroundTimur Tabi
2012-11-28powerpc/85xx: add support for the Freescale P5040DS Superhydra reference boardTimur Tabi
2012-11-28powerpc/85xx/p5040: add CONFIG_SYS_PPC64, del CONFIG_SYS_FSL_ELBC_MULTIBIT_ECCTimur Tabi
2012-11-28powerpc/qoriq: Move FMAN microcode locationYork Sun
2012-11-27mmc: Properly determine maximum supported bus widthAndy Fleming
2012-11-278xxx: Change all 8*xx_DDR addresses to 8xxxAndy Fleming
2012-11-27mmc: Fix incorrect handling of 'read' & 'write' commandsTaylor Hutt
2012-11-27mmc: tegra: use bounce buffer APIsStephen Warren
2012-11-27common: rework bouncebuf implementationStephen Warren
2012-11-27bouncebuf: remove dummy implementationStephen Warren