• M
    xtensa: fix boot parameters parsing · f4349b6e
    Max Filippov 提交于
    Boot parameter tags with handlers are ignored like this:
    
    	[    0.000000] Ignoring tag 0x00001003
    	[    0.000000] Ignoring tag 0x00001001
    	[    0.000000] Ignoring tag 0x00001004
    
    because neither tagtable entries nor tag handlers appear in the vmlinux.
    
    Fix tagtable definition attributes so that tag entries are not dropped.
    
    Fix end of memory bank calculation in parse_tag_mem: it is intended to
    round down to page size, but instead did something strange leading to
    hang right after boot.
    Signed-off-by: NMax Filippov <jcmvbkbc@gmail.com>
    Signed-off-by: NChris Zankel <chris@zankel.net>
    f4349b6e
setup.c 9.8 KB