summaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeLines
* MIPS: fix SPDX license identifier in remaining arch header filesDaniel Schwierzeck2016-01-16-55/+32
* MIPS: sync processor and register definitions with linux-4.4Daniel Schwierzeck2016-01-16-553/+1211
* MIPS: sync I/O related header files with linux-4.4Daniel Schwierzeck2016-01-16-364/+941
* MIPS: kconfig: add option for MIPS_L1_CACHE_SHIFTDaniel Schwierzeck2016-01-16-10/+25
* MIPS: Kconfig: optimize gcc -march and -mtune setupDaniel Schwierzeck2016-01-16-15/+24
* MIPS: au1x00: move SoC header files to arch/mips/mach-au1x00/include/mach/Daniel Schwierzeck2016-01-16-3/+3
* MIPS: Kconfig: refactor machine setupDaniel Schwierzeck2016-01-16-1/+6
* MIPS: add initial infrastructure for device-tree filesDaniel Schwierzeck2016-01-16-0/+43
* MIPS: do not build position-independent executables for SPLDaniel Schwierzeck2016-01-16-4/+14
* MIPS: create .text sub-sections for assembler functionsDaniel Schwierzeck2016-01-16-1/+3
* MIPS: fix annotation of _start and relocate_codeDaniel Schwierzeck2016-01-16-7/+11
* MIPS: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIO.Purna Chandra Mandal2016-01-16-0/+1
* eth-raw-os.c: Add cast to bind(2) callTom Rini2016-01-15-1/+2
* Fix GCC format-security errors and convert sprintfs.Ben Whitten2016-01-14-6/+6
* Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2016-01-14-101/+3092
|\
| * x86: qemu: remove cpu node in device treeMiao Yan2016-01-13-14/+0
| * x86: qemu: fix cpu device in smp bootMiao Yan2016-01-13-11/+72
| * x86: use actual CPU number for allocating memoryMiao Yan2016-01-13-3/+3
| * x86: fix a typo in function nameMiao Yan2016-01-13-3/+3
| * x86: qemu: add a cpu uclass driver for qemu targetMiao Yan2016-01-13-5/+62
| * x86: qemu: add fw_cfg supportMiao Yan2016-01-13-1/+380
| * x86: ivybridge: Add macros for LPC decode rangesBin Meng2016-01-13-0/+10
| * x86: fsp: Always use hex numbers in the hob command outputBin Meng2016-01-13-2/+2
| * x86: ivybridge: Do not require HAVE_INTEL_MEBin Meng2016-01-13-1/+0
| * x86: ivybridge: Add microcode blobs for all the steppingsBin Meng2016-01-13-0/+2472
| * x86: fsp: Set up init runtime buffer in update_fsp_configs()Bin Meng2016-01-13-9/+18
| * x86: fsp: Move struct fspinit_rtbuf definition to chipset headerBin Meng2016-01-13-16/+8
| * x86: queensbay: Remove invalid comments in update_fsp_configs()Bin Meng2016-01-13-6/+0
| * x86: fsp: Introduce CONFIG_FSP_USE_UPD Kconfig optionBin Meng2016-01-13-9/+23
| * x86: fsp: Rename update_fsp_upd() and change its signatureBin Meng2016-01-13-12/+13
| * x86: fsp: Rename shared_data to fsp_config_dataBin Meng2016-01-13-12/+46
| * x86: fsp: Add boot_mode as a member of struct shared_dataBin Meng2016-01-13-0/+2
| * x86: fsp: Avoid cast stack_top in struct shared_dataBin Meng2016-01-13-4/+4
| * x86: fsp: Simplify fsp_continue()Bin Meng2016-01-13-26/+7
* | arm: initialize gd for AArch64Stephen Warren2016-01-14-0/+2
* | Merge git://www.denx.de/git/u-boot-marvellTom Rini2016-01-14-373/+1554
|\ \
| * | mvebu: Support Synology DS414Phil Sutter2016-01-14-2/+347
| * | mvebu: Add rudimental MV78230 supportPhil Sutter2016-01-14-6/+17
| * | mvebu: Introduce kconfig symbols for SoC variantsPhil Sutter2016-01-14-4/+20
| * | mvebu: axp: refactor board_sat_r_get() and callerPhil Sutter2016-01-14-31/+15
| * | drivers/pci/pci_mvebu: Fix for boards with X4 lanesPhil Sutter2016-01-14-0/+2
| * | arm: mvebu: Add runtime detection of UART (xmodem) boot-modeStefan Roese2016-01-14-20/+24
| * | arm: mvebu: Add runtime boot-device detectionStefan Roese2016-01-14-7/+39
| * | arm: mvebu: Make local structs static constStefan Roese2016-01-14-2/+2
| * | arm: mvebu: Move SAR register defines into headerStefan Roese2016-01-14-16/+24
| * | arm: mvebu: Remove leftover MakefileStefan Roese2016-01-14-14/+0
| * | arm: mvebu: Move SoC selection (A38X vs AXP) into KconfigStefan Roese2016-01-14-15/+26
| * | arm: mvebu: Consolidate board Kconfig options into one fileStefan Roese2016-01-14-4/+17
| * | arm: mvebu: Print CPU and SDRAM frequency upon startupStefan Roese2016-01-14-8/+113
| * | arm: mvebu: Make serdes setup on Armada XP less noisyStefan Roese2016-01-14-7/+7