summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* x86: Convert to use DM VESA video driverBin Meng2016-10-12-14/+26
* dm: video: Output verbose information in vbe_setup_video()Bin Meng2016-10-12-1/+8
* dm: video: Add driver for VESA-compatible deviceBin Meng2016-10-12-0/+34
* x86: doc: Document coreboot framebuffer driver issue on QEMUBin Meng2016-10-12-0/+3
* x86: mrccache: Fix error handling in mrccache_get_region()Simon Glass2016-10-11-3/+5
* x86: Drop unused init_helper functionsSimon Glass2016-10-11-12/+0
* x86: ivybridge: Tidy up enable_clock_gating() for 64-bitSimon Glass2016-10-11-4/+4
* x86: ivybridge: Fix PCH power setupSimon Glass2016-10-11-4/+4
* x86: Don't export interrupt handlers with x86_64Simon Glass2016-10-11-1/+1
* x86: i2c: Fix cast of address to 32-bit valueSimon Glass2016-10-11-3/+3
* x86: Correct address casts in interrupt codeSimon Glass2016-10-11-2/+2
* x86: Correct address casts in cpu codeSimon Glass2016-10-11-6/+4
* x86: Allow interrupts to be disabled in 64-bit modeSimon Glass2016-10-11-1/+4
* usb: pci: Fix cast for 64-bit compilationSimon Glass2016-10-11-2/+2
* tpm: Tidy up use of size_tSimon Glass2016-10-11-2/+2
* rtc: Use CONFIG_X86 instead of __I386__Simon Glass2016-10-11-1/+1
* elf: Add the Elf64_Rela typeSimon Glass2016-10-11-0/+6
* board_f: Drop the extra fdtdec_prepare_fdt()Simon Glass2016-10-11-3/+0
* bios_emulator: Fix cast for 64-bit compilationSimon Glass2016-10-11-1/+1
* Add _image_binary_end section declarationSimon Glass2016-10-11-0/+1
* dm: x86: Move link to use driver model for videoSimon Glass2016-10-11-1035/+2
* dm: x86: Move samus to use new driver model supportSimon Glass2016-10-11-33/+7
* x86: Adjust config to support DM_VIDEOSimon Glass2016-10-11-2/+10
* dm: x86: video: Add a driver-model driver for ivybridge graphicsSimon Glass2016-10-11-0/+856
* dm: video: Add driver-model support to vesa graphicsSimon Glass2016-10-11-0/+57
* dm: stdio: Allow lazy probing of video devicesSimon Glass2016-10-11-4/+83
* x86: video: Fix typo in broadwell KconfigSimon Glass2016-10-11-1/+1
* dm: core: Add a function to get a uclass nameSimon Glass2016-10-11-0/+17
* list: Add list_last_entry() to find the last entrySimon Glass2016-10-11-0/+11
* Fix return value in trailing_strtoln()Simon Glass2016-10-11-3/+5
* x86: Add an accelerated memmove() functionSimon Glass2016-10-11-1/+162
* Revert "x86: broadwell: gpio: Remove the codes to set up pin control"Simon Glass2016-10-11-0/+7
* x86: Fix Linux v4.7+ zimage booting (update bootparam.h)Stefan Roese2016-10-11-0/+3
* x86: baytrail: Add 2nd eMMC controller to the PCI probe listStefan Roese2016-10-11-4/+6
* x86: conga-qeval20-qa3: Add README to explain the console UART optionsStefan Roese2016-10-11-0/+23
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2016-10-08-389/+7233
|\
| * board: ge: bx50v3: Pass video bootargs for b850v3Ken Lin2016-10-07-1/+6
| * ARM: vf610: use strcpy for soc environment variableStefan Agner2016-10-07-1/+1
| * configs: enable device tree for Colibri iMX7Stefan Agner2016-10-07-1/+9
| * colibri_imx7: use Ricoh RN5T567 to reboot the boardStefan Agner2016-10-07-0/+42
| * arm: dts: imx7: add Ricoh RN5T567 PMIC nodeStefan Agner2016-10-07-0/+5
| * power: pmic: add Ricoh RN5T567 PMIC supportStefan Agner2016-10-07-0/+203
| * colibri_imx7: remove legancy UART platform dataStefan Agner2016-10-07-10/+0
| * colibri_imx7: remove legancy I2C supportStefan Agner2016-10-07-42/+0
| * arm: dts: imx7: add basic i.MX 7/Colibri iMX7 device treeStefan Agner2016-10-07-0/+288
| * arm: dts: imx7: add pinctrl definesStefan Agner2016-10-07-0/+1151
| * pinctrl: imx: do not announce driver initializationStefan Agner2016-10-07-1/+1
| * dm: imx: serial: support device treeStefan Agner2016-10-07-2/+38
| * udoo: Add a README fileFabio Estevam2016-10-06-0/+21
| * pcm052: add new BK4r1 target based on PCM052 SoMAlbert ARIBAUD \(3ADEV\)2016-10-06-60/+298