Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/6] Microblaze fixes
@ 2014-04-13  9:46 Waldemar Brodkorb
  2014-04-13  9:46 ` [Buildroot] [PATCH 1/6] use default binutils for microblaze Waldemar Brodkorb
                   ` (5 more replies)
  0 siblings, 6 replies; 25+ messages in thread
From: Waldemar Brodkorb @ 2014-04-13  9:46 UTC (permalink / raw)
  To: buildroot

The microblaze buildoot support is in a bad state. 
Startup of the resulting image in Qemu is killed by OOM-killer.
These patches resolves the issues and the resulting images for
little endian and big endian are working fine. 
Network support is working now, too.

Waldemar Brodkorb (6):
  use default binutils for microblaze
  use default gcc 4.8.2 for microblaze
  upstream glibc 2.18/2.19 works fine with microblaze
  disable eglibc, no time to test
  temporary hack to fix linking error
  update to 3.14

 .../{linux-3.13.config => linux-3.14.config}       |    1 +
 board/qemu/microblazebe-mmu/system.dts             |  367 --------------------
 .../{linux-3.13.config => linux-3.14.config}       |    1 +
 board/qemu/microblazeel-mmu/system.dts             |  367 --------------------
 board/qemu/microblazeel-mmu/xilinx-xemaclite.patch |   11 +
 configs/qemu_microblazebe_mmu_defconfig            |    8 +-
 configs/qemu_microblazeel_mmu_defconfig            |    8 +-
 linux/Config.in                                    |    2 -
 package/binutils/Config.in.host                    |    3 +-
 package/binutils/binutils.mk                       |    5 -
 package/gcc/Config.in.host                         |   12 +-
 package/gcc/gcc.mk                                 |    4 -
 package/glibc/2.18/microblaze-libgcc_eh.patch      |   18 +
 package/glibc/2.19/microblaze-libgcc_eh.patch      |   18 +
 package/glibc/Config.in                            |    2 +-
 package/glibc/glibc.mk                             |   12 -
 toolchain/toolchain-buildroot/Config.in            |    2 +-
 17 files changed, 63 insertions(+), 778 deletions(-)
 rename board/qemu/microblazebe-mmu/{linux-3.13.config => linux-3.14.config} (98%)
 delete mode 100644 board/qemu/microblazebe-mmu/system.dts
 rename board/qemu/microblazeel-mmu/{linux-3.13.config => linux-3.14.config} (98%)
 delete mode 100644 board/qemu/microblazeel-mmu/system.dts
 create mode 100644 board/qemu/microblazeel-mmu/xilinx-xemaclite.patch
 create mode 100644 package/glibc/2.18/microblaze-libgcc_eh.patch
 create mode 100644 package/glibc/2.19/microblaze-libgcc_eh.patch

-- 
1.7.10.4

^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2014-04-29 13:27 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-13  9:46 [Buildroot] [PATCH 0/6] Microblaze fixes Waldemar Brodkorb
2014-04-13  9:46 ` [Buildroot] [PATCH 1/6] use default binutils for microblaze Waldemar Brodkorb
2014-04-21 15:02   ` Gustavo Zacarias
2014-04-28 20:10   ` Peter Korsgaard
2014-04-13  9:46 ` [Buildroot] [PATCH 2/6] use default gcc 4.8.2 " Waldemar Brodkorb
2014-04-21 15:03   ` Gustavo Zacarias
2014-04-28 20:15   ` Peter Korsgaard
2014-04-13  9:47 ` [Buildroot] [PATCH 3/6] upstream glibc 2.18/2.19 works fine with microblaze Waldemar Brodkorb
2014-04-21 15:03   ` Gustavo Zacarias
2014-04-28 19:08     ` William Welch
2014-04-28 19:18       ` Gustavo Zacarias
2014-04-28 19:45         ` William Welch
2014-04-28 19:53           ` Gustavo Zacarias
2014-04-29  7:18           ` Waldemar Brodkorb
2014-04-29 13:14             ` Gustavo Zacarias
2014-04-29 13:27               ` Mike Zick
2014-04-28 20:17   ` Peter Korsgaard
2014-04-13  9:47 ` [Buildroot] [PATCH 4/6] disable eglibc, no time to test Waldemar Brodkorb
2014-04-21 15:03   ` Gustavo Zacarias
2014-04-13  9:47 ` [Buildroot] [PATCH 5/6] temporary hack to fix linking error Waldemar Brodkorb
2014-04-21 15:04   ` Gustavo Zacarias
2014-04-22 17:49     ` Waldemar Brodkorb
2014-04-22 18:29       ` Gustavo Zacarias
2014-04-13  9:47 ` [Buildroot] [PATCH 6/6] update to 3.14 Waldemar Brodkorb
2014-04-21 15:04   ` Gustavo Zacarias

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox