diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2007-04-12 00:12:41 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2007-04-12 00:12:41 +0000 |
commit | b615c7bb3a01a1a3bfefb9f9e882c762ca4e19bd (patch) | |
tree | f98ff1ee5bbf2a5d6f48b4082b0e237f66ee1d7f /targets/agami/aruma | |
parent | 2f7b1deca3829acb3f6d2912e24900292b1b8d6e (diff) |
Vendor specific patch, thus self-acked.
* going back to old board specific dsdt for agami aruma.
This is hopefully dropped again some day, but until then
here's a working solution.
* Some minor Agami specific changes.
* drop obsolete bringup workaround hyperclocking.diff
* increase image size again, x86emu wants it.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2606 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/agami/aruma')
-rw-r--r-- | targets/agami/aruma/Config.lb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/agami/aruma/Config.lb b/targets/agami/aruma/Config.lb index 9a653e93d1..c1f6f7ff2a 100644 --- a/targets/agami/aruma/Config.lb +++ b/targets/agami/aruma/Config.lb @@ -12,7 +12,7 @@ option MAXIMUM_CONSOLE_LOGLEVEL=8 romimage "normal" option ROM_SIZE = 512*1024-36*1024 option USE_FALLBACK_IMAGE=0 - option ROM_IMAGE_SIZE=0x14000 + option ROM_IMAGE_SIZE=0x16000 option XIP_ROM_SIZE=0x20000 option LINUXBIOS_EXTRA_VERSION=".0-normal" payload ../../../../../../filo.elf @@ -20,7 +20,7 @@ end romimage "fallback" option USE_FALLBACK_IMAGE=1 - option ROM_IMAGE_SIZE=0x14000 + option ROM_IMAGE_SIZE=0x16000 option XIP_ROM_SIZE=0x20000 option LINUXBIOS_EXTRA_VERSION=".0-fallback" payload ../../../../../../filo.elf |