lp://qastaging/play-ground

Created by bvk and last modified
Get this branch:
bzr branch lp://qastaging/play-ground
Only bvk can upload to this branch. If you are bvk please log in for upload directions.

Related bugs

Related blueprints

Branch information

Owner:
bvk
Project:
Play Ground
Status:
Development

Recent revisions

2370. By bvk

move grub files into grub directory

2369. By phcoder

 Transform (broken) vga terminal into (working) vga video driver.

 * conf/i386-pc.rmk (vga_mod_SOURCES): Change term/i386/pc/vga.c to
 video/i386/pc/vga.c.
 * include/grub/video.h (grub_video_driver_id):
 Add GRUB_VIDEO_DRIVER_VGA.
 * term/i386/pc/vga.c: Renamed to ...
 * video/i386/pc/vga.c: ...this
 (DEBUG_VGA): Removed.
 (CHAR_WIDTH): Likewise.
 (CHAR_HEIGHT): Likewise.
 (TEXT_WIDTH): Likewise.
 (TEXT_HEIGHT): Likewise.
 (DEFAULT_FG_COLOR): Likewise.
 (DEFAULT_BG_COLOR): Likewise.
 (colored_char): Likewise.
 (xpos): Likewise.
 (ypos): Likewise.
 (cursor_state): Likewise.
 (fg_color): Likewise.
 (bg_color): Likewise.
 (text_buf): Likewise.
 (page): Likewise.
 (font): Likewise.
 (framebuffer): New variable.
 (set_read_map): Disabled.
 (setup): New variable.
 (is_target): Likewise.
 (grub_vga_mod_init): Likewise.
 (grub_vga_mod_fini): Likewise.
 (check_vga_mem): Likewise.
 (write_char): Likewise.
 (write_cursor): Likewise.
 (scroll_up): Likewise.
 (grub_vga_putchar): Likewise.
 (grub_vga_getcharwidth): Likewise.
 (grub_vga_getwh): Likewise.
 (grub_vga_getxy): Likewise.
 (grub_vga_gotoxy): Likewise.
 (grub_vga_cls): Likewise.
 (grub_vga_setcolorstate): Likewise.
 (grub_vga_setcursor): Likewise.
 (grub_video_vga_init): New function.
 (grub_video_vga_setup): Likewise.
 (grub_video_vga_fini): Likewise.
 (update_target): Likewise.
 (grub_video_vga_blit_bitmap): Likewise.
 (grub_video_vga_blit_render_target): Likewise.
 (grub_video_vga_set_active_render_target): Likewise.
 (grub_video_vga_get_active_render_target): Likewise.
 (grub_video_vga_swap_buffers): Likewise.
 (grub_video_vga_set_palette): Likewise.
 (grub_video_vga_get_info_and_fini): Likewise.
 (grub_vga_term): Removed.
 (grub_video_vga_adapter): New variable.
 (GRUB_MOD_INIT): Register a video driver instead of terminal.
 (GRUB_MOD_FINI): Unrefister a video driver instead of terminal.

2368. By phcoder

 * video/readers/jpeg.c: Indented.

2367. By phcoder

 Various jpeg cleanups.

 * video/readers/jpeg.c (grub_jpeg_get_huff_code): Use ARRAY_SIZE.
 (grub_jpeg_decode_quan_table): Use sizeof.
 (grub_jpeg_decode_du): Use ARRAY_SIZE.

2366. By Peter Hurley <No e-mail available>

 * video/readers/jpeg.c (grub_jpeg_decode_huff_table): Loop over all
 tables. Ignore non-last ac bit.
 (grub_jpeg_decode_quan_table): Likewise.

2365. By phcoder

 * include/grub/ieee1275/ieee1275.h (grub_ieee1275_flag): New value
 GRUB_IEEE1275_FLAG_NO_PRE1_5M_CLAIM.
 * kern/ieee1275/cmain.c (grub_ieee1275_find_options): Set
 GRUB_IEEE1275_FLAG_NO_PRE1_5M_CLAIM on qemu.
 * kern/ieee1275/init.c (grub_claim_heap): Don0t allocate below
 1.5MiB if GRUB_IEEE1275_FLAG_NO_PRE1_5M_CLAIM is set.

2364. By phcoder

 * term/ieee1275/ofconsole.c (grub_ofconsole_getkey): Fix off-by-one
 error.

2363. By phcoder

 * term/ieee1275/ofconsole.c (grub_ofconsole_readkey): Support C0 code.

2362. By phcoder

 * commands/parttool.c (grub_cmd_parttool): Fix #if !GRUB_NO_MODULES
 condition.

2361. By phcoder

 * kern/mm.c (grub_real_malloc): Put magic and size assignment in common
 part.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers