summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-21ARC: Move cache global variables to arch_global_dataEugeniy Paltsev
2018-03-21ARC: Cache: Get rid of [slc,pae,icache,dcache]_exists global variablesEugeniy Paltsev
2018-03-21ARC: Cache: Move SLC status check into slc_entire_op() and slc_rgn_op()Eugeniy Paltsev
2018-03-21ARC: Cache: Use is_isa_arcv2() instead of CONFIG_ISA_ARCV2 ifdefEugeniy Paltsev
2018-03-21ARC: Cache: Allways check D$ status before entire/line opsEugeniy Paltsev
2018-03-21ARC: Move BCR encodings to separate header fileEugeniy Paltsev
2018-03-21ARC: Cache: Move IOC initialization to a separate functionEugeniy Paltsev
2018-03-21ARC: Flush & invalidate D$ with a single commandEugeniy Paltsev
2018-03-21ARC: Introduce is_isa_X() functionsEugeniy Paltsev
2018-03-21ARC: Cache: Add support for FLUSH_N_INV D$ operationsEugeniy Paltsev
2018-03-21ARC: Cache: Remove per-line I$ operations as unusedEugeniy Paltsev
2018-03-21ARC: Cache: Move I$ entire operation to a separate functionEugeniy Paltsev
2018-03-21arc: Fine-tune implementation of memory barriersAlexey Brodkin
2018-03-21arc: Introduce a possibility to not relocate U-bootAlexey Brodkin
2018-03-21arc: Eliminate unused code and data with GCC's garbage collectorAlexey Brodkin
2018-03-21arc: Don't halt slavesAlexey Brodkin
2018-03-21arc: Get rid of handwritten string routinesAlexey Brodkin
2018-03-20Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini
2018-03-20LS2088ARDB: Secure Boot: Fix fall back option failureVinitha V Pillai
2018-03-20armv8: ls1088aqds: Add IFC-NOR as boot source for LS1088Ashish Kumar
2018-03-20armv8: ls1088a: Add i2c_early_init() func for LS1088AQDSAshish Kumar
2018-03-20armv8: ls1088a: Add clock related function in CONFIG_SPL_BUILDAshish Kumar
2018-03-20armv8: ls1088qds: Remove CONFIG_ from local defines for FPGAAshish Kumar
2018-03-19Merge git://git.denx.de/u-boot-usbTom Rini
2018-03-19Merge git://git.denx.de/u-boot-sunxiTom Rini
2018-03-19bootm: optee: Add a bootm command for type IH_OS_TEEBryan O'Donoghue
2018-03-19image: Add IH_OS_TEE for TEE chain-load bootBryan O'Donoghue
2018-03-19optee: Add error printoutBryan O'Donoghue
2018-03-19optee: Add optee_verify_bootm_image()Bryan O'Donoghue
2018-03-19optee: Add optee_image_get_load_addr()Bryan O'Donoghue
2018-03-19optee: Add optee_image_get_entry_point()Bryan O'Donoghue
2018-03-19optee: Add CONFIG_OPTEE_LOAD_ADDRBryan O'Donoghue
2018-03-19optee: Add CONFIG_OPTEE_TZDRAM_BASEBryan O'Donoghue
2018-03-19optee: Add CONFIG_OPTEE_TZDRAM_SIZEBryan O'Donoghue
2018-03-19optee: Add lib entries for sharing OPTEE code across portsBryan O'Donoghue
2018-03-19MAINTAINERS: Remove unused ppc4xx entryStefan Roese
2018-03-19pci: Remove unused ppc4xx variable from struct pci_controllerStefan Roese
2018-03-19nand: Remove unused ppc4xx NAND driver and referencesStefan Roese
2018-03-19board: st: add generic board for STM32MP1 familyPatrick Delaunay
2018-03-19dts: add device tree for STM32MP157C-ED1 boardPatrick Delaunay
2018-03-19clk: stm32mp1: add clock tree initializationPatrick Delaunay
2018-03-19clk: add driver for stm32mp1Patrick Delaunay
2018-03-19reset: stm32: adapt driver for stm32mp1Patrick Delaunay
2018-03-19pinctrl: stm32: update pincontrol for stmp32mp157Patrick Delaunay
2018-03-19pmic: add stpmu1 supportPatrick Delaunay
2018-03-19ram: stm32mp1: add driverPatrick Delaunay
2018-03-19arm: stm32: add new architecture for STM32MP familyPatrick Delaunay
2018-03-19stm32mp: stm32f7_i2c: use calloc instead of kmallocPatrick Delaunay
2018-03-19gpio: stm32f7_gpio: handle node ngpiosPatrick Delaunay
2018-03-19dm: gpio: Convert stm32f7 driver to livetreePatrick Delaunay