aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-05common: powerpc: Move arch-specific headersSimon Glass6-43/+72
2017-06-05common: Move PPC4xx_SYS_INFO() et al to arch-specific headerSimon Glass2-6/+4
2017-06-05common: Drop determine_sysper() and determine_pci_clock_per()Simon Glass1-6/+0
2017-06-05common: Drop cpu_init_f() declarationsSimon Glass1-11/+0
2017-06-05arm: Remove include files from common.hSimon Glass2-6/+3
2017-06-05arm: Include asm/setup.h explictlySimon Glass11-0/+12
2017-06-05arm: Add declarations to avoid needing to include headersSimon Glass3-0/+4
2017-06-05arm: Add explicit include of <asm/mach-types.h>Simon Glass55-0/+55
2017-06-05nds32: Remove include files from common.hSimon Glass3-5/+3
2017-06-05x86: Don't include asm/u-boot.h in commonSimon Glass2-4/+3
2017-06-05sandbox: Don't include asm/u-boot.h in commonSimon Glass1-3/+0
2017-06-05mips: Don't include asm/u-boot.h in commonSimon Glass1-3/+0
2017-06-05arc: Don't include asm/u-boot.h in commonSimon Glass1-3/+0
2017-06-05nds32: Make u-boot-nds32.h a private headerSimon Glass2-1/+3
2017-06-05mips: Make u-boot-mips.h a private headerSimon Glass2-1/+2
2017-06-05arm: Make u-boot-arm.h a private headerSimon Glass3-1/+6
2017-06-05x86: Make u-boot-x86.h a private headerSimon Glass2-2/+3
2017-06-05sandbox: Make u-boot-sandbox.h a private headerSimon Glass2-1/+2
2017-06-05arc: Make u-boot-arc.h a private headerSimon Glass2-1/+2
2017-06-05samsung: Drop more references fo s3c24x0Simon Glass5-58/+0
2017-06-05samsung: nand: Drop s3c2410_nand driverSimon Glass2-176/+0
2017-06-05samsung: usb: Drop ohci-s3c24xx driverSimon Glass4-2100/+1
2017-06-05samsung: mmc: Drop s3c_sdi driverSimon Glass3-325/+0
2017-06-05samsung: Drop s3c24x0 arch-specific codeSimon Glass13-1961/+0
2017-06-05gpio: samsung: Drop s3c2440_gpio driverSimon Glass2-89/+0
2017-06-05api: Add a header for api_init()Simon Glass3-3/+14
2017-06-05common: Move get_OPB_freq() and get_PCI_freq() to PPC headerSimon Glass2-4/+3
2017-06-05common: Move pcie_setup_hoses() to PPC headerSimon Glass2-8/+1
2017-06-05common: Drop pci_master_init()Simon Glass1-3/+0
2017-06-05common: Move pci_target_init() to PPC headerSimon Glass2-3/+1
2017-06-05common: Drop pci_pre_init() and is_pci_host()Simon Glass1-5/+0
2017-06-05common: Drop inclusion of pci.hSimon Glass2-3/+1
2017-06-05t81xx: Migrate TI81XX/TI816X/TI814X symbols to KconfigTom Rini9-17/+38
2017-06-05ti816x: Modernize the defconfigTom Rini3-49/+28
2017-06-05ti816x: Import dts files from Linux Kernel v4.11Tom Rini4-0/+944
2017-06-05ti816x: Enable NANDTom Rini3-4/+62
2017-06-05ti816x_evm: Disable CONFIG_USE_PRIVATE_LIBGCCTom Rini1-0/+1
2017-06-05ti816x: Rework DDR initialization sequenceTom Rini11-266/+260
2017-06-05armv7: Mark the default lowlevel_init function as weakTom Rini2-3/+9
2017-06-05configs: davinci: omapl138_lcdk: add random eth address supportAnna, Suman1-0/+1
2017-06-05Enable PXE boot on meson-gxbb.Vagrant Cascadian1-0/+1
2017-06-04Merge git://git.denx.de/u-boot-x86Tom Rini12-170/+230
2017-06-05x86: fsp: Remove the call to set up internal uart in fsp_init()Bin Meng1-4/+0
2017-06-05x86: baytrail: Fix boot hang with a debug buildBin Meng2-0/+9
2017-06-05x86: baytrail: Change lpe/lpss-sio/scc FSP properties to integerBin Meng9-28/+39
2017-06-05x86: baytrail: Use macros instead of magic numbers for FSP settingsBin Meng8-124/+181
2017-06-05x86: baytrail: Remove "serial-debug-port-*" settingsBin Meng6-14/+1
2017-06-05x86: baytrail: Change "fsp, mrc-init-tseg-size" default value to 1Bin Meng6-6/+6
2017-06-04Merge git://git.denx.de/u-boot-fdtTom Rini24-2959/+3061
2017-06-03Merge git://git.denx.de/u-boot-netTom Rini12-62/+209