Not really a patch, since I wrote it from scratch; have the same
information on asserts in romcc and non-romcc code.
Signed-off-by: Stefan Reinauer <stepan(a)coresystems.de>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I have taken memtest reloc.c and glued it into libpayload. Check attached patch.
It adds -fPIC too.
Then I taken the tint payload and make it dynamic via:
../libpayload/bin/lpgcc -shared -o tint.elf tint.o engine.o io.o utils.o
I added -shared to following rule
$(TARGET).elf: $(OBJS)
$(CC) -shared -o $@ $(OBJS)
And -fPIC to CFLAGS
I used Qemu to test this. And it does start tint! Then I changed the loading
address with attached …
[View More]simple patch coreboot_change_base.patch and STILL does
work! I think I have more luck than I thought.
(Except the stack, I cheated and created the temp 4K stack, but I think this can
be fixed quite easily)
Questions:
1) Does it work really work? I can't believe it.
2) If yes I think we will need to ask Eric to re-license this for libpayload
3) I think we can use this to make coreboot_ram to run on ANY address :) if
someone manages to add -fPIC to our build system. When the coreboot_ram is
created one need to add -shared too.
Rudolf
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAkuFvm4ACgkQ3J9wPJqZRNWrFQCfddjeN0irx6eljQYIBSdYodkf
Rm0An2DlZGK7MG+6vqH+APlVKLHLAwzT
=7Nyh
-----END PGP SIGNATURE-----
[View Less]
Dear coreboot readers!
This is the automatic build system of coreboot.
The developer "oxygene" checked in revision 5169 to
the coreboot repository. This caused the following
changes:
Change Log:
Put .config, build/, coreboot-builds (abuild) and
temporary/backup files to svn:ignore
Signed-off-by: Patrick Georgi <patrick.georgi(a)coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi(a)coresystems.de>
Build Log:
Compilation of amd:serengeti_cheetah is still broken
See the …
[View More]error log at http://qa.coreboot.org/log_buildbrd.php?revision=5169&device=serengeti_chee…
Compilation of supermicro:h8dme is still broken
See the error log at http://qa.coreboot.org/log_buildbrd.php?revision=5169&device=h8dme&vendor=s…
If something broke during this checkin please be a pain
in oxygene's neck until the issue is fixed.
If this issue is not fixed within 24h the revision should
be backed out.
Best regards,
coreboot automatic build system
[View Less]
Author: oxygene
Date: Sat Feb 27 14:11:34 2010
New Revision: 5169
URL: http://tracker.coreboot.org/trac/coreboot/changeset/5169
Log:
Put .config, build/, coreboot-builds (abuild) and
temporary/backup files to svn:ignore
Signed-off-by: Patrick Georgi <patrick.georgi(a)coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi(a)coresystems.de>
Modified:
trunk/ (props changed)
Dear coreboot readers!
This is the automatic build system of coreboot.
The developer "oxygene" checked in revision 5168 to
the coreboot repository. This caused the following
changes:
Change Log:
- make HAVE_HARD_RESET match what newconfig did
- introduce BOARD_HAS_HARD_RESET and use it if a board provides
hard_reset in $(MAINBOARDDIR)/reset.c, instead of some chipset component
- move a couple of rules out of the mainboards' Makefiles into
src/arch/i386/Makefile.inc:
initobj-y += crt0.o
…
[View More]obj-y += mainboard.o
obj-$(CONFIG_GENERATE_MP_TABLE) += mptable.o
obj-$(CONFIG_GENERATE_PIRQ_TABLE) += irq_tables.o
obj-$(CONFIG_BOARD_HAS_HARD_RESET) += reset.o
- remove Makefile.incs that are empty (or comment-only) after these
changes, incl. Makefile.romccboard.inc (and references to it)
- Make include not fail if Makefile.inc doesn't exist.
Signed-off-by: Patrick Georgi <patrick.georgi(a)coresystems.de>
Acked-by: Myles Watson <mylesgw(a)gmail.com>
Acked-by: Peter Stuge <peter(a)stuge.se>
Acked-by: Stefan Reinauer <stepan(a)coresystems.de>
Build Log:
Compilation of amd:serengeti_cheetah is still broken
See the error log at http://qa.coreboot.org/log_buildbrd.php?revision=5168&device=serengeti_chee…
Compilation of supermicro:h8dme is still broken
See the error log at http://qa.coreboot.org/log_buildbrd.php?revision=5168&device=h8dme&vendor=s…
If something broke during this checkin please be a pain
in oxygene's neck until the issue is fixed.
If this issue is not fixed within 24h the revision should
be backed out.
Best regards,
coreboot automatic build system
[View Less]
Dear coreboot readers!
This is the automatic build system of coreboot.
The developer "stepan" checked in revision 5167 to
the coreboot repository. This caused the following
changes:
Change Log:
This does the following:
cd coreboot/src/southbridge
svn mv i82801ca i82801cx
svn mv i82801dbm i82801dx
svn mv i82801er i82801ex
svn copy i82801xx i82801bx
svn mv i82801xx i82801ax
Plus, fixing up the filenames in these directories and the romstage.c and
Kconfig files of the mainboards using those …
[View More]drivers.
Plus, switching the thomson ip1000 and rca rm4100 to the i82801dx driver.
There's a lot more to be done, like
- adding device IDs for the ICH3 and newer drivers that have been kept in
i82801xx so far
- drop the additional parts support from the ax and bx drivers.
Signed-off-by: Stefan Reinauer <stepan(a)coresystems.de>
Acked-by: Uwe Hermann <uwe(a)hermann-uwe.de>
Acked-by: Joseph Smith <joe(a)settoplinux.org>
Build Log:
Compilation of amd:serengeti_cheetah is still broken
See the error log at http://qa.coreboot.org/log_buildbrd.php?revision=5167&device=serengeti_chee…
Compilation of supermicro:h8dme is still broken
See the error log at http://qa.coreboot.org/log_buildbrd.php?revision=5167&device=h8dme&vendor=s…
If something broke during this checkin please be a pain
in stepan's neck until the issue is fixed.
If this issue is not fixed within 24h the revision should
be backed out.
Best regards,
coreboot automatic build system
[View Less]
Hi,
after moving crt0s and lscripts away from the mainboards' Makefiles,
those Makefiles are rather simple now, with more opportunities to move
out things.
Attached patch does:
- make HAVE_HARD_RESET match what newconfig did
- introduce BOARD_HAS_HARD_RESET and use it if a board provides
hard_reset in $(MAINBOARDDIR)/reset.c, instead of some chipset component
- move a couple of rules out of the mainboards' Makefiles into
src/arch/i386/Makefile.inc:
initobj-y += crt0.o
obj-y += mainboard.o
…
[View More]obj-$(CONFIG_GENERATE_MP_TABLE) += mptable.o
obj-$(CONFIG_GENERATE_PIRQ_TABLE) += irq_tables.o
obj-$(CONFIG_BOARD_HAS_HARD_RESET) += reset.o
- remove Makefile.incs that are empty (or comment-only) after these
changes, incl. Makefile.romccboard.inc (and references to it)
- Make include not fail if file doesn't exist.
reset.o used to be HAVE_HARD_RESET, but to make this rule more
universal, that new variable had to be introduced.
The rationale for this work is that it unifies the mainboard layout,
which leads to less cargo cult when creating a new board, which we
usually start by copying from a similar one.
It also makes it easier to do global changes, as more common
functionality is in common files.
It's build tested and has no regression vs. current HEAD (ie. the same
two boards fail for the same reason) and is boot tested on kontron/986lcd-m.
Signed-off-by: Patrick Georgi <patrick.georgi(a)coresystems.de>
Future work in this area: Move ROMCCFLAGS into Kconfig or global
Makefiles, same for the ACPI related rules. Many more
mainboard-Makefiles can be removed then.
Patrick
[View Less]