summaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* armv8: K3: am654: Add support for generating build targetsLokesh Vutla2018-09-111-0/+19
* armv8: K3: am654: Add custom MMU supportLokesh Vutla2018-09-112-0/+46
* arm: K3: am654: Unlock control module registers during initAndreas Dannenberg2018-09-112-0/+59
* arm: K3: am654: Add support for boot device detectionLokesh Vutla2018-09-117-2/+148
* arm: K3: Update _start instructionLokesh Vutla2018-09-111-0/+8
* arm: K3: Add support for AM654 SoC definitionLokesh Vutla2018-09-114-0/+85
* arm: K3: Add initial support for TI's K3 generation of SoCsLokesh Vutla2018-09-113-0/+21
* arm: armv7m: clean up armv7m unified code compilationVikas Manocha2018-09-104-9/+3
* arm: armv7m: remove un-necessary If then instructionVikas Manocha2018-09-101-3/+0
* arm: stm32: Remove redundant thumb build selectionVikas Manocha2018-09-101-1/+0
* arm: spear: enable GPIO3 and 4 clocks when the GPIO controller driver is builtQuentin Schulz2018-09-102-0/+4
* board: arm: Add support for Broadcom BCM7260Thomas Fitzsimmons2018-09-101-3/+10
* ARM: CPU: arm926ejs: Consolidate cache routines to common fileAdam Ford2018-09-107-65/+23
* at91: fix devicetree warningsEugen Hristev2018-09-1012-40/+2
* ARM: dts: Makefile: fix build for at91familyEugen Hristev2018-09-101-4/+4
* Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada2018-09-101-8/+4
* arch: types.h: factor out fixed width typedefs to int-ll64.hMasahiro Yamada2018-09-1012-373/+24
* Remove CONFIG_USE_STDINTMasahiro Yamada2018-09-102-10/+0
* arm: armv7-a: Compile and tune for armv7-a instead of armv5Adam Ford2018-09-102-2/+3
* ARM: Specify aligned address for secure section instead of using attributesChen-Yu Tsai2018-09-071-2/+2
* ARM: dts: logicpd-torpedo-37xx-devkit-u-boot: Fix MMC Card DetectAdam Ford2018-09-051-4/+0
* Merge tag 'arc-updates-for-2018.09' of git://git.denx.de/u-boot-arcTom Rini2018-09-051-1/+1
|\
| * ARC: HSDK: Fix timer frequency valueEugeniy Paltsev2018-09-051-1/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-imxTom Rini2018-09-0420-23/+1738
|\ \ | |/ |/|
| * imx: mx7: add system suspend/resume supportAnson Huang2018-09-043-3/+515
| * imx: mx7: add gpc initialization for low power modeAnson Huang2018-09-041-0/+103
| * imx: mx7: psci: improve cpu hotplug flowAnson Huang2018-09-041-2/+21
| * watchdog: mx25: use the imx_watchdog driver for mx25Martin Kaiser2018-09-041-0/+1
| * dts: imx6ul_evk: Add DTS files for 14x14 EVK and 9x9 EVK boardsYe Li2018-09-045-1/+921
| * dts: imx6ul: Update alias to support DMYe Li2018-09-041-6/+7
| * imx: imx7d-sdb: Add DM QSPI supportYe Li2018-09-046-6/+91
| * imx: imx6sx-sabreauto: convert to use DM QSPI driverYe Li2018-09-042-0/+56
| * imx: imx6sx-sdb: Enable DM QSPI driverYe Li2018-09-042-5/+23
* | Merge branch 'master' of git://git.denx.de/u-boot-rockchipTom Rini2018-08-308-18/+0
|\ \
| * | rockchip: dts: fix unnecessary '-cells' warningKever Yang2018-08-298-18/+0
| |/
* | x86: zimage: Remove acpi_rsdp_addr propagation to kernel boot parametersBin Meng2018-08-302-6/+0
* | x86: zimage: Support booting Linux kernel from an EFI payloadBin Meng2018-08-303-0/+42
* | x86: efi: payload: Install E820 map from EFI memory mapBin Meng2018-08-301-0/+82
|/
* cmd: ubi: change 'default y' for SUNXI to 'imply' in KconfigMasahiro Yamada2018-08-261-0/+1
* Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2018-08-2411-67/+55
|\
| * ARM: dts: socfpga: Add missing NAND resetMarek Vasut2018-08-241-0/+1
| * ARM: dts: socfpga: Drop ad-hoc UART clock frequency encoding from DTMarek Vasut2018-08-241-1/+0
| * ARM: socfpga: Convert Arria10 to timer frameworkMarek Vasut2018-08-241-1/+0
| * ARM: dts: socfpga: Flag timer clock as pre-relocMarek Vasut2018-08-242-12/+10
| * ARM: socfpga: Reorder Arria10 SPLMarek Vasut2018-08-246-44/+36
| * arm: socfpga: stratix10: Fix mailbox urgent command with urgent registerLey Foon Tan2018-08-241-8/+7
| * arm: socfpga: stratix10: Enable EMAC to FPGA bridge based on handoffLey Foon Tan2018-08-241-1/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2018-08-243-2/+13
|\ \
| * | cmd: Add bind/unbind commands to bind a device to a driver from the command lineJean-Jacques Hiblot2018-08-211-0/+11
| * | dm: convert device_get_global_by_of_offset() to device_get_global_by_ofnode()Jean-Jacques Hiblot2018-08-212-2/+2