]> git.sur5r.net Git - u-boot/history - arch/arc
serial: Add Actions Semi OWL UART support
[u-boot] / arch / arc /
2018-07-04 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sunxi
2018-06-27 Tom RiniMerge git://git.denx.de/u-boot-imx
2018-06-21 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sh
2018-06-18 Masahiro Yamada.gitignore: move *.dtb and *.dtb.S patterns to the...
2018-06-06 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-samsung
2018-06-04 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sunxi
2018-06-02 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sh
2018-06-01 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mips
2018-06-01 Tom RiniMerge tag 'xilinx-for-v2018.07-2' of git://www.denx...
2018-06-01 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-usb
2018-05-31 Tom RiniMerge tag 'arc-updates-for-2018.07-rc1' of git://git...
2018-05-31 Alexey BrodkinARC: Add support for EM Development Kit board
2018-05-31 Alexey BrodkinARC: Use elf32-bigarc in case of -EB
2018-05-31 Alexey BrodkinARC: Reset: Implement weak reset_cpu()
2018-05-31 Alexey BrodkinARC: Reset: Use __builtin_arc_brk() instead of open...
2018-05-31 Alexey BrodkinARC: Move .ivt section to the very beginning of the...
2018-05-31 Alexey BrodkinARC: Improve relocation fix-ups
2018-05-31 Alexey BrodkinARC: Make sure .ivt section is not purged by garbage...
2018-05-31 Alexey BrodkinARC: Cache: Don't compare I$ and D$ line lengths
2018-05-30 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-spi
2018-05-29 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-ubi
2018-05-24 Tom RiniMerge tag 'arc-uart-updates-for-2018.07-rc1' of git...
2018-05-24 Eugeniy PaltsevARC: init debug uart in early common arc code
2018-05-09 Tom RiniMerge git://git.denx.de/u-boot-sunxi
2018-05-07 Tom RiniSPDX: Convert all of our single license tags to Linux...
2018-04-25 Tom RiniMerge git://git.denx.de/u-boot-video
2018-04-18 Tom RiniMerge git://git.denx.de/u-boot-uniphier
2018-04-18 Tom RiniMerge git://git.denx.de/u-boot-sh
2018-04-17 Tom RiniMerge git://git.denx.de/u-boot-socfpga
2018-04-17 Tom RiniMerge tag 'arc-for-2018.05-rc3' of git://git.denx.de...
2018-04-17 Eugeniy PaltsevARC: Remove unused DECLARE_GLOBAL_DATA_PTR from init_he...
2018-04-15 Tom RiniMerge git://git.denx.de/u-boot-imx
2018-04-09 Tom RiniMerge tag 'signed-efi-next' of git://github.com/agraf...
2018-04-06 Tom RiniMerge tag 'signed-rpi-next' of git://github.com/agraf...
2018-04-04 Tom RiniMerge git://git.denx.de/u-boot-sunxi
2018-04-03 Tom RiniMerge tag 'arc-for-2018.05' of git://git.denx.de/u...
2018-04-02 Eugeniy PaltsevARC: HSDK: Enable SPI flash support
2018-04-02 Eugeniy PaltsevARC: HSDK: Add platform-specific commands
2018-04-02 Eugeniy PaltsevARC: AXS10x: DTS: Remove unused interrupt properties
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-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-02-25 Tom RiniMerge git://git.denx.de/u-boot-imx
2018-02-20 Tom RiniMerge git://git.denx.de/u-boot-mmc
2018-02-19 Tom RiniMerge git://git.denx.de/u-boot-dm
2018-02-18 Alexey Brodkinfdt: Implement weak arch_fixup_fdt()
2018-02-16 Tom RiniMerge git://git.denx.de/u-boot-socfpga
2018-02-16 Tom RiniMerge git://git.denx.de/u-boot-usb
2018-02-15 Tom RiniMerge git://git.denx.de/u-boot-arc
2018-02-15 Alexey Brodkinarc: Fix final linkage with Elf32 tools
2018-01-31 Tom RiniMerge tag 'xilinx-for-v2018.03' of git://git.denx.de...
2018-01-26 Tom RiniMerge git://git.denx.de/u-boot-spi
2018-01-20 Tom RiniMerge git://git.denx.de/u-boot-marvell
2018-01-19 Tom RiniMerge git://git.denx.de/u-boot-arc
2018-01-19 Eugeniy PaltsevARC: Invalidate instruction and data caches early on...
2018-01-19 Eugeniy PaltsevARC: HSDK: DTS: Add cgu-clk node
2018-01-19 Eugeniy PaltsevARC: Cache: Fix style violations reported by checkpatch
2018-01-19 Eugeniy PaltsevARC: Cache: Disable IOC by default
2018-01-19 Eugeniy PaltsevARC: ARCv2: Cache: Fixed operation without IOC
2017-12-19 Tom RiniMerge git://git.denx.de/u-boot-spi
2017-12-19 Tom RiniMerge git://git.denx.de/u-boot-sunxi
2017-12-13 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-socfpga
2017-12-13 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-usb
2017-12-13 Tom RiniMerge branch 'rmobile-mx' of git://git.denx.de/u-boot-sh
2017-12-13 Tom RiniMerge git://git.denx.de/u-boot-samsung
2017-12-11 Tom RiniMerge git://git.denx.de/u-boot-uniphier
2017-12-11 Tom RiniMerge git://git.denx.de/u-boot-arc
2017-12-11 Eugeniy PaltsevARC: cache: explicitly initialize "*_exists" variables
2017-12-11 Eugeniy PaltsevARC: add defines of some cache and xCCM AUX registers
2017-12-11 Eugeniy PaltsevARC: add macro to get CPU id
2017-12-10 Eugeniy PaltsevARC: add asm/gpio.h to fix compilation error with CONFI...
2017-11-27 Tom RiniMerge git://www.denx.de/git/u-boot-imx
2017-11-24 Tom RiniMerge git://git.denx.de/u-boot-arc
next