Age | Commit message (Expand) | Author |
2016-07-15 | ARM: Add secure section for initialized data | Chen-Yu Tsai |
2016-07-15 | ARM: Move __secure definition to common asm/secure.h | Chen-Yu Tsai |
2016-07-15 | ARM: Add CONFIG_ARMV7_SECURE_MAX_SIZE and check size of secure section | Chen-Yu Tsai |
2016-07-15 | ARM: PSCI: Remove unused psci_text_end symbol | Chen-Yu Tsai |
2016-07-15 | ARM: PSCI: Allocate PSCI stack in secure stack section | Chen-Yu Tsai |
2016-07-15 | ARM: Add an empty secure stack section | Chen-Yu Tsai |
2016-07-15 | ARM: Page align secure section only when it is executed in situ | Chen-Yu Tsai |
2016-07-15 | sunxi: Move remaining PSCI assembly code to C | Chen-Yu Tsai |
2016-07-15 | ARM: PSCI: Split out common stack setup code from psci_arch_init | Chen-Yu Tsai |
2016-07-15 | sunxi: Add defconfig and dts file for the Orange Pi Lite SBC | Hans de Goede |
2016-07-15 | sunxi: Sync sun8i-h3-orangepi-plus.dts with upstream | Hans de Goede |
2016-07-15 | sunxi: Use BROM stored boot_media value to determine our boot-source | Hans de Goede |
2016-07-15 | Merge branch 'master' of git://git.denx.de/u-boot-samsung | Tom Rini |
2016-07-15 | Merge git://git.denx.de/u-boot-dm | Tom Rini |
2016-07-15 | net: Add EMAC driver for H3/A83T/A64 SoCs. | Amit Singh Tomar |
2016-07-15 | sunxi: FEL - Add the ability to recognize and auto-import uEnv-style data | Bernhard Nortmann |
2016-07-15 | sunxi: Support booting from SPI flash | Siarhei Siamashka |
2016-07-14 | rockchip: sdram: Update the driver to support of-platdata | Simon Glass |
2016-07-14 | rockchip: sdram: Move all DT decoding to ofdata_to_platdata() | Simon Glass |
2016-07-14 | rockchip: syscon: Update to work with of-platdata | Simon Glass |
2016-07-14 | rockchip: Don't use spl_boot_device() with of-platdata | Simon Glass |
2016-07-14 | rockchip: Move the MMC setup check earlier | Simon Glass |
2016-07-14 | rockchip: Update the sdram-channel property to support of-platdata | Simon Glass |
2016-07-14 | sandbox: Add a test device that uses of-platdata | Simon Glass |
2016-07-14 | sandbox: Add a new sandbox_spl board | Simon Glass |
2016-07-14 | sandbox: Add basic SPL implementation | Simon Glass |
2016-07-14 | sandbox: Don't include the main loop in SPL | Simon Glass |
2016-07-14 | sandbox: Don't use PCI in SPL | Simon Glass |
2016-07-14 | sandbox: Add some missing headers in cpu.c | Simon Glass |
2016-07-14 | sandbox: Correct header file order in cpu.c | Simon Glass |
2016-07-14 | sandbox: Support building an SPL image | Simon Glass |
2016-07-14 | sandbox: Allow chaining from SPL to U-Boot proper | Simon Glass |
2016-07-14 | arm: Show cache warnings in U-Boot proper only | Simon Glass |
2016-07-14 | arm: Don't invalidate unaligned cache regions | Simon Glass |
2016-07-14 | arm: Move check_cache_range() into a common place | Simon Glass |
2016-07-14 | ARM: OMAP5+: Enable errata i727 | Lokesh Vutla |
2016-07-14 | stm32: Change USART port to USART6 for stm32f746 discovery board | Toshifumi NISHINAGA |
2016-07-14 | stm32: Add SDRAM support for stm32f746 discovery board | Toshifumi NISHINAGA |
2016-07-14 | stm32: clk: Add 200MHz clock configuration for stm32f746 discovery board | Toshifumi NISHINAGA |
2016-07-14 | sandbox: Don't exit when bootm completes | Simon Glass |
2016-07-14 | linux/io.h: add generic ioremap()/iounmap() defines | Masahiro Yamada |
2016-07-14 | arm, nds32, sh: remove useless ioremap()/iounmap() defines | Masahiro Yamada |
2016-07-14 | types.h: move and redefine resource_size_t | Masahiro Yamada |
2016-07-14 | arm: am4x: add U-Boot FIT signing and SPL image post-processing | Madan Srinivas |
2016-07-14 | arm: omap5: add U-Boot FIT signing and SPL image post-processing | Andreas Dannenberg |
2016-07-14 | arm: omap-common: Update to generate secure U-Boot FIT blob | Andreas Dannenberg |
2016-07-14 | arm: omap-common: secure ROM signature verify API | Andreas Dannenberg |
2016-07-14 | arm: omap-common: add secure rom call API for secure devices | Andreas Dannenberg |
2016-07-14 | arm: omap-common: add secure smc entry | Daniel Allred |
2016-07-14 | arm: cache: add missing dummy functions for when dcache disabled | Daniel Allred |