summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Convert CONFIG_MTD_PARTITIONS et al to KconfigAdam Ford2018-07-22312-262/+274
* configs: Convert CONFIG_USE_NAND to CONFIG_NANDAdam Ford2018-07-213-8/+6
* configs: Make NAND_BOOT and ONENAND_BOOT imply NANDAdam Ford2018-07-2112-11/+2
* Convert CONFIG_NAND_DAVINCI to KconfigAdam Ford2018-07-2118-6/+27
* Convert CONFIG_NAND_ATMEL to KconfigAdam Ford2018-07-2192-26/+137
* Convert CONFIG_NAND_LPC32XX_SLC to KconfigAdam Ford2018-07-214-2/+6
* env: Simplify Makefile using $(SPL_TPL_)York Sun2018-07-212-29/+126
* env: typo in description of ENV_IS_IN_REMOTEHeinrich Schuchardt2018-07-211-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-rockchipTom Rini2018-07-2046-17/+312
|\
| * rockchip: utilize CONFIG_DEFAULT_FDT_FILEKlaus Goger2018-07-2134-2/+34
| * rockchip: veyron: Set vcc33_sd regulator valueCarlo Caione2018-07-211-0/+10
| * rk3288: Disable JTAG function from sdmmc0 IOCarlo Caione2018-07-211-2/+8
| * rk3288: veyron: Init boot-on regulatorsCarlo Caione2018-07-211-0/+6
| * rockchip: board: lion-rk3368: increase phy autonegotiation timeoutJakob Unterwurzacher2018-07-211-0/+2
| * rockchip: rk3399: spl: add missing \n to outputHeinrich Schuchardt2018-07-211-1/+1
| * rockchip: doc: clarify usage of CONFIG_SPL_ROCKCHIP_BACK_TO_BROMHeinrich Schuchardt2018-07-211-4/+4
| * rockchip: evb-rk3399: correct README for board bring upHeinrich Schuchardt2018-07-211-1/+1
| * rockchip: rk3399: change boot_target based on u-boot, spl-boot-deviceKlaus Goger2018-07-211-0/+74
| * rockchip: rk3399: inject 'u-boot, spl-boot-device' for next-stagePhilipp Tomsich2018-07-211-0/+48
| * spl: document 'chosen/u-boot, spl-boot-device'Philipp Tomsich2018-07-211-0/+10
| * spl: record boot_device into spl_image and call spl_perform_fixupsPhilipp Tomsich2018-07-212-1/+18
| * smartweb: use SPL_TINY_MEMSETPhilipp Tomsich2018-07-211-0/+1
| * rockchip: rk3188: add rk_board_late_init() hookAlexander Kochetkov2018-07-211-1/+6
| * rockchip: i2c: enable i2c controller for rk3066 and rk3188Alexander Kochetkov2018-07-211-5/+89
* | Merge git://git.denx.de/u-boot-x86Tom Rini2018-07-2046-210/+351
|\ \ | |/ |/|
| * x86: acpi: Prevent acpi_table.h from being included more than onceBin Meng2018-07-201-0/+5
| * x86: acpi: Don't touch ACPI hardware in write_acpi_tables()Bin Meng2018-07-202-14/+18
| * x86: acpi: Move APIs unrelated to ACPI tables generation to a separate libraryBin Meng2018-07-207-128/+153
| * x86: Switch to use DM sysreset driverBin Meng2018-07-2031-66/+41
| * x86: fsp: Eliminate the reset_cpu() callBin Meng2018-07-201-1/+1
| * dm: sysreset: Add a standard message when doing resetBin Meng2018-07-201-0/+2
| * x86: tangier: Add a sysreset driverBin Meng2018-07-202-1/+49
| * efi: app: Add a sysreset driverBin Meng2018-07-201-1/+27
| * dm: sysreset: x86: Add a sysreset driverBin Meng2018-07-203-0/+56
| * x86: quark: acpi: Add full reset bit to the reset register value in FADTBin Meng2018-07-201-1/+1
* | board/imgtec/boston: Add new defconfigs to the MAINTAINERS listTom Rini2018-07-201-0/+4
* | Fix README for Khadas VIM boardLoic Devulder2018-07-201-1/+1
* | configs: Update Meson GX configsLoic Devulder2018-07-201-0/+3
* | ARM64: meson: Sync DT with Linux 4.17.5Loic Devulder2018-07-201-0/+7
* | test/py: add test for whitelist of variables while importing environmentQuentin Schulz2018-07-201-0/+97
* | cmd: nvedit: env import can now import only variables passed as parametersQuentin Schulz2018-07-201-7/+19
* | hashtable: do not recreate whole hash table if vars are passed to himport_rQuentin Schulz2018-07-201-3/+10
* | test/py: remove hacks for non-zero RAM base address in testsQuentin Schulz2018-07-203-5/+5
* | test/py: return a RAM address different from 0 as it can be interpreted as NULLQuentin Schulz2018-07-201-0/+6
* | env: add the same prefix to error messages to make it detectable by testsQuentin Schulz2018-07-202-5/+10
* | stm32mp1: clk: support digital bypassPatrick Delaunay2018-07-202-10/+21
* | stm32mp1: clk: add ADC clock gatingPatrick Delaunay2018-07-201-0/+7
* | stm32mp1: clk: update Ethernet clock gatingPatrick Delaunay2018-07-201-2/+1
* | stm32mp1: clk: add LDTC and DSI clock supportPatrick Delaunay2018-07-201-3/+93
* | stm32mp1: clk: add common function pll_get_fvcoPatrick Delaunay2018-07-201-30/+61