summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* arm: rmobile: lager: Add support MMC and MMC commandNobuhiro Iwamatsu2014-12-10-0/+36
* arm: rmobile: rcar: Add support ext2 and ext4 file systemNobuhiro Iwamatsu2014-12-10-0/+4
* arm: rmobile: Add mmc.h for sh_mmcif of rmobileNobuhiro Iwamatsu2014-12-10-0/+14
* arm: rmobile: rcar: Stop clock prior to booting kernelNobuhiro Iwamatsu2014-12-05-3/+76
* arm: rmobile: rcar: Add structure for infomation of module control registerNobuhiro Iwamatsu2014-12-05-0/+83
* arm: rmobile: rcar: Add infomation of bits for module control registerNobuhiro Iwamatsu2014-12-05-0/+53
* arm: rmobile: rcar: Add mstp_setclrbits and mstp_setclrbits_le32Nobuhiro Iwamatsu2014-12-05-0/+4
* arm: rmobile: rcar: Move arch_preboot_os function to rcar-gen2-common/common.cNobuhiro Iwamatsu2014-12-05-32/+31
* arm: rmobile: rcar: Move control macro of mstp to arch-rmobile/rcar-mstp.hNobuhiro Iwamatsu2014-12-05-36/+26
* arm: rmobile: rcar: Move module control register to header file of SoCNobuhiro Iwamatsu2014-12-05-35/+39
* Merge branch 'sandbox' of git://git.denx.de/u-boot-x86Tom Rini2014-12-04-40/+42
|\
| * buildman: Don't default to -e when building current sourceSimon Glass2014-11-26-14/+12
| * buildman: Fix repeating board list with -lSimon Glass2014-11-26-1/+2
| * patman: Use the full commit hash for 'git checkout'Simon Glass2014-11-26-3/+2
| * buildman: Save *.img files tooTom Rini2014-11-26-1/+1
| * sandbox: Fix warnings in cpu.c and os.cSimon Glass2014-11-26-1/+3
| * sandbox: Fix warnings due to 64-bit printf() stringsSimon Glass2014-11-26-20/+22
* | Revert "image-fdt: boot_get_fdt() return value when no DTB exists"Tom Rini2014-12-03-2/+2
* | Merge git://git.denx.de/u-boot-fdtTom Rini2014-12-01-33/+7
|\ \
| * | fdt: Fix regression in fdt_pack_reg()Hans de Goede2014-12-01-6/+6
| * | fdt: remove fdtdec_get_alias_node() functionMasahiro Yamada2014-11-27-27/+1
| |/
* | Merge git://git.denx.de/u-boot-x86Tom Rini2014-12-01-363/+5872
|\ \
| * | tools: Add ifdtool to .gitignoreBin Meng2014-11-25-0/+1
| * | x86: chromebook_link: Enable the Chrome OS ECSimon Glass2014-11-25-0/+9
| * | x86: chromebook_link: Enable the x86 emulatorSimon Glass2014-11-25-0/+4
| * | bios_emulator: Always print errors when opcode decode failsSimon Glass2014-11-25-18/+22
| * | bios_emulator: Add an option to enable debuggingSimon Glass2014-11-25-54/+90
| * | bios_emulator: Allow a custom interrupt handler to be installedSimon Glass2014-11-25-0/+6
| * | bios_emulator: Add vesa support and allow ROMs to be passed in as dataSimon Glass2014-11-25-58/+152
| * | bios_emulator: Allow x86 to use the emulatorSimon Glass2014-11-25-23/+23
| * | x86: config: Enable video support for chromebook_linkSimon Glass2014-11-25-7/+3
| * | x86: dts: Add video information to the device treeSimon Glass2014-11-25-0/+13
| * | x86: Add initial video device init for Intel GMASimon Glass2014-11-25-1/+969
| * | x86: Allow an option ROM to be built into U-BootSimon Glass2014-11-25-0/+3
| * | x86: video: Add video driver for bare x86 boardsSimon Glass2014-11-25-0/+38
| * | pci: Add general support for execution of video ROMsSimon Glass2014-11-25-2/+353
| * | x86: Add support for running option ROMs nativelySimon Glass2014-11-25-0/+946
| * | Add support for Vesa BIOS extensionsSimon Glass2014-11-25-0/+103
| * | x86: Add vesa mode configuration optionsSimon Glass2014-11-25-0/+149
| * | x86: Add GDT descriptors for option ROMsSimon Glass2014-11-25-22/+18
| * | Introduce a header file for the BIOS emulatorSimon Glass2014-11-25-52/+46
| * | x86: Add a definition of asmlinkageSimon Glass2014-11-25-0/+3
| * | x86: config: Enable SPI for chromebook_linkSimon Glass2014-11-25-4/+0
| * | x86: ivybridge: Add northbridge init functionsSimon Glass2014-11-25-1/+207
| * | x86: Drop some msr functions that we don't supportSimon Glass2014-11-25-11/+0
| * | x86: Add init for model 206AX CPUSimon Glass2014-11-25-0/+528
| * | x86: Add LAPIC setup codeSimon Glass2014-11-25-2/+181
| * | x86: Drop old CONFIG_INTEL_CORE_ARCH codeSimon Glass2014-11-25-28/+0
| * | x86: Remove unnecessary call to initr_enable_interrupts()Bin Meng2014-11-25-1/+1
| * | x86: Refactor interrupt_init()Bin Meng2014-11-25-14/+23