RADEON card detected and initialized. ROM mapping seems to have a problem. PCI PCIERBAR setting fixed

This commit is contained in:
Markus Fröschle
2013-12-30 23:01:35 +00:00
parent 0a80ff93a0
commit a6543b6b0a
6 changed files with 193 additions and 56 deletions

View File

@@ -1104,7 +1104,6 @@ void initialize_hardware(void)
init_pll();
init_video_ddr();
dvi_on();
screen_init();
/* experimental */
{
@@ -1129,6 +1128,7 @@ void initialize_hardware(void)
#endif /* MACHINE_FIREBEE */
driver_mem_init();
init_pci();
video_init();
/* do not try to init USB for now on the Firebee, it hangs the machine */
#ifndef MACHINE_FIREBEE