crowetic a94b3d14aa Brooklyn+ (PLUS) changes
Changes included (and more):

1. Dynamic RAM merge

2. Real-time page scan and allocation

3. Cache compression

4. Real-time IRQ checks

5. Dynamic I/O allocation for Java heap

6. Java page migration

7. Contiguous memory allocation

8. Idle pages tracking

9. Per CPU RAM usage tracking

10. ARM NEON scalar multiplication library

11. NEON/ARMv8 crypto extensions

12. NEON SHA, Blake, RIPEMD crypto extensions

13. Parallel NEON crypto engine for multi-algo based CPU stress reduction
2022-05-12 10:47:00 -07:00
..
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-05-12 10:47:00 -07:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-05-12 10:47:00 -07:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00
2022-04-02 18:17:33 +05:00

  FBTFT
=========

Linux Framebuffer drivers for small TFT LCD display modules.
The module 'fbtft' makes writing drivers for some of these displays very easy.

Development is done on a Raspberry Pi running the Raspbian "wheezy" distribution.

INSTALLATION
  Download kernel sources

  From Linux 3.15
    cd drivers/video/fbdev/fbtft
    git clone https://github.com/notro/fbtft.git

    Add to drivers/video/fbdev/Kconfig:   source "drivers/video/fbdev/fbtft/Kconfig"
    Add to drivers/video/fbdev/Makefile:  obj-y += fbtft/

  Before Linux 3.15
    cd drivers/video
    git clone https://github.com/notro/fbtft.git

    Add to drivers/video/Kconfig:   source "drivers/video/fbtft/Kconfig"
    Add to drivers/video/Makefile:  obj-y += fbtft/

  Enable driver(s) in menuconfig and build the kernel


See wiki for more information: https://github.com/notro/fbtft/wiki


Source: https://github.com/notro/fbtft/