aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* arm: Make u-boot-arm.h a private headerSimon Glass2017-06-053-1/+6
* x86: Make u-boot-x86.h a private headerSimon Glass2017-06-052-2/+3
* sandbox: Make u-boot-sandbox.h a private headerSimon Glass2017-06-052-1/+2
* arc: Make u-boot-arc.h a private headerSimon Glass2017-06-052-1/+2
* samsung: Drop more references fo s3c24x0Simon Glass2017-06-055-58/+0
* samsung: nand: Drop s3c2410_nand driverSimon Glass2017-06-052-176/+0
* samsung: usb: Drop ohci-s3c24xx driverSimon Glass2017-06-054-2100/+1
* samsung: mmc: Drop s3c_sdi driverSimon Glass2017-06-053-325/+0
* samsung: Drop s3c24x0 arch-specific codeSimon Glass2017-06-0513-1961/+0
* gpio: samsung: Drop s3c2440_gpio driverSimon Glass2017-06-052-89/+0
* api: Add a header for api_init()Simon Glass2017-06-053-3/+14
* common: Move get_OPB_freq() and get_PCI_freq() to PPC headerSimon Glass2017-06-052-4/+3
* common: Move pcie_setup_hoses() to PPC headerSimon Glass2017-06-052-8/+1
* common: Drop pci_master_init()Simon Glass2017-06-051-3/+0
* common: Move pci_target_init() to PPC headerSimon Glass2017-06-052-3/+1
* common: Drop pci_pre_init() and is_pci_host()Simon Glass2017-06-051-5/+0
* common: Drop inclusion of pci.hSimon Glass2017-06-052-3/+1
* t81xx: Migrate TI81XX/TI816X/TI814X symbols to KconfigTom Rini2017-06-059-17/+38
* ti816x: Modernize the defconfigTom Rini2017-06-053-49/+28
* ti816x: Import dts files from Linux Kernel v4.11Tom Rini2017-06-054-0/+944
* ti816x: Enable NANDTom Rini2017-06-053-4/+62
* ti816x_evm: Disable CONFIG_USE_PRIVATE_LIBGCCTom Rini2017-06-051-0/+1
* ti816x: Rework DDR initialization sequenceTom Rini2017-06-0511-266/+260
* armv7: Mark the default lowlevel_init function as weakTom Rini2017-06-052-3/+9
* configs: davinci: omapl138_lcdk: add random eth address supportAnna, Suman2017-06-051-0/+1
* Enable PXE boot on meson-gxbb.Vagrant Cascadian2017-06-051-0/+1
* Merge git://git.denx.de/u-boot-x86Tom Rini2017-06-0412-170/+230
|\
| * x86: fsp: Remove the call to set up internal uart in fsp_init()Bin Meng2017-06-051-4/+0
| * x86: baytrail: Fix boot hang with a debug buildBin Meng2017-06-052-0/+9
| * x86: baytrail: Change lpe/lpss-sio/scc FSP properties to integerBin Meng2017-06-059-28/+39
| * x86: baytrail: Use macros instead of magic numbers for FSP settingsBin Meng2017-06-058-124/+181
| * x86: baytrail: Remove "serial-debug-port-*" settingsBin Meng2017-06-056-14/+1
| * x86: baytrail: Change "fsp, mrc-init-tseg-size" default value to 1Bin Meng2017-06-056-6/+6
* | Merge git://git.denx.de/u-boot-fdtTom Rini2017-06-0424-2959/+3061
|\ \ | |/ |/|
| * fdt: Drop fdt_select.pySimon Glass2017-06-027-24/+13
| * binman: Rename fdt variable to dtbSimon Glass2017-06-023-12/+11
| * fdt: Merge fdt_normal with its base classSimon Glass2017-06-023-253/+157
| * binman: Drop a special case related to fdt_fallbackSimon Glass2017-06-021-9/+4
| * fdt: Drop fdt_fallback librarySimon Glass2017-06-025-243/+18
| * fdt: Drop use of the legacy libfdt python moduleSimon Glass2017-06-021-24/+8
| * fdt: Stop building the old python libfdt moduleSimon Glass2017-06-023-168/+0
| * fdt: Makefile: Build python libfdt library if neededSimon Glass2017-06-022-6/+28
| * fdt: Support use of the new python libfdt librarySimon Glass2017-06-023-9/+30
| * fdt: dtoc: Add a full set of property testsSimon Glass2017-06-022-0/+69
| * fdt: Update fdt_test to use 'dt' instead of 'fdt'Simon Glass2017-06-021-9/+9
| * fdt: Build the new python libfdt moduleSimon Glass2017-06-021-0/+31
| * fdt: Rename existing python libfdt moduleSimon Glass2017-06-024-11/+11
| * fdt: Add all source files to the libfdt buildSimon Glass2017-06-021-3/+5
| * fdt: Allow swig options to be provided by MakefileSimon Glass2017-06-021-2/+2
| * fdt: Move header files into lib/libfdtSimon Glass2017-06-024-2160/+2213