]> git.sur5r.net Git - u-boot/history - arch
arm64: a37xx: defconfigs: enable aardvark pcie driver
[u-boot] / arch /
2018-03-30 Wilson Dingarm64: a37xx: populate pcie memory region
2018-03-30 Ken MaRevert "arm64: a37xx: dts: Add pin control nodes to DT"
2018-03-30 Ken Maarm64: a37xx: dts: Correct mpp definitions
2018-03-30 Ken Maarm64: a37xx: dts: Fix the number of GPIO on south...
2018-03-30 Ken Maarm64: a37xx: dts: Add additional pinctrl definition
2018-03-30 Ken Maarm64: a37xx: dts: Add pinctrl configuration for ESPRES...
2018-03-30 Ken Maarm64: a37xx: dts: add gpio head file including
2018-03-25 Tom RiniMerge git://git.denx.de/u-boot-ubi
2018-03-25 Tom RiniMerge git://git.denx.de/u-boot-spi
2018-03-25 Tom RiniMerge git://git.denx.de/u-boot-i2c
2018-03-25 Tom RiniMerge tag 'xilinx-for-v2018.05' of git://git.denx.de...
2018-03-23 Tom RiniMerge git://git.denx.de/u-boot-arc
2018-03-23 Eugeniy PaltsevARC: bootm: Refactor GO and PREP subcommands implementation
2018-03-23 Siva Durga Prasad... arm64: zynqmp: Add support for verifying secure images
2018-03-23 Michal Simekarm64: zynqmp: Remove ep108 board
2018-03-23 Michal Simekarm: zynq: Enable cadence driver on zc706
2018-03-23 Michal Simekarm: zynq: Wire watchdog internals
2018-03-23 Michal Simekarm64: zynqmp: Enable newer pmufw versions
2018-03-23 Michal Simekarm64: zynqmp: Convert board to use zynqmp-clk driver
2018-03-22 Tom RiniMerge git://git.denx.de/u-boot-net
2018-03-22 Lokesh VutlaARM: dts: da850-lcdk: Sync from Linux 4.16
2018-03-22 Lokesh Vutladavinci: Enable DDR_INIT for DA8XX
2018-03-22 Calvin Johnsonarmv8: layerscape: csu: enable ns access to PFE registers
2018-03-22 Calvin Johnsonarmv8: fsl-lsch2: configure pfe's DDR and HDBUS interfa...
2018-03-22 Calvin Johnsonarmv8: fsl-lsch2: add pfe macros and update ccsr_scfg...
2018-03-22 Prabhakar Kushwahaarmv8: fsl-layerscape: Add support of GPIO structure
2018-03-21 Tom RiniMerge git://git.denx.de/u-boot-mips
2018-03-21 Álvaro Fernández... mips: bmips: add ar-5315 usb support
2018-03-21 Álvaro Fernández... mips: bmips: add support for bcm6318 usb
2018-03-21 Álvaro Fernández... mips: bmips: add vr-3032u usb support
2018-03-21 Álvaro Fernández... mips: bmips: add support for bcm63268 usb
2018-03-21 Álvaro Fernández... mips: bmips: add dgnd3700v2 usb support
2018-03-21 Álvaro Fernández... mips: bmips: add support for bcm6362 usb
2018-03-21 Álvaro Fernández... mips: bmips: add ar-5387un usb support
2018-03-21 Álvaro Fernández... mips: bmips: add support for bcm6328 usb
2018-03-21 Álvaro Fernández... mips: bmips: add wap-5813n usb support
2018-03-21 Álvaro Fernández... mips: bmips: add support for bcm6368 usb
2018-03-21 Álvaro Fernández... mips: bmips: add nb4-ser usb support
2018-03-21 Álvaro Fernández... mips: bmips: add hg556a usb support
2018-03-21 Álvaro Fernández... mips: bmips: add support for bcm6358 usb
2018-03-21 Álvaro Fernández... mips: bmips: add ct-5361 usb support
2018-03-21 Álvaro Fernández... mips: bmips: add support for bcm6348 usb
2018-03-21 Álvaro Fernández... MIPS: add BMIPS Netgear DGND3700v2 board
2018-03-21 Álvaro Fernández... MIPS: add support for Broadcom MIPS BCM6362 SoC family
2018-03-21 Eugeniy PaltsevARC: Cache: Refactor arc_ioc_setup()
2018-03-21 Eugeniy PaltsevARC: Cache: Add missing cache cleanup before cache...
2018-03-21 Eugeniy PaltsevARC: Cache: Add more HW configuration checks
2018-03-21 Eugeniy PaltsevARC: Implement a function to sync and cleanup caches
2018-03-21 Eugeniy PaltsevARC: Cache: Fix SLC operations when SLC is bypassed...
2018-03-21 Eugeniy PaltsevARC: Cache: Implement [i,d]cache_enabled() as separate...
2018-03-21 Eugeniy PaltsevARC: Move IOC enabling to compile-time options
2018-03-21 Eugeniy PaltsevARC: Cache: Move PAE exists check into slc_upper_region...
2018-03-21 Eugeniy PaltsevARC: Move cache global variables to arch_global_data
2018-03-21 Eugeniy PaltsevARC: Cache: Get rid of [slc,pae,icache,dcache]_exists...
2018-03-21 Eugeniy PaltsevARC: Cache: Move SLC status check into slc_entire_op...
2018-03-21 Eugeniy PaltsevARC: Cache: Use is_isa_arcv2() instead of CONFIG_ISA_AR...
2018-03-21 Eugeniy PaltsevARC: Cache: Allways check D$ status before entire/line ops
2018-03-21 Eugeniy PaltsevARC: Move BCR encodings to separate header file
2018-03-21 Eugeniy PaltsevARC: Cache: Move IOC initialization to a separate function
2018-03-21 Eugeniy PaltsevARC: Flush & invalidate D$ with a single command
2018-03-21 Eugeniy PaltsevARC: Introduce is_isa_X() functions
2018-03-21 Eugeniy PaltsevARC: Cache: Add support for FLUSH_N_INV D$ operations
2018-03-21 Eugeniy PaltsevARC: Cache: Remove per-line I$ operations as unused
2018-03-21 Eugeniy PaltsevARC: Cache: Move I$ entire operation to a separate...
2018-03-21 Alexey Brodkinarc: Fine-tune implementation of memory barriers
2018-03-21 Alexey Brodkinarc: Introduce a possibility to not relocate U-boot
2018-03-21 Alexey Brodkinarc: Eliminate unused code and data with GCC's garbage...
2018-03-21 Alexey Brodkinarc: Don't halt slaves
2018-03-21 Alexey Brodkinarc: Get rid of handwritten string routines
2018-03-20 Tom RiniMerge git://git.denx.de/u-boot-fsl-qoriq
2018-03-20 Ashish Kumararmv8: ls1088aqds: Add IFC-NOR as boot source for LS1088
2018-03-20 Tom RiniMerge git://git.denx.de/u-boot-usb
2018-03-19 Tom RiniMerge git://git.denx.de/u-boot-sunxi
2018-03-19 Patrick Delaunayboard: st: add generic board for STM32MP1 family
2018-03-19 Patrick Delaunaydts: add device tree for STM32MP157C-ED1 board
2018-03-19 Patrick Delaunayram: stm32mp1: add driver
2018-03-19 Patrick Delaunayarm: stm32: add new architecture for STM32MP family
2018-03-19 Patrick Delaunayarm: armv7: solve issue for timer_rate_hz in arch timer
2018-03-19 Tom RiniMerge git://git.denx.de/u-boot-video
2018-03-19 Jagan Tekisunxi: Add DRAM_SUN8I_A83T kconfig entry
2018-03-19 Jagan Tekisunxi: Add DRAM_SUN8I_A33 kconfig entry
2018-03-19 Jagan Tekisunxi: Add DRAM_SUN8I_A23 kconfig entry
2018-03-19 Jagan Tekisunxi: Add DRAM_SUN9I kconfig entry
2018-03-19 Jagan Tekisunxi: Add DRAM_SUN4I kconfig entry
2018-03-19 Jagan Tekisunxi: add DRAM_SUN6I kconfig
2018-03-19 Jagan Tekisunxi: Add AXP_PMIC_BUS kconfig entry
2018-03-19 Jagan Tekisunxi: Add SUN8I_RSB kconfig entry
2018-03-19 Jagan Tekisunxi: Use SUN6I_PRCM if used
2018-03-19 Jagan Tekisunxi: Add SUN6I_P2WI kconfig entry
2018-03-19 Jagan Tekisunxi: Add SUN6I_PRCM kconfig entry
2018-03-19 yannick fertrearm: dts: stm32: add display for STM32F746 disco board
2018-03-19 Philippe CORNUarm: dts: stm32: add ltdc for STM32F746
2018-03-16 Patrick Delaunaycommon: move init_helpers.h prototypes in init.h
2018-03-16 Michal Simekppc: Remove orphan xilinx_irq.h file
2018-03-16 Tom RiniConvert all of CONFIG_CONS_INDEX to Kconfig
2018-03-16 Wenyou Yangclk: at91: add USB Host clock driver
2018-03-15 Tom RiniMerge git://git.denx.de/u-boot-uniphier
2018-03-15 Masahiro YamadaARM: dts: uniphier: sync with Linux 4.16-rc5
2018-03-15 Tom RiniMerge git://git.denx.de/u-boot-spi
2018-03-14 Tom RiniMerge git://git.denx.de/u-boot-sunxi
next