Changeset 3588 for trunk/coreboot-v2/src/arch/i386/boot/coreboot_table.c
- Timestamp:
- 09/22/08 15:07:20 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/coreboot-v2/src/arch/i386/boot/coreboot_table.c
r3437 r3588 448 448 rom_table_start, rom_table_end-rom_table_start); 449 449 450 /* AMD rs690 chip, we should remove the UMA from system memory. */ 451 #if (CONFIG_GFXUMA == 1) 452 printk_info("uma_memory_start=0x%x, uma_memory_size=0x%x \n", 453 uma_memory_start, uma_memory_size); 454 lb_add_memory_range(mem, LB_MEM_TABLE, 455 uma_memory_start, uma_memory_size); 456 #endif 457 458 450 459 /* Note: 451 460 * I assume that there is always memory at immediately after
