On 12.10.2014 13:30, Vipin Gahlaut wrote:
Thanks a lot Valdimir,
After "make clean" ROM Size config changes kicked in as expected and I managed to build grub payload.
Please keep the list CC'ed
Thanks you very much for your help and support.
On Sun, Oct 12, 2014 at 4:39 PM, Vladimir 'φ-coder/phcoder' Serbinenko <phcoder@gmail.com mailto:phcoder@gmail.com> wrote:
On 12.10.2014 13:03, Vipin Gahlaut wrote: > Ok, I changed CONFIG_BOARD_ROMSIZE_KB_ to 512 directly in .config as > this is can not be changed in menuconfig. Don't. You don't need to change it at all. > My .config lokks like below > and it still it says 262KB is too big? > Always do "make clean" after config change > # CONFIG_BOARD_ROMSIZE_KB_256 is not set > CONFIG_BOARD_ROMSIZE_KB_512=y > # CONFIG_COREBOOT_ROMSIZE_KB_64 is not set > # CONFIG_COREBOOT_ROMSIZE_KB_128 is not set > # CONFIG_COREBOOT_ROMSIZE_KB_256 is not set > CONFIG_COREBOOT_ROMSIZE_KB_512=y > # CONFIG_COREBOOT_ROMSIZE_KB_1024 is not set > # CONFIG_COREBOOT_ROMSIZE_KB_2048 is not set > # CONFIG_COREBOOT_ROMSIZE_KB_4096 is not set > # CONFIG_COREBOOT_ROMSIZE_KB_8192 is not set > # CONFIG_COREBOOT_ROMSIZE_KB_12288 is not set > # CONFIG_COREBOOT_ROMSIZE_KB_16384 is not set > CONFIG_COREBOOT_ROMSIZE_KB=512 > CONFIG_ROM_SIZE=0x80000 > > > On Sun, Oct 12, 2014 at 4:21 PM, Vladimir 'φ-coder/phcoder' Serbinenko > <phcoder@gmail.com <mailto:phcoder@gmail.com> <mailto:phcoder@gmail.com <mailto:phcoder@gmail.com>>> wrote: > > On 12.10.2014 12:44, Vipin Gahlaut wrote: > > I tried changing under main mainboard -> rom chip size but does not seem > > to be helping. If I look at .config I suspect that the reason is > > CONFIG_BOARD_ROMSIZE_KB_256=y which doesn't change even if I change ROM > > size in main board. > CONFIG_BOARD_ROMSIZE_KB_* is the default used by > CONFIG_COREBOOT_ROMSIZE_KB_* > >
Sure. Missed reply all in excitement. Will take care in future postings.
On Sun, Oct 12, 2014 at 5:04 PM, Vladimir 'φ-coder/phcoder' Serbinenko < phcoder@gmail.com> wrote:
On 12.10.2014 13:30, Vipin Gahlaut wrote:
Thanks a lot Valdimir,
After "make clean" ROM Size config changes kicked in as expected and I managed to build grub payload.
Please keep the list CC'ed
Thanks you very much for your help and support.
On Sun, Oct 12, 2014 at 4:39 PM, Vladimir 'φ-coder/phcoder' Serbinenko <phcoder@gmail.com mailto:phcoder@gmail.com> wrote:
On 12.10.2014 13:03, Vipin Gahlaut wrote: > Ok, I changed CONFIG_BOARD_ROMSIZE_KB_ to 512 directly in .config
as
> this is can not be changed in menuconfig. Don't. You don't need to change it at all. > My .config lokks like below > and it still it says 262KB is too big? > Always do "make clean" after config change > # CONFIG_BOARD_ROMSIZE_KB_256 is not set > CONFIG_BOARD_ROMSIZE_KB_512=y > # CONFIG_COREBOOT_ROMSIZE_KB_64 is not set > # CONFIG_COREBOOT_ROMSIZE_KB_128 is not set > # CONFIG_COREBOOT_ROMSIZE_KB_256 is not set > CONFIG_COREBOOT_ROMSIZE_KB_512=y > # CONFIG_COREBOOT_ROMSIZE_KB_1024 is not set > # CONFIG_COREBOOT_ROMSIZE_KB_2048 is not set > # CONFIG_COREBOOT_ROMSIZE_KB_4096 is not set > # CONFIG_COREBOOT_ROMSIZE_KB_8192 is not set > # CONFIG_COREBOOT_ROMSIZE_KB_12288 is not set > # CONFIG_COREBOOT_ROMSIZE_KB_16384 is not set > CONFIG_COREBOOT_ROMSIZE_KB=512 > CONFIG_ROM_SIZE=0x80000 > > > On Sun, Oct 12, 2014 at 4:21 PM, Vladimir 'φ-coder/phcoder'
Serbinenko
> <phcoder@gmail.com <mailto:phcoder@gmail.com> <mailto:phcoder@gmail.com <mailto:phcoder@gmail.com>>> wrote: > > On 12.10.2014 12:44, Vipin Gahlaut wrote: > > I tried changing under main mainboard -> rom chip size but does not seem > > to be helping. If I look at .config I suspect that the
reason is
> > CONFIG_BOARD_ROMSIZE_KB_256=y which doesn't change even if I change ROM > > size in main board. > CONFIG_BOARD_ROMSIZE_KB_* is the default used by > CONFIG_COREBOOT_ROMSIZE_KB_* > >