Hi,

please pull the following patches to your tree.

Thanks,
Michal

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the git repository at:

  git://git.monstr.eu/linux-2.6-microblaze.git tags/microblaze-v5.0-rc1

for you to fetch changes up to 19d111ccce9f4c3e0820585d991bf5ae9172cbe3:

  microblaze: remove the explicit removal of system.dtb (2018-12-14
08:09:21 +0100)

----------------------------------------------------------------
Microblaze patches for 5.0-rc1

- Fix multiple Kbuild/Makefile issues
- Start to use system call table generation

----------------------------------------------------------------
Firoz Khan (3):
      microblaze: move __NR_syscalls macro from asm/unistd.h
      microblaze: add system call table generation support
      microblaze: generate uapi header and system call table files

Geert Uytterhoeven (1):
      microblaze: Typo s/use use/use/

Masahiro Yamada (6):
      microblaze: adjust the help to the real behavior
      microblaze: move "... is ready" messages to arch/microblaze/Makefile
      microblaze: fix multiple bugs in arch/microblaze/boot/Makefile
      microblaze: add linux.bin* and simpleImage.* to PHONY
      microblaze: fix race condition in building boot images
      microblaze: remove the explicit removal of system.dtb

 arch/microblaze/Makefile                      |  25 ++++++----
 arch/microblaze/boot/Makefile                 |  23 ++++-----
 arch/microblaze/boot/dts/Makefile             |   5 +-
 arch/microblaze/include/asm/Kbuild            |   1 +
 arch/microblaze/include/asm/pgtable.h         |   2 +-
 arch/microblaze/include/asm/unistd.h          |   2 -
 arch/microblaze/include/uapi/asm/Kbuild       |   1 +
 arch/microblaze/include/uapi/asm/unistd.h     | 407
+------------------------------------------------------------------------------------------------------------------------------------------------------------
 arch/microblaze/kernel/syscall_table.S        | 406
++-----------------------------------------------------------------------------------------------------------------------------------------------------------
 arch/microblaze/kernel/syscalls/Makefile      |  38 +++++++++++++++
 arch/microblaze/kernel/syscalls/syscall.tbl   | 410
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/microblaze/kernel/syscalls/syscallhdr.sh |  36 ++++++++++++++
 arch/microblaze/kernel/syscalls/syscalltbl.sh |  32 +++++++++++++
 13 files changed, 551 insertions(+), 837 deletions(-)
 create mode 100644 arch/microblaze/kernel/syscalls/Makefile
 create mode 100644 arch/microblaze/kernel/syscalls/syscall.tbl
 create mode 100644 arch/microblaze/kernel/syscalls/syscallhdr.sh
 create mode 100644 arch/microblaze/kernel/syscalls/syscalltbl.sh

Reply via email to