summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-20test/py: add test for whitelist of variables while importing environmentQuentin Schulz
2018-07-20cmd: nvedit: env import can now import only variables passed as parametersQuentin Schulz
2018-07-20hashtable: do not recreate whole hash table if vars are passed to himport_rQuentin Schulz
2018-07-20test/py: remove hacks for non-zero RAM base address in testsQuentin Schulz
2018-07-20test/py: return a RAM address different from 0 as it can be interpreted as NULLQuentin Schulz
2018-07-20env: add the same prefix to error messages to make it detectable by testsQuentin Schulz
2018-07-20stm32mp1: clk: support digital bypassPatrick Delaunay
2018-07-20stm32mp1: clk: add ADC clock gatingPatrick Delaunay
2018-07-20stm32mp1: clk: update Ethernet clock gatingPatrick Delaunay
2018-07-20stm32mp1: clk: add LDTC and DSI clock supportPatrick Delaunay
2018-07-20stm32mp1: clk: add common function pll_get_fvcoPatrick Delaunay
2018-07-20stm32mp1: clk: define RCC_PLLNCFGR2_SHIFT macroPatrick Delaunay
2018-07-20stm32mp1: clock tree updatePatrick Delaunay
2018-07-20stm32mp1: activate FIXED regulatorPatrick Delaunay
2018-07-20stm32mp1: add support for stm32mp157c-ev1 boardPatrick Delaunay
2018-07-20stm32mp1: activate MISC support in SPLPatrick Delaunay
2018-07-20misc: stm32: Add STM32MP1 supportPatrick Delaunay
2018-07-20dts: import stm32mp1 device tree from linux kernelPatrick Delaunay
2018-07-20sysreset: syscon: update regmap access to sysconPatrick Delaunay
2018-07-20drivers: rtc: correct week day for mc146818Heinrich Schuchardt
2018-07-20bootmenu: Extend BOOTDELAY help textAlex Kiernan
2018-07-20env: Include bootdelay in environment if negativeAlex Kiernan
2018-07-20fs: btrfs: Fix wrong comparison in logical to physical mappingMarek BehĂșn
2018-07-20spl: Make the spl_nand_load_image staticMichael Trimarchi
2018-07-20spl: mmc: Skip RAW mode ARGS sectors if not definedYork Sun
2018-07-20x86: acpi: Prevent acpi_table.h from being included more than onceBin Meng
2018-07-20x86: acpi: Don't touch ACPI hardware in write_acpi_tables()Bin Meng
2018-07-20x86: acpi: Move APIs unrelated to ACPI tables generation to a separate libraryBin Meng
2018-07-20x86: Switch to use DM sysreset driverBin Meng
2018-07-20x86: fsp: Eliminate the reset_cpu() callBin Meng
2018-07-20dm: sysreset: Add a standard message when doing resetBin Meng
2018-07-20x86: tangier: Add a sysreset driverBin Meng
2018-07-20efi: app: Add a sysreset driverBin Meng
2018-07-20dm: sysreset: x86: Add a sysreset driverBin Meng
2018-07-20x86: quark: acpi: Add full reset bit to the reset register value in FADTBin Meng
2018-07-19drivers: rtc: resolve year 2038 problem in rtc_to_tmHeinrich Schuchardt
2018-07-19board/BuR/brppt1: add makerule for generating production filesHannes Schmelzer
2018-07-19board/BuR/brppt1: convert brppt1 boards to driver modelHannes Schmelzer
2018-07-19dts: am33xx: add u-boot, dm-spl to ocp busHannes Schmelzer
2018-07-19board/BuR/brppt1: implement more flexible boot processHannes Schmelzer
2018-07-19board/BuR/common: refactor ft_board_setup(...)Hannes Schmelzer
2018-07-19board/BuR/brppt1: drop dead code (CONFIG_SPL_OS_BOOT)Hannes Schmelzer
2018-07-19board/BuR/common: fix PMIC mpu-pll setupHannes Schmelzer
2018-07-19board/BuR/common: remove interface Label from summary screenHannes Schmelzer
2018-07-19board/BuR/brppt1: drop LCD-supportHannes Schmelzer
2018-07-19board/BuR/common: make CONFIG_LCD optionalHannes Schmelzer
2018-07-19board/BuR/common: drop simple-framebuffer setupHannes Schmelzer
2018-07-19board/BuR: drop devicetree loading and lcd setup for linux-targetsHannes Schmelzer
2018-07-19test: smem: add basic smem testRamon Fried
2018-07-19drivers: smem: sandboxRamon Fried