17 Oct, 2011

1 commit

  • Boards used to specify zreladdr in their Makefile.boot with
    zreladdr-y := x, so conflicting zreladdrs were silently overwritten.
    This patch changes this to zreladdr-y += x, so that we end
    up with multiple words in zreladdr in such a case. We can
    detect this later and complain if necessary.

    Signed-off-by: Sascha Hauer
    Signed-off-by: Russell King

    Sascha Hauer
     

26 Mar, 2009

1 commit

  • Adds support for Cortina Systems Gemini family CPUs:
    http://www.cortina-systems.com/products/category/18

    v3:
    - fixed __io(a) to be defined as __typesafe_io(a)

    v2:
    - #include ->
    - remove asm/system.h include
    - revorked mm.c to use named initializers
    - removed "empty" dma.h
    - updated copyrights

    Signed-off-by: Paulius Zaleckas

    Paulius Zaleckas