19 Dec, 2014

1 commit


25 Nov, 2014

4 commits


23 Nov, 2014

2 commits


21 Nov, 2014

1 commit

  • We want access PCI earlier in the init sequence, so refactor the code so
    that it does not require use of a BSS variable to work. This will allow us
    to use early malloc() to store information about a PCI hose.

    Common PCI code moves to arch/x86/cpu/pci.c and a new
    board_pci_setup_hose() function is provided by boards to set up the (single)
    hose used by that board.

    Signed-off-by: Simon Glass
    Reviewed-by: Bin Meng

    Simon Glass
     

29 Oct, 2014

1 commit


22 Oct, 2014

1 commit


01 Nov, 2013

1 commit


24 Jul, 2013

1 commit


14 May, 2013

1 commit


15 Feb, 2013

1 commit


01 Dec, 2012

1 commit


29 Nov, 2012

1 commit

  • When running from coreboot we don't want this code.

    This version works by ifdef-ing out all of the code that would go
    into those sections and all the code that refers to it. The sections are
    then empty, and the linker will either leave them empty for the loader
    to ignore or remove them entirely.

    Signed-off-by: Gabe Black
    Signed-off-by: Simon Glass

    Gabe Black
     

05 Aug, 2011

1 commit


13 Apr, 2011

1 commit