| Commit message (Expand) | Author | Age | Lines |
* | vbe: Make vbe_setup_video_priv() public | Bin Meng | 2016-10-12 | -3/+7 |
* | x86: doc: Correct qfw command example | Bin Meng | 2016-10-12 | -1/+1 |
* | x86: Convert to use DM VESA video driver | Bin Meng | 2016-10-12 | -14/+26 |
* | dm: video: Output verbose information in vbe_setup_video() | Bin Meng | 2016-10-12 | -1/+8 |
* | dm: video: Add driver for VESA-compatible device | Bin Meng | 2016-10-12 | -0/+34 |
* | x86: doc: Document coreboot framebuffer driver issue on QEMU | Bin Meng | 2016-10-12 | -0/+3 |
* | x86: mrccache: Fix error handling in mrccache_get_region() | Simon Glass | 2016-10-11 | -3/+5 |
* | x86: Drop unused init_helper functions | Simon Glass | 2016-10-11 | -12/+0 |
* | x86: ivybridge: Tidy up enable_clock_gating() for 64-bit | Simon Glass | 2016-10-11 | -4/+4 |
* | x86: ivybridge: Fix PCH power setup | Simon Glass | 2016-10-11 | -4/+4 |
* | x86: Don't export interrupt handlers with x86_64 | Simon Glass | 2016-10-11 | -1/+1 |
* | x86: i2c: Fix cast of address to 32-bit value | Simon Glass | 2016-10-11 | -3/+3 |
* | x86: Correct address casts in interrupt code | Simon Glass | 2016-10-11 | -2/+2 |
* | x86: Correct address casts in cpu code | Simon Glass | 2016-10-11 | -6/+4 |
* | x86: Allow interrupts to be disabled in 64-bit mode | Simon Glass | 2016-10-11 | -1/+4 |
* | usb: pci: Fix cast for 64-bit compilation | Simon Glass | 2016-10-11 | -2/+2 |
* | tpm: Tidy up use of size_t | Simon Glass | 2016-10-11 | -2/+2 |
* | rtc: Use CONFIG_X86 instead of __I386__ | Simon Glass | 2016-10-11 | -1/+1 |
* | elf: Add the Elf64_Rela type | Simon Glass | 2016-10-11 | -0/+6 |
* | board_f: Drop the extra fdtdec_prepare_fdt() | Simon Glass | 2016-10-11 | -3/+0 |
* | bios_emulator: Fix cast for 64-bit compilation | Simon Glass | 2016-10-11 | -1/+1 |
* | Add _image_binary_end section declaration | Simon Glass | 2016-10-11 | -0/+1 |
* | dm: x86: Move link to use driver model for video | Simon Glass | 2016-10-11 | -1035/+2 |
* | dm: x86: Move samus to use new driver model support | Simon Glass | 2016-10-11 | -33/+7 |
* | x86: Adjust config to support DM_VIDEO | Simon Glass | 2016-10-11 | -2/+10 |
* | dm: x86: video: Add a driver-model driver for ivybridge graphics | Simon Glass | 2016-10-11 | -0/+856 |
* | dm: video: Add driver-model support to vesa graphics | Simon Glass | 2016-10-11 | -0/+57 |
* | dm: stdio: Allow lazy probing of video devices | Simon Glass | 2016-10-11 | -4/+83 |
* | x86: video: Fix typo in broadwell Kconfig | Simon Glass | 2016-10-11 | -1/+1 |
* | dm: core: Add a function to get a uclass name | Simon Glass | 2016-10-11 | -0/+17 |
* | list: Add list_last_entry() to find the last entry | Simon Glass | 2016-10-11 | -0/+11 |
* | Fix return value in trailing_strtoln() | Simon Glass | 2016-10-11 | -3/+5 |
* | x86: Add an accelerated memmove() function | Simon Glass | 2016-10-11 | -1/+162 |
* | Revert "x86: broadwell: gpio: Remove the codes to set up pin control" | Simon Glass | 2016-10-11 | -0/+7 |
* | x86: Fix Linux v4.7+ zimage booting (update bootparam.h) | Stefan Roese | 2016-10-11 | -0/+3 |
* | x86: baytrail: Add 2nd eMMC controller to the PCI probe list | Stefan Roese | 2016-10-11 | -4/+6 |
* | x86: conga-qeval20-qa3: Add README to explain the console UART options | Stefan Roese | 2016-10-11 | -0/+23 |
* | Merge branch 'master' of git://www.denx.de/git/u-boot-imx | Tom Rini | 2016-10-08 | -389/+7233 |
|\ |
|
| * | board: ge: bx50v3: Pass video bootargs for b850v3 | Ken Lin | 2016-10-07 | -1/+6 |
| * | ARM: vf610: use strcpy for soc environment variable | Stefan Agner | 2016-10-07 | -1/+1 |
| * | configs: enable device tree for Colibri iMX7 | Stefan Agner | 2016-10-07 | -1/+9 |
| * | colibri_imx7: use Ricoh RN5T567 to reboot the board | Stefan Agner | 2016-10-07 | -0/+42 |
| * | arm: dts: imx7: add Ricoh RN5T567 PMIC node | Stefan Agner | 2016-10-07 | -0/+5 |
| * | power: pmic: add Ricoh RN5T567 PMIC support | Stefan Agner | 2016-10-07 | -0/+203 |
| * | colibri_imx7: remove legancy UART platform data | Stefan Agner | 2016-10-07 | -10/+0 |
| * | colibri_imx7: remove legancy I2C support | Stefan Agner | 2016-10-07 | -42/+0 |
| * | arm: dts: imx7: add basic i.MX 7/Colibri iMX7 device tree | Stefan Agner | 2016-10-07 | -0/+288 |
| * | arm: dts: imx7: add pinctrl defines | Stefan Agner | 2016-10-07 | -0/+1151 |
| * | pinctrl: imx: do not announce driver initialization | Stefan Agner | 2016-10-07 | -1/+1 |
| * | dm: imx: serial: support device tree | Stefan Agner | 2016-10-07 | -2/+38 |