Age | Commit message (Expand) | Author |
2017-03-09 | ARM: Migrate errata to Kconfig | Tom Rini |
2017-01-25 | Convert CONFIG_BOARD_EARLY_INIT_F to Kconfig | Simon Glass |
2017-01-24 | Kconfig: Migrate BOARD_LATE_INIT to a select | Tom Rini |
2017-01-20 | serial, ns16550: bugfix: ns16550 fifo not enabled | Heiko Schocher |
2017-01-11 | mmc: move more driver config options to Kconfig | Masahiro Yamada |
2017-01-10 | Merge branch 'master' of git://git.denx.de/u-boot-sunxi | Tom Rini |
2017-01-04 | SPL: make struct spl_image 64-bit safe | Andre Przywara |
2017-01-03 | ARM: tegra: allow passing cboot DTB to the kernel | Stephen Warren |
2016-11-08 | Merge branch 'master' of git://git.denx.de/u-boot-tegra | Tom Rini |
2016-11-07 | ARM: tegra186: call secure monitor for all cache-wide ops | Stephen Warren |
2016-11-07 | armv8: add hooks for all cache-wide operations | Stephen Warren |
2016-11-07 | ARM: tegra: translate __asm_flush_l3_cache to assembly | Stephen Warren |
2016-11-07 | ARM: tegra: ensure nvtboot_boot_x0 alignment | Stephen Warren |
2016-11-07 | ARM: tegra: configure Ethernet address on Tegra186 | Stephen Warren |
2016-11-07 | ARM: tegra: add SoC-level hook for board_late_init() | Stephen Warren |
2016-10-27 | drivers/pci/Kconfig: Add PCI | Tom Rini |
2016-10-24 | Fix codying style broken by recent libfdt sync | Masahiro Yamada |
2016-10-13 | libfdt: Sync fdt_for_each_subnode() with upstream | Simon Glass |
2016-10-13 | libfdt: Bring in upstream stringlist functions | Simon Glass |
2016-10-10 | ARM: tegra: reduce DRAM size mapped into MMU on ARM64 | Stephen Warren |
2016-09-27 | ARM: tegra: flush caches via SMC call | Stephen Warren |
2016-09-27 | ARM: tegra: enable standard clock/reset APIs everywhere | Stephen Warren |
2016-09-27 | ARM: tegra: fix clock_get_periph_rate() for UART clocks | Stephen Warren |
2016-09-27 | ARM: tegra: add APIs the clock uclass driver will need | Stephen Warren |
2016-09-27 | ARM: tegra: add peripheral clock init table | Stephen Warren |
2016-09-27 | mmc: tegra: Add DM_MMC support to Tegra MMC driver | Tom Warren |
2016-09-27 | ARM: tegra: set MMC pin mux in board_init() | Stephen Warren |
2016-09-27 | mmc: tegra: move pad_init_mmc() into MMC driver | Stephen Warren |
2016-09-23 | treewide: replace #include <asm/errno.h> with <linux/errno.h> | Masahiro Yamada |
2016-09-16 | Convert CONFIG_SPL_SERIAL_SUPPORT to Kconfig | Simon Glass |
2016-09-16 | Convert CONFIG_SPL_LIBGENERIC_SUPPORT to Kconfig | Simon Glass |
2016-09-16 | Convert CONFIG_SPL_LIBCOMMON_SUPPORT to Kconfig | Simon Glass |
2016-09-16 | Convert CONFIG_SPL_GPIO_SUPPORT to Kconfig | Simon Glass |
2016-09-07 | ARM: armv7: move CONFIG_ARMV7_PSCI to Kconfig | Masahiro Yamada |
2016-09-07 | ARM: tegra: remove wrong dependency on SPL_BUILD | Masahiro Yamada |
2016-09-01 | ARM: tegra: Add support for TK1-SOM board from Colorado Engineering | Peter Chubb |
2016-08-15 | ARM: tegra: reduce CSITE clock from 204M to 136M | Bryan Wu |
2016-08-15 | ARM: tegra: move ft_system_setup() | Stephen Warren |
2016-08-15 | reset: add Tegra186 reset driver | Stephen Warren |
2016-08-15 | clock: add Tegra186 clock driver | Stephen Warren |
2016-08-15 | misc: add Tegra BPMP driver | Stephen Warren |
2016-08-05 | Merge branch 'master' of git://git.denx.de/u-boot-tegra | Tom Rini |
2016-08-05 | ARM: Rework and correct barrier definitions | Tom Rini |
2016-08-04 | ARM: tegra: call tegra_board_init on Tegra186 | Stephen Warren |
2016-07-21 | ARM: tegra: pick up actual memory size | Stephen Warren |
2016-07-21 | ARM: tegra: add IVC protocol implementation | Stephen Warren |
2016-07-21 | ARM: tegra: unify Tegra186 Makefile a bit | Stephen Warren |
2016-07-19 | Merge git://git.denx.de/u-boot-fsl-qoriq | Tom Rini |
2016-07-16 | Various, unrelated tree-wide typo fixes. | Robert P. J. Day |
2016-07-15 | armv8: mmu: Add support of non-identical mapping | York Sun |