]> Git Repo - u-boot.git/shortlog
u-boot.git
2018-03-22 Calvin Johnsonboard: freescale: ls1012afrdm: enable network support...
2018-03-22 Calvin Johnsonboard: freescale: ls1012aqds: enable network support...
2018-03-22 Calvin Johnsondrivers: net: pfe_eth: LS1012A PFE headers
2018-03-22 Calvin Johnsondrivers: net: pfe_eth: provide pfe commands
2018-03-22 Calvin Johnsondrivers: net: pfe_eth: LS1012A PFE driver introduction
2018-03-22 Prabhakar Kushwahaarmv8: fsl-layerscape: Add support of GPIO structure
2018-03-22 Calvin Johnsondrivers: net: phy: Fix aquantia compilation with DM
2018-03-22 Heinrich Schuchardtnet: mvpp2x: add check after calloc
2018-03-22 [email protected]Configs: Use the newly added PHY_RTL8211E_PINE64_GIGABI...
2018-03-22 [email protected]net: phy: Add PHY_RTL8211E_PINE64_GIGABIT_FIX for realt...
2018-03-22 Eugeniy PaltsevDW SPI: use 32 bit access instead of 16 and 32 bit mix
2018-03-22 Eugeniy PaltsevDW SPI: add option to use external gpio for chip select
2018-03-22 Eugeniy PaltsevDW SPI: refactor poll_transfer functions
2018-03-22 Eugeniy PaltsevDW SPI: fix transmit only mode
2018-03-22 Eugeniy PaltsevDW SPI: fix tx data loss on FIFO flush
2018-03-22 Liam Beguintest/py: add generic CRC32 function
2018-03-22 Liam Beguintest/py: do not import pytest multiple times
2018-03-22 Liam Beguintest/py: README: add HOSTNAME to PYTHONPATH
2018-03-22 Liam Beguintest/py: README: fix typo
2018-03-22 Liam Beguincmd: sf: fix map_physmem check
2018-03-22 Liam Beguinspi: spi_flash: do not fail silently on bad user input
2018-03-22 Tuomas Tynkkynentools: Make kwboot build if HOST_TOOLS_ALL=y
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... phy: add support for bcm6318 usbh phy
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... phy: add support for bcm6368 usbh phy
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... phy: add support for bcm6358 usbh phy
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... phy: add support for bcm6348 usbh phy
2018-03-21 Heinrich Schuchardtmips: micronas/vct: check array bounds before access
2018-03-21 Álvaro Fernández... mips: bmips: select OF_EMBED for all boards
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 Álvaro Fernández... dm: cpu: bmips: add BCM6362 support
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 Vinitha V PillaiLS2088ARDB: Secure Boot: Fix fall back option failure
2018-03-20 Ashish Kumararmv8: ls1088aqds: Add IFC-NOR as boot source for LS1088
2018-03-20 Ashish Kumararmv8: ls1088a: Add i2c_early_init() func for LS1088AQDS
2018-03-20 Ashish Kumararmv8: ls1088a: Add clock related function in CONFIG_SP...
2018-03-20 Ashish Kumararmv8: ls1088qds: Remove CONFIG_ from local defines...
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 Bryan O'Donoghuebootm: optee: Add a bootm command for type IH_OS_TEE
2018-03-19 Bryan O'Donoghueimage: Add IH_OS_TEE for TEE chain-load boot
2018-03-19 Bryan O'Donoghueoptee: Add error printout
2018-03-19 Bryan O'Donoghueoptee: Add optee_verify_bootm_image()
2018-03-19 Bryan O'Donoghueoptee: Add optee_image_get_load_addr()
2018-03-19 Bryan O'Donoghueoptee: Add optee_image_get_entry_point()
2018-03-19 Bryan O'Donoghueoptee: Add CONFIG_OPTEE_LOAD_ADDR
2018-03-19 Bryan O'Donoghueoptee: Add CONFIG_OPTEE_TZDRAM_BASE
2018-03-19 Bryan O'Donoghueoptee: Add CONFIG_OPTEE_TZDRAM_SIZE
2018-03-19 Bryan O'Donoghueoptee: Add lib entries for sharing OPTEE code across...
2018-03-19 Stefan RoeseMAINTAINERS: Remove unused ppc4xx entry
2018-03-19 Stefan Roesepci: Remove unused ppc4xx variable from struct pci_cont...
2018-03-19 Stefan Roesenand: Remove unused ppc4xx NAND driver and references
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 Delaunayclk: stm32mp1: add clock tree initialization
2018-03-19 Patrick Delaunayclk: add driver for stm32mp1
2018-03-19 Patrick Delaunayreset: stm32: adapt driver for stm32mp1
2018-03-19 Patrick Delaunaypinctrl: stm32: update pincontrol for stmp32mp157
2018-03-19 Patrick Delaunaypmic: add stpmu1 support
next
This page took 0.073417 seconds and 4 git commands to generate.