oweals/u-boot.git
2019-12-18 Tom RiniMerge branch 'next' of https://gitlab.denx.de/u-boot...
2019-12-17 Tom RiniMerge tag '20191217-for-next' of https://gitlab.denx...
2019-12-17 Robert Beckettmisc: i2c_eeprom: add size query
2019-12-17 Robert Beckettmisc: i2c_eeprom: add fixed partitions support
2019-12-17 Robert Beckettdm: i2c: EEPROM simulator add tests for addr offset...
2019-12-17 Robert Beckettdm: i2c: EEPROM simulator allow tests visibility of...
2019-12-17 Robert Becketti2c: add support for offset overflow in to address
2019-12-15 Simon Glassx86: Add chromebook_coral
2019-12-15 Simon Glassx86: apl: Add FSP support
2019-12-15 Simon Glassx86: apl: Add FSP structures
2019-12-15 Simon Glassx86: apl: Add Kconfig and Makefile
2019-12-15 Simon Glassx86: apl: Add P2SB driver
2019-12-15 Simon Glassx86: apl: Add SPL/TPL init
2019-12-15 Simon Glassx86: apl: Add a CPU driver
2019-12-15 Simon Glassx86: apl: Add SPL loaders
2019-12-15 Simon Glassspl: Add methods to find the position/size of next...
2019-12-15 Simon Glassx86: apl: Add PUNIT driver
2019-12-15 Simon Glassx86: apl: Add PCH driver
2019-12-15 Simon Glassx86: apl: Add LPC driver
2019-12-15 Simon Glassx86: apl: Add ITSS driver
2019-12-15 Simon Glassx86: apl: Add hostbridge driver
2019-12-15 Simon Glassx86: apl: Add systemagent driver
2019-12-15 Simon Glassi2c: designware: Add Apollo Lake support
2019-12-15 Simon Glassx86: apl: Add pinctrl driver
2019-12-15 Simon Glassx86: apl: Add UART driver
2019-12-15 Simon Glassx86: apl: Add PMC driver
2019-12-15 Simon Glassx86: apl: Add basic IO addresses
2019-12-15 Simon Glassx86: Move qemu CPU fixup function into its own file
2019-12-15 Simon Glassx86: Add a generic Intel GPIO driver
2019-12-15 Simon Glassx86: Add a generic Intel pinctrl driver
2019-12-15 Simon Glassx86: Add low-power subsystem (lpss) support
2019-12-15 Simon Glassx86: Enable pinctrl in SPL and TPL
2019-12-15 Simon Glassmtd: spi: Export spi_flash_std_probe()
2019-12-15 Simon Glassspi: ich: Add Apollo Lake support
2019-12-15 Simon Glassspi: ich: Add TPL support
2019-12-15 Simon Glassspi: ich: Add support for get_mmap() method
2019-12-15 Simon Glassspi: ich: Support hardware sequencing
2019-12-15 Simon Glassspi: ich: Support of-platdata for fast-spi
2019-12-15 Simon Glassspi: ich: Correct max-size bug in ich_spi_adjust_size()
2019-12-15 Simon Glassdm: doc: Add a note about of-platdata and header files
2019-12-15 Simon Glassspi: ich: Add mmio_base to struct ich_spi_platdata
2019-12-15 Simon Glassspi: ich: Various small tidy-ups
2019-12-15 Simon Glassspi: ich: Fix header order
2019-12-15 Simon Glassspi: ich: Convert to livetree
2019-12-15 Simon Glassspi: ich: Move the protection/lockdown code into a...
2019-12-15 Simon Glassspi: ich: Move init function just above probe()
2019-12-15 Simon Glassx86: spi: Don't enable SPI_FLASH_BAR by default
2019-12-15 Simon Glassspi: Correct operations check in dm_spi_xfer()
2019-12-15 Simon Glassx86: Make MSR_PKG_POWER_SKU common
2019-12-15 Simon Glassx86: Separate out U-Boot and device tree in ROM image
2019-12-15 Simon Glassx86: Don't repeat microcode in U-Boot if not needed
2019-12-15 Simon Glassx86: Add an fdtmap and image-header
2019-12-15 Simon Glassx86: Add an option to control the position of SPL
2019-12-15 Simon Glassx86: Add an option to control the position of U-Boot
2019-12-15 Simon Glassx86: Update .dtsi file for FSP2
2019-12-15 Simon Glassx86: Update the fsp command for FSP2
2019-12-15 Simon Glassx86: Disable microcode section for FSP2
2019-12-15 Simon Glassx86: Add support for newer CAR schemes
2019-12-15 Simon Glassx86: Add an option to include a FIT
2019-12-15 Simon Glassx86: Don't include the BIOS emulator in TPL
2019-12-15 Simon Glassx86: fsp: Make the notify API call common
2019-12-15 Simon Glassx86: fsp: Allow remembering the location of FSP-S
2019-12-15 Simon Glassx86: fsp: Add a new arch_fsp_init_r() hook
2019-12-15 Simon Glassx86: fsp: Set up an MTRR for the graphics frame buffer
2019-12-15 Simon Glassx86: fsp: Add FSP2 base support
2019-12-15 Simon Glassx86: fsp: Correct wrong header inlude in fsp_support.c
2019-12-15 Simon Glassx86: fsp: Make graphics support common to FSP1/2
2019-12-15 Simon Glassx86: Allow interrupt to happen once
2019-12-15 Simon Glassx86: Allow removal of standard PCH drivers
2019-12-15 Simon Glassx86: Don't imply libfdt or SPI flash in TPL
2019-12-15 Simon Glassx86: Set up the MTRR for SDRAM
2019-12-15 Simon Glassx86: Set the DRAM banks to reflect real location
2019-12-15 Simon Glassx86: Move fsp_prepare_mrc_cache() to fsp1 directory
2019-12-15 Simon Glassx86: Don't export mrccache_update()
2019-12-15 Simon Glassx86: Add mrccache support for a 'variable' cache
2019-12-15 Simon Glassx86: Update mrccache to support multiple caches
2019-12-15 Simon Glassx86: Tidy up error handling in mrccache_save()
2019-12-15 Simon Glassx86: Add a new global_data member for the cache record
2019-12-15 Simon Glassx86: Adjust mrccache_get_region() to support get_mmap()
2019-12-15 Simon Glassx86: Adjust mrccache_get_region() to use livetree
2019-12-15 Simon Glassx86: Correct mrccache find_next_mrc_cache() calculation
2019-12-15 Simon Glassx86: Reduce mrccache record alignment size
2019-12-15 Simon Glassx86: Define the SPL image start
2019-12-15 Simon Glasssandbox: Add a test for IRQ
2019-12-15 Simon Glassx86: Move UCLASS_IRQ into a separate file
2019-12-15 Simon Glasssandbox: Add PCI driver and test for p2sb
2019-12-15 Simon Glasssandbox: Disable mmio by default in tests
2019-12-15 Simon Glasspci: Add support for p2sb uclass
2019-12-15 Simon Glassx86: sandbox: Add a PMC emulator and test
2019-12-15 Simon Glassx86: power: Add an ACPI PMC uclass
2019-12-15 Simon Glassx86: Drop unnecessary interrupt code for TPL
2019-12-15 Simon Glassx86: Drop unnecessary cpu code for TPL
2019-12-15 Simon Glassx86: timer: Reduce timer code size in TPL on Intel...
2019-12-15 Simon Glassx86: timer: use a timer base of 0
2019-12-15 Simon Glassboard_r: Move early-timer init later
2019-12-15 Simon Glassdm: pinctrl: Allow enabling full pinctrl in SPL/TPL
2019-12-15 Simon Glassfdt: Show the preprocessed .dts file on error
2019-12-15 Simon Glassx86: spi: Add helper functions for Intel Fast SPI
2019-12-15 Simon Glassi2c: designware: Support use in SPL
2019-12-15 Simon Glassi2c: designware: Avoid using static data
next